1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-01-04 23:17:45 +01:00
harbor/make/photon/chartserver/Dockerfile.base

7 lines
178 B
Docker
Raw Normal View History

FROM photon:2.0
RUN tdnf install -y shadow sudo >>/dev/null\
&& tdnf clean all \
&& groupadd -r -g 10000 chart \
&& useradd --no-log-init -m -g 10000 -u 10000 chart