Skip to content

Commit

Permalink
fix: appease checkton
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Oct 24, 2024
1 parent b05a60a commit abbc6db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/create-pyxis-image/create-pyxis-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ spec:
EXPANDED_SIZE=$(wc --bytes "${BLOB_FILE}" | awk '{print $1}' | tr -d '\n')
# Append this information to the parsed_data manifest
cat <<< $(jq \
cat <<< "$(jq \
'.uncompressed_layers += [{"digest": "'"$EXPANDED_DIGEST"'", "size": '"$EXPANDED_SIZE"'}]' \
"${MANIFEST_FILE}") > "${MANIFEST_FILE}"
"${MANIFEST_FILE}")" > "${MANIFEST_FILE}"
# Clean up, in case we're dealing with large images
rm "/tmp/oras-blob-fetch-${BLOB_DIGEST}"
Expand Down

0 comments on commit abbc6db

Please sign in to comment.