Created
February 20, 2020 12:36
-
-
Save emreozkangit/f5cd5d0571c06f28326200cc997092fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oc adm -a ${LOCAL_SECRET_JSON} release mirror \ | |
--from=quay.io/${PRODUCT_REPO}/${RELEASE_NAME}:${OCP_RELEASE} \ | |
--to=${LOCAL_REGISTRY}/${LOCAL_REPOSITORY} \ | |
--to-release-image=${LOCAL_REGISTRY}/${LOCAL_REPOSITORY}:${OCP_RELEASE} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment