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

SOURCE_DATE_EPOCH: containerimage: CreatedAt timestamp should be reproducible #3167

Open
AkihiroSuda opened this issue Oct 13, 2022 · 3 comments · May be fixed by #3263
Open

SOURCE_DATE_EPOCH: containerimage: CreatedAt timestamp should be reproducible #3167

AkihiroSuda opened this issue Oct 13, 2022 · 3 comments · May be fixed by #3263

Comments

@AkihiroSuda
Copy link
Member

   And this timestamp is also non-reproducible

img := images.Image{
Target: *desc,
CreatedAt: time.Now(),
}

Originally posted by @AkihiroSuda in #2918 (comment)

@tonistiigi
Copy link
Member

Isn't this the "pull time" that is not actually part of the image?

@AkihiroSuda
Copy link
Member Author

Isn't this the "pull time" that is not actually part of the image?

Not actually part of the image, but I’d expect this to be set to the SOURCE_DATE_EPOCH.
Not a hard requirement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants