Skip to content

Commit

Permalink
Use ubi8-minimal for multi-arch support
Browse files Browse the repository at this point in the history
  • Loading branch information
yselkowitz committed May 11, 2021
1 parent c2056fa commit 2a3ff83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roots2i/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/quay/busybox:latest
FROM registry.access.redhat.com/ubi8-minimal:latest

LABEL io.openshift.s2i.scripts-url="image:///usr/libexec/s2i"

Expand Down
2 changes: 1 addition & 1 deletion simples2i/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/quay/busybox:latest
FROM registry.access.redhat.com/ubi8-minimal:latest

LABEL io.openshift.s2i.scripts-url="image:///usr/libexec/s2i"

Expand Down

0 comments on commit 2a3ff83

Please sign in to comment.