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
diff docker-image-extract.original docker-image-extract 231a232,237> previousDigest=$(cat "$OUT_DIR/digest")> if [ "$digest" = "$previousDigest" ]; then> echo "Docker digest is equal to previously extracted digest, exiting..."> exit 2> fi>286a293,295>> echo "$digest" > "$OUT_DIR/digest"> echo "Digest stored in $OUT_DIR/digest"
This is nice for automation of updating images/applications that only distribute binaries through a docker image, it not only makes docker hub get pulled from less if you do have a system like I do but it also exits with a certain code so you know it didn't error but it didn't get any new files so you don't need to restart the applications in question.
I would've made a repo but it was such a small change so I didn't think it was necessary. If needed, I can make a repo with the change and make a pull request instead.
The text was updated successfully, but these errors were encountered:
This is nice for automation of updating images/applications that only distribute binaries through a docker image, it not only makes docker hub get pulled from less if you do have a system like I do but it also exits with a certain code so you know it didn't error but it didn't get any new files so you don't need to restart the applications in question.
I would've made a repo but it was such a small change so I didn't think it was necessary. If needed, I can make a repo with the change and make a pull request instead.
The text was updated successfully, but these errors were encountered: