Merge "Change registry from docker.io to quay.io for test container image."

This commit is contained in:
Zuul 2021-01-14 13:59:23 +00:00 committed by Gerrit Code Review
commit 01376068c3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.12
FROM quay.io/kuryr/alpine:3.12
ADD rootfs.tar.xz /
RUN apk update && apk add iputils

View File

@ -1,4 +1,4 @@
FROM alpine:3.12
FROM quay.io/kuryr/alpine:3.12
RUN apk add --no-cache \
bash \