UNCLASSIFIED

Commits (13)
...@@ -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-devel ARG BASE_IMAGE=ironbank/redhat/openjdk/openjdk8-devel
ARG BASE_TAG=1.8.0 ARG BASE_TAG=1.8.0
FROM maven:3.8.1-openjdk-8 as base FROM maven:3.8.2-openjdk-8 as base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
......
...@@ -8,7 +8,7 @@ name: "opensource/maven/maven-openjdk-8" ...@@ -8,7 +8,7 @@ name: "opensource/maven/maven-openjdk-8"
# 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:
- "3.8.1" - "3.8.2"
- "latest" - "latest"
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
...@@ -23,7 +23,7 @@ labels: ...@@ -23,7 +23,7 @@ labels:
org.opencontainers.image.licenses: "Apache License v2.0" org.opencontainers.image.licenses: "Apache License v2.0"
org.opencontainers.image.url: "https://maven.apache.org/" org.opencontainers.image.url: "https://maven.apache.org/"
org.opencontainers.image.vendor: "Apache" org.opencontainers.image.vendor: "Apache"
org.opencontainers.image.version: "3.8.1" org.opencontainers.image.version: "3.8.2"
mil.dso.ironbank.image.keywords: "maven" mil.dso.ironbank.image.keywords: "maven"
mil.dso.ironbank.image.type: "opensource" mil.dso.ironbank.image.type: "opensource"
mil.dso.ironbank.product.name: "maven" mil.dso.ironbank.product.name: "maven"
...@@ -31,8 +31,8 @@ labels: ...@@ -31,8 +31,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: maven:3.8.1-openjdk-8 - tag: maven:3.8.2-openjdk-8
url: docker://docker.io/library/maven@sha256:7b5a95930b3e963417d9b8bd47f6811ccad53bdaeec2ab067e8eb01a56deacc4 url: docker://docker.io/library/maven@sha256:b15f6bc75fdee5f93c011e06b3335a5f68e4036a07f41ce192aff28ff86df8f0
# List of project maintainers # List of project maintainers
maintainers: maintainers:
......