mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-17 04:11:24 +01:00
Merge pull request #8774 from heww/issue-8314
fix(build): install tzdata pkg for core and jobservice images
This commit is contained in:
commit
33138fe5e8
@ -1,6 +1,6 @@
|
||||
FROM photon:2.0
|
||||
|
||||
RUN tdnf install sudo -y >> /dev/null\
|
||||
RUN tdnf install sudo tzdata -y >> /dev/null \
|
||||
&& tdnf clean all \
|
||||
&& groupadd -r -g 10000 harbor && useradd --no-log-init -r -g 10000 -u 10000 harbor \
|
||||
&& mkdir /harbor/
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM photon:2.0
|
||||
|
||||
RUN tdnf install sudo -y >> /dev/null\
|
||||
RUN tdnf install sudo tzdata -y >> /dev/null \
|
||||
&& tdnf clean all \
|
||||
&& groupadd -r -g 10000 harbor && useradd --no-log-init -r -g 10000 -u 10000 harbor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user