From f0e88b12b77c5ef452ed58f156cced891a1bc8fd Mon Sep 17 00:00:00 2001 From: Scott Stroud <sstroud@confluent.io> Date: Thu, 12 May 2022 09:22:02 -0600 Subject: [PATCH] first cut --- Dockerfile | 2 +- README copy.md | 9 --------- README.md | 8 +++++--- hardening_manifest.yaml | 11 ++++++----- 4 files changed, 12 insertions(+), 18 deletions(-) delete mode 100644 README copy.md diff --git a/Dockerfile b/Dockerfile index 1d98d5d..8e73a85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} WORKDIR /opt -ENV IMG_TAR_VERSION=0.435.11 +ENV IMG_TAR_VERSION=0.435.23 ENV LANG="C.UTF-8" USER root diff --git a/README copy.md b/README copy.md deleted file mode 100644 index 9e2720e..0000000 --- a/README copy.md +++ /dev/null @@ -1,9 +0,0 @@ -# cp-operator-service - -This repository creates the Confluent CP Operator service this is reponsible for orchestration and management of operator pods. - -Architecture: https://www.confluent.io/resources/apache-kafka-confluent-enterprise-reference-architecture/ - -Operator Deployment: https://docs.confluent.io/operator/current/co-deployment.html - -For questions on this container please contact: confluent-fed@confluent.io diff --git a/README.md b/README.md index 5dc6fa6..3172516 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ -# <application name> - -Project template for all Iron Bank container repositories. \ No newline at end of file +# confluent-operator +This repository creates the confluent-operator that is the core of Confluent for Kubernetes. +Architecture: https://www.confluent.io/resources/apache-kafka-confluent-enterprise-reference-architecture/ +Operator Deployment: https://docs.confluent.io/operator/current/co-deployment.html +For questions on this container please contact: confluent-fed@confluent.io \ No newline at end of file diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index def394b..4459638 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,8 @@ name: "confluentinc/confluent-operator" # The most specific version should be the first tag and will be shown # on ironbank.dso.mil tags: -- "0.435.11" +- "0.435" +- "0.435.23" # Build args passed to Dockerfile ARGs args: @@ -22,17 +23,17 @@ 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.435.11" + org.opencontainers.image.version: "0.435.23" mil.dso.ironbank.image.keywords: "confluent,kafka,zookeeper,operator" mil.dso.ironbank.image.type: "commercial" mil.dso.ironbank.product.name: "Confluent Platform" resources: -- filename: confluent-operator-0.435.11_Opt.tar.gz - url: https://ironbank-files.s3.amazonaws.com/confluent-operator-0.435.11_Opt.tar.gz +- filename: confluent-operator-0.435.23_Opt.tar.gz + url: https://ironbank-files.s3.amazonaws.com/confluent-operator-0.435.23_Opt.tar.gz validation: type: sha256 - value: 1e1d48cc39ed0b5b9bee188eec89b75e2ffad21c15b2bad9725e897b9a54dc74 + value: 6ef51de07f39a92e438122dcba8ffcb08227e750cd240d231a8a5359c9946207 # List of project maintainers maintainers: -- GitLab