We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae274a6 commit d1f826cCopy full SHA for d1f826c
manifests/container.pp
@@ -188,7 +188,7 @@
188
running_digest=\$(podman image inspect $(podman image inspect \${image_name} --format='{{.ID}}') --format '{{.Digest}}')
189
latest_digest=\$(skopeo inspect docker://${image} | \
190
${_ruby} -rjson -e 'puts (JSON.parse(STDIN.read))["Digest"]')
191
- test $? -ne 0 && latest_digest=\$(skopeo inspect --no-creds docker://${image} | \
+ test $? -ne 0 && latest_digest=\$(skopeo inspect docker://${image} | \
192
193
test -z "\${latest_digest}" && exit 0 # Do not update if unable to get latest digest
194
test "\${running_digest}" = "\${latest_digest}"
0 commit comments