From 038c97745404e21ac59d578e5d2ce3d1c50197ed Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Dec 08 2020 16:41:05 +0000 Subject: Update from the upstream Github repository --- diff --git a/README.md b/README.md index bae6eab..14a94b0 100644 --- a/README.md +++ b/README.md @@ -61,10 +61,10 @@ $ make build VERSIONS=core TARGET=rhel7 * **CentOS7 base image** -This image is available on DockerHub. To download it run: +This image is available on Quay.io. To download it run: ```console -podman pull sclorg/s2i-core-centos7 +podman pull quay.io/centos7/s2i-core-centos7 ``` To build a Base image from scratch run: diff --git a/test/run b/test/run index da66ed9..6878bf3 100755 --- a/test/run +++ b/test/run @@ -6,7 +6,7 @@ # IMAGE_NAME specifies a name of the candidate image used for testing. # The image has to be available before this script is executed. # -IMAGE_NAME=${IMAGE_NAME-centos/s2i-core-centos7-candidate} +test -n "${IMAGE_NAME-}" || { echo 'make sure $IMAGE_NAME is defined'; exit 1; } test_docker_run_usage() { echo "Testing 'docker run' usage..."