From d067184b0d72acd1ed9bfe0239a6df9d347bc6e1 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 23 Jun 2021 01:10:50 +0000 Subject: [PATCH] Update jboss/wildfly Docker tag to v24 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 48f4447..b836aeb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/openjdk/openjdk11 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} ENV JBOSS_HOME=/opt/jboss/wildfly \ diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 2ea35a9..bf6ec91 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/jboss/wildfly" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "23.0.2.Final" +- "24.0.0.Final" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://www.wildfly.org/" ## Name of the distributing entity, organization or individual 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") mil.dso.ironbank.image.keywords: "wildfly,java" ## This value can be "opensource" or "commercial" @@ -37,8 +37,8 @@ labels: # List of resources to make available to the offline build context resources: -- tag: jboss/wildfly:23.0.2.Final - url: docker://docker.io/jboss/wildfly@sha256:a0c9529f27f8670490a05ec6be8b449cfc5419520e34f797cc1a95a738502767 +- tag: jboss/wildfly:24.0.0.Final + url: docker://docker.io/jboss/wildfly@sha256:8066e865c0ffa3f49943d513c1798f839fbab6fb0a0b608b808ad4a2a39ae115 # List of project maintainers maintainers: -- GitLab