Change registry from docker.io to quay.io for test container image.
Change-Id: I4180fd7c9b9184ba52c9167e18407f399d3c6e70
This commit is contained in:
parent
fa37cdfbda
commit
e564b661d9
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.12
|
||||
FROM quay.io/kuryr/alpine:3.12
|
||||
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
|
Loading…
Reference in New Issue
Block a user