mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Update image base to gcr.io/distroless/base-debian10:latest
This change: * Updates the base image be based on `buster` (vs. the default `stretch`) * Consumes the fix for [CVE-2021-3449](https://security-tracker.debian.org/tracker/CVE-2021-3449) in https://github.com/GoogleContainerTools/distroless/pull/700
This commit is contained in:
parent
4333e5caa7
commit
2c165506bd
@ -12,6 +12,6 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM gcr.io/distroless/base:latest
|
FROM gcr.io/distroless/base-debian10:latest
|
||||||
ADD apiextensions-apiserver /
|
ADD apiextensions-apiserver /
|
||||||
ENTRYPOINT ["/apiextensions-apiserver"]
|
ENTRYPOINT ["/apiextensions-apiserver"]
|
||||||
|
Loading…
Reference in New Issue
Block a user