diff --git a/Dockerfile b/Dockerfile index 48f4447f0bd890fec676663ee3e05cf0a8f60b9a..b836aeb30460cc20f6914928980f33356fb40cbd 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 2ea35a9b48be8ab9442fe9f143206fdf04fe04ea..bf6ec9143aa460fbf4ab7a2465efa99ea4f31782 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: