UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Updateto include files

Merged Imported Anthony Hernandez requested to merge UpdatetoIncludeFiles into development
3 files
+ 49
0
Compare changes
  • Side-by-side
  • Inline
Files
3
Dockerfile 0 → 100644
+ 13
0
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.7
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
RUN dnf update -y --nodocs && \
dnf clean all && \
rm -rf /var/cache/dnf
HEALTHCHECK NONE
USER nobody
Loading