Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preserve APK timestamps when using dirfs #1352

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

jonjohnsonjr
Copy link
Contributor

This worked in our happy tarfs path but not in the dirfs path that melange uses because some runners mount directories rather than actually packaging the layer up into an image. This made it impossible to test the timestamps properly in package tests because the APK files had modtimes set to SOURCE_DATE_EPOCH.

This worked in our happy tarfs path but not in the dirfs path that
melange uses because some runners mount directories rather than actually
packaging the layer up into an image. This made it impossible to test
the timestamps properly in package tests because the APK files had
modtimes set to SOURCE_DATE_EPOCH.

Signed-off-by: Jon Johnson <[email protected]>
@jonjohnsonjr jonjohnsonjr merged commit 4e38dc8 into chainguard-dev:main Oct 22, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants