Conversation
2e90c82 to
3a3bc79
Compare
83add1d to
cf631f1
Compare
d9e3e9a to
5706222
Compare
Collaborator
Author
|
oh! buildkit doesnt preserve atime accross copy --from? let's have a look what the standard says. |
Collaborator
Author
|
hmmm can't find reference to it, but it sort of make sense. snapshotting itself shouldnt alter atime, but if you create a copy its fine. let me check whether I can implement that behaviour here |
7473aee to
8c38110
Compare
8c38110 to
e7f4fe7
Compare
755af37 to
53e013b
Compare
Collaborator
Author
|
we can assume we have |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #155
Description
Unfortunately can't finish it on my side alone, everytime
os.Opengets called we run into this issue. I don't see a way how i can monkeypatch it in go, so the only solution is to bring all dependencies to expose os as an interface, that will take some time.Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
See the contribution guide for more details.
Reviewer Notes
Release Notes
Describe any changes here so maintainer can include it in the release notes, or delete this block.