-
Notifications
You must be signed in to change notification settings - Fork 85
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
Date inside container is 01/01/1970 - latest tag wrong? #731
Comments
Latest-Tag seems to provide bullseye instead of buster, maybe this is the problem, as my host is running buster. This is strange, as https://www.balena.io/docs/reference/base-images/base-images-ref/ says that buster is latest and my old image 301374a87406 is buster too.
|
@limes007 thank you for the report, the balenalib latest Debian image points to Regarding the date inside container, as far as I know docker containers don't maintain a separate clock, it's identical to the Linux host since time is not a namespaced value and we don't have anything that change/update the time inside our Dockerfile hence it should something on the Docker engine or your OS, can you let us know more details about your environment so I can try to reproduce it? The
|
Hi @nghiant2710 thank you for your reply. My assumption was that the date is correct if the host and container are using the same master distribution version. I am using buster on the host and there is no date problem with the buster image. You use bullseye on host and container and have no problem either. My host runs Raspiban buster
Docker version is 20.10.10
What else do you want to now about my environment? |
I pulled a new image of balenalib/raspberrypi3-python and got the following problem
The text was updated successfully, but these errors were encountered: