UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d0e199e7 authored by Al Fontaine's avatar Al Fontaine
Browse files

Merge branch 'UpdatetoIncludeFiles' into 'development'

Updateto include files

See merge request dsop/project-templates/master-project-template!21
parents 641283f5 da62d072
No related branches found
No related tags found
2 merge requests!25Development,!21Updateto include files
Pipeline #3553308 failed
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
---
apiVersion: v1
name: "opensource/foo/bar"
tags:
- "0.0.0"
- "latest"
args:
BASE_IMAGE: "redhat/ubi/ubi8"
BASE_TAG: "8.7"
labels:
org.opencontainers.image.title: "title"
org.opencontainers.image.description: "description"
org.opencontainers.image.licenses: "Apache-2.0"
org.opencontainers.image.url: "https://url"
org.opencontainers.image.vendor: "vendor"
org.opencontainers.image.version: "0.0.0"
mil.dso.ironbank.image.keywords: "tag1,tag2,tag3"
mil.dso.ironbank.image.type: "opensource"
mil.dso.ironbank.product.name: "name"
resources:
- filename:
url:
validation:
type: sha256
value:
maintainers:
- email: "username@example.com"
name: "FirstName LastName"
username: "UserName"
cht_member: true/false
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