UNCLASSIFIED

Commit 9ea00da5 authored by renovate's avatar renovate
Browse files

Merge branch 'renovate/jboss-wildfly-24.x' into 'development'

Update jboss/wildfly Docker tag to v24

See merge request !16
parents 728e794a d067184b
Pipeline #452939 passed with stages
in 34 minutes and 48 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/openjdk11 ARG BASE_IMAGE=ironbank/redhat/openjdk/openjdk11
ARG BASE_TAG=1.11 ARG BASE_TAG=1.11
FROM jboss/wildfly:23.0.2.Final as base FROM jboss/wildfly:24.0.0.Final as base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ENV JBOSS_HOME=/opt/jboss/wildfly \ ENV JBOSS_HOME=/opt/jboss/wildfly \
......
...@@ -8,7 +8,7 @@ name: "opensource/jboss/wildfly" ...@@ -8,7 +8,7 @@ name: "opensource/jboss/wildfly"
# 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:
- "23.0.2.Final" - "24.0.0.Final"
- "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://www.wildfly.org/" org.opencontainers.image.url: "https://www.wildfly.org/"
## 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: "23.0.2.Final" org.opencontainers.image.version: "24.0.0.Final"
## Keywords to help with search (ex. "cicd,gitops,golang") ## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "wildfly,java" mil.dso.ironbank.image.keywords: "wildfly,java"
## 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:
- tag: jboss/wildfly:23.0.2.Final - tag: jboss/wildfly:24.0.0.Final
url: docker://docker.io/jboss/wildfly@sha256:a0c9529f27f8670490a05ec6be8b449cfc5419520e34f797cc1a95a738502767 url: docker://docker.io/jboss/wildfly@sha256:8066e865c0ffa3f49943d513c1798f839fbab6fb0a0b608b808ad4a2a39ae115
# 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