Skip to content

Commit 2b9d0fd

Browse files
authored
Merge pull request kubernetes#87153 from mkumatag/multi-arch-nonroot
Multi arch for nonroot image
2 parents edab9c9 + f6d58ae commit 2b9d0fd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

test/images/nonroot/BASEIMAGE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
amd64=k8s.gcr.io/debian-base-amd64:v1.0.0
2+
arm=k8s.gcr.io/debian-base-arm:v1.0.0
3+
arm64=k8s.gcr.io/debian-base-arm64:v1.0.0
4+
ppc64le=k8s.gcr.io/debian-base-ppc64le:v1.0.0
5+
s390x=k8s.gcr.io/debian-base-s390x:v1.0.0

test/images/nonroot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM k8s.gcr.io/debian-base:v1.0.0
15+
FROM BASEIMAGE
1616

1717
USER 1234

0 commit comments

Comments
 (0)