-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Before this was just using whatever created time was set on the base image config which was incorrect. Example using the `docker buildx bake runc-jammy-container` command: Before: docker image ls | grep runc runc jammy 8d1d42e074f3 25 minutes ago 228MB After: docker image ls | grep runc runc jammy 03c24620c8fa 5 seconds ago 228MB :::note Note how the created time before was 25mins ago (b/c apparently the base jammy image was recently updated, I've seen this be 2 weeks) compared to after its 5 seconds ago. ::: Signed-off-by: Brian Goff <[email protected]>
- Loading branch information
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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