From 622fc98c1a706a878258d3f1d34bffc2dd02fb7e Mon Sep 17 00:00:00 2001 From: Scott Stroud Date: Wed, 6 Jan 2021 19:27:57 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e69de29..0b98410 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,11 @@ +cp-server-connect-operator-5.5.x + +org.opencontainers.image.title: "cp-server-connect-operator-5.5.x" +org.opencontainers.image.description: "Confluent Operator image for cp-server-connect." +org.opencontainers.image.licenses: "CONFLUENT ENTERPRISE LICENSE" +org.opencontainers.image.url: "https://docs.confluent.io/5.5.2/installation/operator/index.html" +org.opencontainers.image.vendor: "Confluent" +org.opencontainers.image.version: "5.5.2" +mil.dso.ironbank.image.keywords: "confluent,kafka,zookeeper,operator" +mil.dso.ironbank.image.type: "commercial" +mil.dso.ironbank.product.name: "Confluent Platform" -- GitLab From 8c7b2a7857e86cc54a82dbc08b13911b851c2d58 Mon Sep 17 00:00:00 2001 From: Scott Stroud Date: Thu, 7 Jan 2021 18:51:58 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0b98410..b8771fb 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ -cp-server-connect-operator-5.5.x - -org.opencontainers.image.title: "cp-server-connect-operator-5.5.x" -org.opencontainers.image.description: "Confluent Operator image for cp-server-connect." -org.opencontainers.image.licenses: "CONFLUENT ENTERPRISE LICENSE" -org.opencontainers.image.url: "https://docs.confluent.io/5.5.2/installation/operator/index.html" -org.opencontainers.image.vendor: "Confluent" -org.opencontainers.image.version: "5.5.2" -mil.dso.ironbank.image.keywords: "confluent,kafka,zookeeper,operator" -mil.dso.ironbank.image.type: "commercial" -mil.dso.ironbank.product.name: "Confluent Platform" +# cp-server-connect-operator-5.5.x + +This repository creates the Confluent cp-server-connect Operator layering as a layer top of [cp-server-connect-5.5.x image](https://repo1.dso.mil/dsop/confluent/kafka-connect/cp-server-connect-5.5.x). + +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 + -- GitLab