Skip to content

Commit 62b185f

Browse files
authored
Merge pull request #13610 from Security-Onion-Solutions/esver
use correct sig based on es image or not
2 parents 71f6b44 + 7d9b3b1 commit 62b185f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/common/tools/sbin/so-image-common

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ update_docker_containers() {
167167

168168
# Get signature
169169
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" \
170+
"curl --retry 5 --retry-delay 60 -A '$CURLTYPE/$CURRENTVERSION/$OS/$(uname -r)' https://sigs.securityonion.net/$VERSION/$image.sig --output $SIGNPATH/$image.sig" \
171171
"Could not pull signature file for $image, please ensure connectivity to https://sigs.securityonion.net " \
172172
noretry >> "$LOG_FILE" 2>&1
173173
# Dump our hash values

0 commit comments

Comments
 (0)