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:
Родитель
74d56719fa
Коммит
136f7c1aa2
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче