We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RUN touch --date=@TIMESTAMP /MOUNT/POINT
buildkit/client/client_test.go
Lines 8205 to 8206 in 7e14bbd
The timestamp specified in RUN touch is lost when the executor container exits, so it seems hard to retain custom timestamps. SOURCE_DATE_EPOCH support for mount point dirs (and any arbitrary dirs/files) will be covered in archive: set WithModTimeUpperBound when WithSourceDateEpoch is set containerd/containerd#7710
The timestamp specified in RUN touch is lost when the executor container exits, so it seems hard to retain custom timestamps.
RUN touch
SOURCE_DATE_EPOCH support for mount point dirs (and any arbitrary dirs/files) will be covered in
SOURCE_DATE_EPOCH
Originally posted by @AkihiroSuda in #3149 (comment)
The text was updated successfully, but these errors were encountered:
RUN true
FROM busybox
FROM debian
No branches or pull requests
buildkit/client/client_test.go
Lines 8205 to 8206 in 7e14bbd
Originally posted by @AkihiroSuda in #3149 (comment)
The text was updated successfully, but these errors were encountered: