mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-08 11:41:54 +01:00
4752cac051
Notably missing is the "log" image, which still uses sudo. Signed-off-by: Tianon Gravi <tianon@infosiftr.com>
6 lines
194 B
Docker
6 lines
194 B
Docker
FROM photon:2.0
|
|
|
|
RUN tdnf install -y git shadow rpm xz python-xml >>/dev/null\
|
|
&& tdnf clean all \
|
|
&& groupadd -r -g 10000 clair \
|
|
&& useradd --no-log-init -m -g 10000 -u 10000 clair |