From fc88865823e7915a6b84f559eb123e9d0ab52463 Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 3 Jul 2021 01:14:37 +0000 Subject: [PATCH] Update tomcat Docker tag to v10.0.8 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6b53159..c73ad76 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 tomcat:10.0.7-jdk11 AS base +FROM tomcat:10.0.8-jdk11 AS base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index c7123c4..d856547 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/apache/tomcat-openjdk11" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "10.0.7" +- "10.0.8" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://tomcat.apache.org/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "opensource" - org.opencontainers.image.version: "10.0.7" + org.opencontainers.image.version: "10.0.8" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "Apache,Tomcat,JDK,server" ## 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: tomcat:10.0.7-jdk11 - url: docker://docker.io/library/tomcat@sha256:6047a64deab2d406280a3c4567949bce9534f1a4ab94f8dedc19ff6cf93a4110 +- tag: tomcat:10.0.8-jdk11 + url: docker://docker.io/library/tomcat@sha256:91c87bd3c7830ec6ea39859369fd0f92727dafce20e4ebf180901dfa667d4dce # List of project maintainers maintainers: -- GitLab