You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at the end of a successful generation, we can see the following message, for example:
- To mirror the images:
oc image mirror -f /root/.ibm-pak/data/mirror/${CASE_VERSION}/${CASE_NAME}/images-mapping.txt --filter-by-os '.*' -a $REGISTRY_AUTH_FILE --insecure --skip-multiple-scopes --max-per-registry=1
as part of automation, how do I extract or get this exact command to execute automatically via script because the message might be different?
For example, another guideline mentioned that the command may generate the following at the end instead:
- To mirror the non curated catalog:
oc mirror --config /root/.ibm-pak/data/mirror/${CASE_NAME}/${CASE_VERSION}/image-set-config.yaml docker://${TARGET_PATH}
The text was updated successfully, but these errors were encountered:
Hi,
After executing the following command:
at the end of a successful generation, we can see the following message, for example:
as part of automation, how do I extract or get this exact command to execute automatically via script because the message might be different?
For example, another guideline mentioned that the command may generate the following at the end instead:
The text was updated successfully, but these errors were encountered: