UNCLASSIFIED

Commit 4a83aa2f authored by renovate's avatar renovate
Browse files

Merge branch 'renovate/hygieiadoc-api-3.x' into 'development'

Update hygieiadoc/api Docker tag to v3.4.23

See merge request !30
parents a501e483 8c39712b
Pipeline #390769 passed with stages
in 15 minutes and 7 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/redhat/openjdk/openjdk8 ARG BASE_IMAGE=ironbank/redhat/openjdk/openjdk8
ARG BASE_TAG=1.8.0 ARG BASE_TAG=1.8.0
FROM hygieiadoc/api:v3.4.22 as builder FROM hygieiadoc/api:v3.4.23 as builder
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
EXPOSE 8080 EXPOSE 8080
......
...@@ -8,7 +8,7 @@ name: "opensource/hygieia/api" ...@@ -8,7 +8,7 @@ name: "opensource/hygieia/api"
# 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.dsop.io # on ironbank.dsop.io
tags: tags:
- "v3.4.22" - "v3.4.23"
- "latest" - "latest"
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
...@@ -27,7 +27,7 @@ labels: ...@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url: "https://github.com/hygieia/api" org.opencontainers.image.url: "https://github.com/hygieia/api"
## Name of the distributing entity, organization or individual ## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "opensource" org.opencontainers.image.vendor: "opensource"
org.opencontainers.image.version: "v3.4.22" org.opencontainers.image.version: "v3.4.23"
## Keywords to help with search (ex. "cicd,gitops,golang") ## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "hygieia, api" mil.dso.ironbank.image.keywords: "hygieia, api"
## This value can be "opensource" or "commercial" ## This value can be "opensource" or "commercial"
...@@ -37,8 +37,8 @@ labels: ...@@ -37,8 +37,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:
- url: docker://docker.io/hygieiadoc/api@sha256:204141baaa97bd6fe740e86bad36e13623b7c994b1f722be4c36762d5cadead9 - url: docker://docker.io/hygieiadoc/api@sha256:877df01698b511ab0dabea294282f17e9caf26714a54713023d15faad2f16829
tag: hygieiadoc/api:v3.4.22 tag: hygieiadoc/api:v3.4.23
......
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