UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Aindihar

Merged Alexander Indihar requested to merge aindihar into development
3 files
+ 14
13
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
1
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
ARG BASE_TAG=9.2
ARG BASE_TAG=9.3
FROM goharbor/registry-photon:v2.9.1 as base
@@ -9,6 +9,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
RUN groupadd -g 1000 harbor && \
useradd -r -u 1000 -m -s /sbin/nologin -g harbor harbor && \
dnf -y update --refresh && \
dnf -y upgrade && \
dnf clean all && \
rm -rf /var/cache/dnf
Loading