mirror of
https://github.com/goharbor/harbor
synced 2025-04-29 04:06:10 +00:00

Notably missing is the "log" image, which still uses sudo. Signed-off-by: Tianon Gravi <tianon@infosiftr.com>
7 lines
179 B
Docker
7 lines
179 B
Docker
FROM photon:2.0
|
|
|
|
RUN tdnf install -y rpm >> /dev/null \
|
|
&& tdnf clean all \
|
|
&& groupadd -r -g 10000 scanner \
|
|
&& useradd --no-log-init -m -r -g 10000 -u 10000 scanner
|