Multi arch for nonroot image

This commit is contained in:
Manjunath A Kumatagi 2020-01-13 20:42:08 +05:30
parent 36e40fb850
commit f6d58ae3a9
2 changed files with 6 additions and 1 deletions

View 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

View File

@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM k8s.gcr.io/debian-base:v1.0.0
FROM BASEIMAGE
USER 1234