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

Change-Id: I4180fd7c9b9184ba52c9167e18407f399d3c6e70
This commit is contained in:
Roman Dobosz 2020-12-15 10:13:22 +01:00
parent fa37cdfbda
commit e564b661d9
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 \