Skip to content
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

Discrepancy when using date for tag #4

Open
Philipp-Neubauer opened this issue Jul 22, 2020 · 1 comment
Open

Discrepancy when using date for tag #4

Philipp-Neubauer opened this issue Jul 22, 2020 · 1 comment

Comments

@Philipp-Neubauer
Copy link
Member

The date is taken as the system time and used for the tag - but since NZ is a day ahead of the apparatchik most of the time, I guess, it throws an error since the date is hard-coded in the dockerfiles.

See e.g., https://gorbachev.io/#/job/docker/28192

@edwardabraham
Copy link
Member

It looks like the problem is that the Pacific/Auckland time zone is no longer being set correctly (Step 6 doesn't seem to have been applied)?

Step 6/15 : RUN echo "Pacific/Auckland" > /etc/timezone
10:25:52.887 ---> Running in 569061b4b4ca
10:25:52.950Removing intermediate container 569061b4b4ca
10:25:53.684 ---> 8701f44135e9
10:25:53.684Step 7/15 : RUN dpkg-reconfigure -f noninteractive tzdata
10:25:53.684 ---> Running in 04340de31f42
10:25:53.737�[91m
10:25:54.156Current default time zone: 'Etc/UTC'
10:25:54.156�[0m�[91mLocal time is now:      Tue Jul 21 22:25:54 UTC 2020.
10:25:54.158Universal Time is now:  Tue Jul 21 22:25:54 UTC 2020.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants