We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caba0dc commit 27041ddCopy full SHA for 27041dd
hack/test-end-to-end-docker.sh
@@ -50,6 +50,10 @@ if os::util::ensure::system_binary_exists 'systemctl'; then
50
${USE_SUDO:+sudo} systemctl restart docker.service
51
fi
52
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
+
57
# Setup
58
os::log::info "openshift version: `openshift version`"
59
os::log::info "oc version: `oc version`"
0 commit comments