UNCLASSIFIED

Commit 78c2ed0d authored by renovate's avatar renovate
Browse files

Merge branch 'renovate/mitre-heimdall-lite-2.x' into 'development'

Update mitre/heimdall-lite Docker tag to v2.5.0

See merge request !27
parents 73967f4b cf4c88f5
Pipeline #429004 passed with stages
in 24 minutes and 5 seconds
...@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ...@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/opensource/nginx/nginx ARG BASE_IMAGE=ironbank/opensource/nginx/nginx
ARG BASE_TAG=1.19.9 ARG BASE_TAG=1.19.9
FROM mitre/heimdall-lite:2.4.8 AS source FROM mitre/heimdall-lite:2.5.0 AS source
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
......
...@@ -8,7 +8,7 @@ name: "mitre/saf/heimdall-lite" ...@@ -8,7 +8,7 @@ name: "mitre/saf/heimdall-lite"
# The most specific version should be the first tag and will be shown # The most specific version should be the first tag and will be shown
# on ironbank.dso.mil # on ironbank.dso.mil
tags: tags:
- "2.4.8" - "2.5.0"
- "latest" - "latest"
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
...@@ -29,7 +29,7 @@ labels: ...@@ -29,7 +29,7 @@ labels:
# Name of the distributing entity, organization or individual # Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "MITRE" org.opencontainers.image.vendor: "MITRE"
# Authoritative version of the software # Authoritative version of the software
org.opencontainers.image.version: "2.4.8" org.opencontainers.image.version: "2.5.0"
# Keywords to help with search (ex. "cicd,gitops,golang") # Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "saf" mil.dso.ironbank.image.keywords: "saf"
# This value can be "opensource" or "commercial" # This value can be "opensource" or "commercial"
...@@ -40,8 +40,8 @@ labels: ...@@ -40,8 +40,8 @@ labels:
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
# This is the official upstream docker image of Heimdall Lite # This is the official upstream docker image of Heimdall Lite
- tag: mitre/heimdall-lite:2.4.8 - tag: mitre/heimdall-lite:2.5.0
url: docker://docker.io/mitre/heimdall-lite@sha256:dd5f0b0ee19b70cba0a39ac68c25f4728f7a5c2067df4e4f2a9909e32c5d6016 url: docker://docker.io/mitre/heimdall-lite@sha256:2e15d8cc6f06ad33a8f2bb1e12bb3e8fbcbe54df9dc5e56f84cc051958e294fa
# List of project maintainers # List of project maintainers
maintainers: maintainers:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment