We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374dbd4 commit 2e0909cCopy full SHA for 2e0909c
1 file changed
oc_mirror.sh
@@ -72,7 +72,7 @@ function mirror_to_file() {
72
config=${1}
73
74
pushd ${WORKING_DIR}
75
- oc-mirror --v2 --config ${config} file://${WORKING_DIR}
+ oc-mirror --v2 -c ${config} file://${WORKING_DIR} --ignore-release-signature
76
popd
77
}
78
@@ -81,7 +81,7 @@ function publish_image() {
81
82
83
84
- oc-mirror --v2 --config ${config} --from file://${WORKING_DIR} docker://${LOCAL_REGISTRY_DNS_NAME}:${LOCAL_REGISTRY_PORT}
+ oc-mirror --v2 --config ${config} --from file://${WORKING_DIR} docker://${LOCAL_REGISTRY_DNS_NAME}:${LOCAL_REGISTRY_PORT} --ignore-release-signature
85
86
87
0 commit comments