4,103 questions
Container has wrong Timezone every time it is pushed to docker from DevOPS.
Peter van der Kleij
6
Reputation points
All our containers have a default timezone UTC, we want to set the TimeZone to Amsterdam.
We cannot find the correct, command/way to fix this.
We tried:
• Editing the netcore.Dockerfile in many ways like:
○ RUN echo "Europe/Amsterdam" > /etc/timezone
○ RUN dpkg-reconfigure -f noninteractive tzdata
• Editing the 'docker build' command in the Container Pipeline.
Can anyone direct us to correct way of accomplish this setting?
Developer technologies | .NET | Other
Sign in to answer