mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #87153 from mkumatag/multi-arch-nonroot
Multi arch for nonroot image
This commit is contained in:
commit
2b9d0fd902
5
test/images/nonroot/BASEIMAGE
Normal file
5
test/images/nonroot/BASEIMAGE
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
amd64=k8s.gcr.io/debian-base-amd64:v1.0.0
|
||||||
|
arm=k8s.gcr.io/debian-base-arm:v1.0.0
|
||||||
|
arm64=k8s.gcr.io/debian-base-arm64:v1.0.0
|
||||||
|
ppc64le=k8s.gcr.io/debian-base-ppc64le:v1.0.0
|
||||||
|
s390x=k8s.gcr.io/debian-base-s390x:v1.0.0
|
@ -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 k8s.gcr.io/debian-base:v1.0.0
|
FROM BASEIMAGE
|
||||||
|
|
||||||
USER 1234
|
USER 1234
|
||||||
|
Loading…
Reference in New Issue
Block a user