UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f0e88b12 authored by Scott Stroud's avatar Scott Stroud
Browse files

first cut

parent 02833103
No related branches found
No related tags found
2 merge requests!4Development,!30.435.23 Update
Pipeline #797561 passed with warnings
......@@ -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
......
# 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
# <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
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment