UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 4b6a291c authored by Colton Freeman's avatar Colton Freeman :fingers_crossed:
Browse files

update to ubi9 and include a docker resource as well as a renovate file

parent d0e199e7
No related branches found
No related tags found
2 merge requests!25Development,!22Cfreeman
Pipeline #3553309 failed
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.7
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
ARG BASE_TAG=9.2
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
......@@ -8,6 +8,4 @@ RUN dnf update -y --nodocs && \
dnf clean all && \
rm -rf /var/cache/dnf
HEALTHCHECK NONE
USER nobody
......@@ -8,8 +8,8 @@ tags:
- "latest"
args:
BASE_IMAGE: "redhat/ubi/ubi8"
BASE_TAG: "8.7"
BASE_IMAGE: "redhat/ubi/ubi9"
BASE_TAG: "9.2"
labels:
org.opencontainers.image.title: "title"
......@@ -28,9 +28,12 @@ resources:
validation:
type: sha256
value:
### For Docker dependencies
- tag:
url: docker://
maintainers:
- email: "username@example.com"
name: "FirstName LastName"
username: "UserName"
cht_member: true/false
cht_member: false
# Renovate is an automation tool that Iron Bank leverages to help with auto dependency updates.
# For more information on renovate, you can view that on the public Iron Bank documentation site here: https://docs-ironbank.dso.mil/hardening/repository-structure/#5-renovatejson and https://docs-ironbank.dso.mil/tutorials/local-renovate-testing/
# A high level example of how you can use Renovate to help with these automatic dependency updates can be found with iron Bank's kubernetes-1.27 kube-scheduler: https://repo1.dso.mil/dsop/opensource/kubernetes/1.27/kube-scheduler/-/blob/development/renovate.json
\ No newline at end of file
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