UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d08db465 authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Merge branch 'development' into 'master'

parents 0e702aa5 4c3ead75
No related branches found
No related tags found
1 merge request!25Development
Pipeline #3481229 failed
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
ARG BASE_TAG=9.4
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
RUN dnf update -y --nodocs && \
dnf clean all && \
rm -rf /var/cache/dnf
USER nobody
---
apiVersion: v1
name: "opensource/foo/bar"
tags:
- "0.0.0"
- "latest"
args:
BASE_IMAGE: "redhat/ubi/ubi9"
BASE_TAG: "9.4"
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: " "
mil.dso.ironbank.image.type: "opensource"
mil.dso.ironbank.product.name: "name"
resources:
- filename: "filename.extension"
url: "https://example.com/path/to/file.tar.gz"
validation:
type: sha256
value: " "
# For Docker dependencies
- tag: "product/name:1.0.0"
url: "docker://<image-registry>/name/of/product@sha256:<value>"
maintainers:
- email: "username@example.com"
name: "FirstName LastName"
username: "UserName"
cht_member: false
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}
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