From eeb901cd497a52de86483fe32d86d071131f3a71 Mon Sep 17 00:00:00 2001 From: Scott Stroud <sstroud@confluent.io> Date: Tue, 17 Sep 2024 08:31:17 -0600 Subject: [PATCH] 2.9.3 --- Dockerfile | 2 +- hardening_manifest.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 488dbb3..ebcd2a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG CONFLUENT_OPERATOR_BASE_IMAGE=confluentinc/confluent-operator -ARG CONFLUENT_OPERATOR_BASE_TAG=0.1033.22 +ARG CONFLUENT_OPERATOR_BASE_TAG=0.1033.33 ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=redhat/ubi/ubi8 diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 9ca6f2d..3ba734d 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,9 +8,9 @@ name: "confluentinc/confluent-operator" # The most specific version should be the first tag and will be shown # on ironbank.dso.mil tags: - - "2.9.2" + - "2.9.3" - "2.9" - - "0.1033.22" + - "0.1033.33" - "0.1033" # Build args passed to Dockerfile ARGs @@ -27,14 +27,14 @@ labels: org.opencontainers.image.licenses: "CONFLUENT ENTERPRISE LICENSE" org.opencontainers.image.url: "https://docs.confluent.io/current/installation/operator/index.html" org.opencontainers.image.vendor: "Confluent" - org.opencontainers.image.version: "0.1033.22" + org.opencontainers.image.version: "0.1033.33" mil.dso.ironbank.image.keywords: "confluent,kafka,zookeeper,operator" mil.dso.ironbank.image.type: "commercial" mil.dso.ironbank.product.name: "Confluent Platform" resources: - - tag: "confluentinc/confluent-operator:0.1033.22" - url: "docker://docker.io/confluentinc/confluent-operator@sha256:2c18f36254baa793bea43c2fd5de51026a4bcd0c6fee0baee80ffdb50d77b1d0" + - tag: "confluentinc/confluent-operator:0.1033.33" + url: "docker://docker.io/confluentinc/confluent-operator@sha256:d0c5cce43a3030cd2f6f9d1585b6c74eedf27d1c820c2b13277a00cb5678dd3a" # List of project maintainers maintainers: -- GitLab