Skip to content

Commit 27041dd

Browse files
committed
Tag origin-web-console image for e2e tests
1 parent caba0dc commit 27041dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hack/test-end-to-end-docker.sh

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ if os::util::ensure::system_binary_exists 'systemctl'; then
5050
${USE_SUDO:+sudo} systemctl restart docker.service
5151
fi
5252

53+
# Tag the web console image with the same tag as the other origin images
54+
docker pull openshift/origin-web-console:latest
55+
docker tag openshift/origin-web-console:latest openshift/origin-web-console:${TAG}
56+
5357
# Setup
5458
os::log::info "openshift version: `openshift version`"
5559
os::log::info "oc version: `oc version`"

0 commit comments

Comments
 (0)