Skip to content

Commit

Permalink
Revert "oci_tarball: set mtime to 2000-01-01" (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Oct 2, 2023
1 parent 96582a4 commit 4e125bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oci/private/tarball.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ layers="${LAYERS}" \
--output-format json > "${STAGING_DIR}/manifest.json"

# TODO: https://github.com/bazel-contrib/rules_oci/issues/217
tar -C "${STAGING_DIR}" -cf "${TARBALL_PATH}" --mtime='2000-01-01' manifest.json blobs
tar -C "${STAGING_DIR}" -cf "${TARBALL_PATH}" manifest.json blobs

0 comments on commit 4e125bf

Please sign in to comment.