UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d37b72cd authored by Abdullah Alsindy's avatar Abdullah Alsindy
Browse files

Upload New File

parent 1a471934
No related branches found
No related tags found
2 merge requests!25Development,!21Updateto include files
Pipeline #3553305 canceled
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.6
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
RUN dnf update -y --nodocs && \
dnf clean all && \
rm -rf /var/cache/dnf
HEALTHCHECK NONE
USER nobody
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment