Merged
Conversation
mmichalak-swe
commented
Mar 13, 2026
m90
reviewed
Mar 14, 2026
| - data:/backup/my-app-backup:ro | ||
| - /etc/timezone:/etc/timezone:ro | ||
| - /etc/localtime:/etc/localtime:ro | ||
| - /usr/share/zoneinfo:/usr/share/zoneinfo:ro |
Member
There was a problem hiding this comment.
Pardon my outdated knowledge, but is this required in all cases? I am running multiple systems myself where I don't mount that file, and those seem to work as intended still.
Contributor
Author
There was a problem hiding this comment.
I think this really speaks to the need for the tzdata package, the fact that I need to mount that additional file, but you don't, is exactly the problem that will solve. That's the power of containerization - eliminating "but it works on my machine" problem, with runtime standardization via an image.
Member
|
Thanks! I guess I'll need a little more time to ponder #748, I hope that's ok. |
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.
Updated set-container-timezone.md with bind mount for
/usr/share/zoneinfo#28 (comment)Updated image size to accurately reflect uncompressed image size (42 MB for arm64, 45 MB for amd64) #28 (comment)