mirror of https://github.com/k3s-io/k3s
Merge pull request #48535 from mkumatag/debian_base
Automatic merge from submit-queue (batch tested with PRs 48914, 48535, 49099, 48935, 48871) Adopt debian-base as baseimage **What this PR does / why we need it**: Based on discussion from - https://github.com/kubernetes/kubernetes/pull/44910/files#r125150263 **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #49169 **Special notes for your reviewer**: **Release note**: ```NONE ```pull/6/head
commit
94c3c571fc
|
@ -1,4 +1,4 @@
|
|||
amd64=gcr.io/google-containers/ubuntu-slim-amd64:0.12
|
||||
arm=gcr.io/google-containers/ubuntu-slim-arm:0.12
|
||||
arm64=gcr.io/google-containers/ubuntu-slim-arm64:0.12
|
||||
ppc64le=gcr.io/google-containers/ubuntu-slim-ppc64le:0.12
|
||||
amd64=gcr.io/google-containers/debian-base-amd64:0.1
|
||||
arm=gcr.io/google-containers/debian-base-arm:0.1
|
||||
arm64=gcr.io/google-containers/debian-base-arm64:0.1
|
||||
ppc64le=gcr.io/google-containers/debian-base-ppc64le:0.1
|
||||
|
|
|
@ -16,8 +16,7 @@ FROM BASEIMAGE
|
|||
|
||||
CROSS_BUILD_COPY qemu-QEMUARCH-static /usr/bin/
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends stress && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
RUN clean-install stress
|
||||
|
||||
ADD consumer /consumer
|
||||
ADD consume-cpu /consume-cpu
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.0
|
||||
1.1
|
||||
|
|
Loading…
Reference in New Issue