From ce64993947515cdb9d59e879ce93ada18f1b01b9 Mon Sep 17 00:00:00 2001 From: Christopher Recla Date: Thu, 18 Feb 2021 14:43:56 -0700 Subject: [PATCH] Bitnami Redis 6.0.10 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index e534462..f62e139 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 bitnami/redis:6.0.4 as base +FROM bitnami/redis:6.0.10 as base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as staging ARG BITNAMI_HOME=/opt/bitnami USER 0 diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index b7459aa..6cfd89d 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "bitnami/redis" # The most specific version should be the first tag and will be shown # on ironbank.dso.mil tags: -- "6.0.4" +- "6.0.10" # Build args passed to Dockerfile ARGs args: @@ -26,7 +26,7 @@ labels: org.opencontainers.image.url: "https://bitnami.com/stack/redis/containers" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Bitnami" - org.opencontainers.image.version: "6.0.4" + org.opencontainers.image.version: "6.0.10" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "dataflow,streaming" ## This value can be "opensource" or "commercial" @@ -36,8 +36,8 @@ labels: # List of resources to make available to the offline build context resources: -- tag: bitnami/redis:6.0.4 - url: docker://docker.io/bitnami/redis@sha256:95846af0d76358b676b6d76dc05831572d62d5f8f25e43d28daf4756dee30dd7 +- tag: bitnami/redis:6.0.10 + url: docker://docker.io/bitnami/redis@sha256:d01c11dba2e3d76a330092743b8c93ae7e91e1b2f932806a06f76dd2bc9bb2ef # List of project maintainers maintainers: -- GitLab