We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71f6b44 + 7d9b3b1 commit 62b185fCopy full SHA for 62b185f
salt/common/tools/sbin/so-image-common
@@ -167,7 +167,7 @@ update_docker_containers() {
167
168
# Get signature
169
run_check_net_err \
170
- "curl --retry 5 --retry-delay 60 -A '$CURLTYPE/$CURRENTVERSION/$OS/$(uname -r)' https://sigs.securityonion.net/$VERSION/$i:$VERSION$IMAGE_TAG_SUFFIX.sig --output $SIGNPATH/$image.sig" \
+ "curl --retry 5 --retry-delay 60 -A '$CURLTYPE/$CURRENTVERSION/$OS/$(uname -r)' https://sigs.securityonion.net/$VERSION/$image.sig --output $SIGNPATH/$image.sig" \
171
"Could not pull signature file for $image, please ensure connectivity to https://sigs.securityonion.net " \
172
noretry >> "$LOG_FILE" 2>&1
173
# Dump our hash values
0 commit comments