Skip to content

Instantly share code, notes, and snippets.

@emreozkangit
Created February 20, 2020 12:36
Show Gist options
  • Save emreozkangit/f5cd5d0571c06f28326200cc997092fd to your computer and use it in GitHub Desktop.
Save emreozkangit/f5cd5d0571c06f28326200cc997092fd to your computer and use it in GitHub Desktop.
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