mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
7 lines
169 B
Docker
7 lines
169 B
Docker
|
FROM photon:2.0
|
||
|
|
||
|
RUN tdnf install -y shadow sudo \
|
||
|
&& tdnf clean all \
|
||
|
&& groupadd -r -g 10000 notary \
|
||
|
&& useradd --no-log-init -r -g 10000 -u 10000 notary
|