add prebuilt-ca-certificates and tzdata to 2.0 distroless minimal container (#4247)

* Add prebuilt-ca-certificates and tzdata to distroless minimal container image
This commit is contained in:
Mandeep Plaha 2022-11-16 15:54:01 -08:00 committed by GitHub
parent 74d56719fa
commit 136f7c1aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: Metapackage with core sets of packages for distroless containers.
Name: distroless-packages
Version: 0.1
Release: 2%{?dist}
Release: 3%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -13,9 +13,10 @@ Metapackage holding sets of core packages for different applications.
%package minimal
Summary: The smallest useful package list.
Requires: prebuilt-ca-certificates-base
Requires: filesystem
Requires: mariner-release
Requires: prebuilt-ca-certificates
Requires: tzdata
%description minimal
%{summary}
@ -54,6 +55,11 @@ Requires: busybox
%files debug
%changelog
* Wed Nov 16 2022 Mandeep Plaha <mandeepplaha@microsoft.com> - 0.1-3
- Replace prebuilt-ca-certificates-base with prebuilt-ca-certificates in minimal
- Add tzdata to minimal
- License verified
* Thu Oct 15 2020 Mateusz Malisz <mamalisz@microsoft.com> - 0.1-2
- Extend the set of requirements for the base image
- Add debug package with busybox