From 02a9cac8e30e8959a088162b9327a9958f8188c7 Mon Sep 17 00:00:00 2001 From: Scott Stroud <sstroud@confluent.io> Date: Mon, 17 Jul 2023 09:13:47 -0600 Subject: [PATCH] init --- Dockerfile | 2 +- hardening_manifest.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index be29291..7f4126a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG CONFLUENT_OPERATOR_BASE_IMAGE=confluentinc/confluent-operator -ARG CONFLUENT_OPERATOR_BASE_TAG=0.771.13 +ARG CONFLUENT_OPERATOR_BASE_TAG=0.771.29 ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=redhat/ubi/ubi8 diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 4c7f8da..1decde4 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,15 +8,15 @@ name: "confluentinc/confluent-operator" # The most specific version should be the first tag and will be shown # on ironbank.dso.mil tags: - - "2.6.0" + - "2.6.1" - "2.6" - - "0.771.13" + - "0.771.29" - "0.771" # Build args passed to Dockerfile ARGs args: CONFLUENT_OPERATOR_BASE_IMAGE: "confluentinc/confluent-operator" - CONFLUENT_OPERATOR_BASE_TAG: "0.771.13" + CONFLUENT_OPERATOR_BASE_TAG: "0.771.29" BASE_IMAGE: "redhat/ubi/ubi8" BASE_TAG: "8.8" @@ -33,8 +33,8 @@ labels: mil.dso.ironbank.product.name: "Confluent Platform" resources: - - tag: confluentinc/confluent-operator:0.771.13 - url: docker://docker.io/confluentinc/confluent-operator:0.771.13 + - tag: confluentinc/confluent-operator:0.771.29 + url: docker://docker.io/confluentinc/confluent-operator:0.771.29 # List of project maintainers maintainers: -- GitLab