Skip to content

Commit

Permalink
Set Confluent to 7.1.1, Kafka to 7.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluentJenkins committed Apr 19, 2022
1 parent 2b2b795 commit 63ddec9
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Docker-connect/distributed/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM confluentinc/cp-server-connect-base:7.1.1-0
FROM confluentinc/cp-server-connect-base:7.1.1

ENV CONNECT_PLUGIN_PATH="/usr/share/java,/usr/share/confluent-hub-components"

Expand Down
2 changes: 1 addition & 1 deletion Docker-connect/standalone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM confluentinc/cp-server-connect-base:7.1.1-0
FROM confluentinc/cp-server-connect-base:7.1.1

ENV CONNECT_PLUGIN_PATH="/usr/share/java,/usr/share/confluent-hub-components"

Expand Down
12 changes: 6 additions & 6 deletions cp-all-in-one-cloud/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'
services:

schema-registry:
image: confluentinc/cp-schema-registry:7.1.x-latest
image: confluentinc/cp-schema-registry:7.1.1
hostname: schema-registry
container_name: schema-registry
ports:
Expand All @@ -17,7 +17,7 @@ services:
SCHEMA_REGISTRY_KAFKASTORE_SASL_MECHANISM: "PLAIN"

ksqldb-server:
image: confluentinc/cp-ksqldb-server:7.1.x-latest
image: confluentinc/cp-ksqldb-server:7.1.1
hostname: ksqldb-server
container_name: ksqldb-server
ports:
Expand Down Expand Up @@ -59,13 +59,13 @@ services:
KSQL_KSQL_CONNECT_URL: "http://connect:8083"

ksqldb-cli:
image: confluentinc/cp-ksqldb-cli:7.1.x-latest
image: confluentinc/cp-ksqldb-cli:7.1.1
container_name: ksqldb-cli
entrypoint: /bin/sh
tty: true

control-center:
image: confluentinc/cp-enterprise-control-center:7.1.x-latest
image: confluentinc/cp-enterprise-control-center:7.1.1
hostname: control-center
container_name: control-center
ports:
Expand Down Expand Up @@ -121,7 +121,7 @@ services:
CONNECT_LOG4J_ROOT_LOGLEVEL: INFO
CONNECT_LOG4J_LOGGERS: org.reflections=ERROR
# CLASSPATH required due to CC-2422
CLASSPATH: /usr/share/java/monitoring-interceptors/monitoring-interceptors-7.1.1-0.jar
CLASSPATH: /usr/share/java/monitoring-interceptors/monitoring-interceptors-7.1.1.jar
# Connect worker
CONNECT_SECURITY_PROTOCOL: SASL_SSL
CONNECT_SASL_JAAS_CONFIG: $SASL_JAAS_CONFIG
Expand All @@ -144,7 +144,7 @@ services:
CONNECT_CONSUMER_CONFLUENT_MONITORING_INTERCEPTOR_SASL_MECHANISM: PLAIN

rest-proxy:
image: confluentinc/cp-kafka-rest:7.1.x-latest
image: confluentinc/cp-kafka-rest:7.1.1
ports:
- 8082:8082
hostname: rest-proxy
Expand Down
14 changes: 7 additions & 7 deletions cp-all-in-one-community/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '2'
services:
zookeeper:
image: confluentinc/cp-zookeeper:7.1.x-latest
image: confluentinc/cp-zookeeper:7.1.1
hostname: zookeeper
container_name: zookeeper
ports:
Expand All @@ -12,7 +12,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

broker:
image: confluentinc/cp-kafka:7.1.x-latest
image: confluentinc/cp-kafka:7.1.1
hostname: broker
container_name: broker
depends_on:
Expand All @@ -34,7 +34,7 @@ services:
KAFKA_JMX_HOSTNAME: localhost

schema-registry:
image: confluentinc/cp-schema-registry:7.1.x-latest
image: confluentinc/cp-schema-registry:7.1.1
hostname: schema-registry
container_name: schema-registry
depends_on:
Expand Down Expand Up @@ -73,7 +73,7 @@ services:
CONNECT_LOG4J_LOGGERS: org.apache.zookeeper=ERROR,org.I0Itec.zkclient=ERROR,org.reflections=ERROR

ksqldb-server:
image: confluentinc/cp-ksqldb-server:7.1.x-latest
image: confluentinc/cp-ksqldb-server:7.1.1
hostname: ksqldb-server
container_name: ksqldb-server
depends_on:
Expand All @@ -96,7 +96,7 @@ services:
KSQL_KSQL_LOGGING_PROCESSING_STREAM_AUTO_CREATE: 'true'

ksqldb-cli:
image: confluentinc/cp-ksqldb-cli:7.1.x-latest
image: confluentinc/cp-ksqldb-cli:7.1.1
container_name: ksqldb-cli
depends_on:
- broker
Expand All @@ -106,7 +106,7 @@ services:
tty: true

ksql-datagen:
image: confluentinc/ksqldb-examples:7.1.x-latest
image: confluentinc/ksqldb-examples:7.1.1
hostname: ksql-datagen
container_name: ksql-datagen
depends_on:
Expand All @@ -128,7 +128,7 @@ services:
STREAMS_SCHEMA_REGISTRY_PORT: 8081

rest-proxy:
image: confluentinc/cp-kafka-rest:7.1.x-latest
image: confluentinc/cp-kafka-rest:7.1.1
depends_on:
- broker
- schema-registry
Expand Down
6 changes: 3 additions & 3 deletions cp-all-in-one-kraft/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'
services:

broker:
image: confluentinc/cp-kafka:7.1.x-latest
image: confluentinc/cp-kafka:7.1.1
hostname: broker
container_name: broker
ports:
Expand Down Expand Up @@ -31,7 +31,7 @@ services:
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"

schema-registry:
image: confluentinc/cp-schema-registry:7.1.x-latest
image: confluentinc/cp-schema-registry:7.1.1
hostname: schema-registry
container_name: schema-registry
depends_on:
Expand Down Expand Up @@ -70,7 +70,7 @@ services:
CONNECT_LOG4J_LOGGERS: org.apache.zookeeper=ERROR,org.I0Itec.zkclient=ERROR,org.reflections=ERROR

rest-proxy:
image: confluentinc/cp-kafka-rest:7.1.x-latest
image: confluentinc/cp-kafka-rest:7.1.1
depends_on:
- broker
- schema-registry
Expand Down
2 changes: 1 addition & 1 deletion cp-all-in-one-security/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

Securing your Apache Kafka cluster can involve various security features.
For an example that shows security features in action, see [cp-demo](https://docs.confluent.io/platform/current/tutorials/cp-demo/docs/index.html?utm_source=github&utm_medium=demo&utm_campaign=ch.examples_type.community_content.cp-all-in-one).
Refer to cp-demo's [docker-compose.yml](https://github.com/confluentinc/cp-demo/blob/7.1.x/docker-compose.yml) for a configuration reference.
Refer to cp-demo's [docker-compose.yml](https://github.com/confluentinc/cp-demo/blob/7.1.1-post/docker-compose.yml) for a configuration reference.
18 changes: 9 additions & 9 deletions cp-all-in-one/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '2'
services:
zookeeper:
image: confluentinc/cp-zookeeper:7.1.x-latest
image: confluentinc/cp-zookeeper:7.1.1
hostname: zookeeper
container_name: zookeeper
ports:
Expand All @@ -12,7 +12,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

broker:
image: confluentinc/cp-server:7.1.x-latest
image: confluentinc/cp-server:7.1.1
hostname: broker
container_name: broker
depends_on:
Expand Down Expand Up @@ -41,7 +41,7 @@ services:
CONFLUENT_SUPPORT_CUSTOMER_ID: 'anonymous'

schema-registry:
image: confluentinc/cp-schema-registry:7.1.x-latest
image: confluentinc/cp-schema-registry:7.1.1
hostname: schema-registry
container_name: schema-registry
depends_on:
Expand Down Expand Up @@ -77,14 +77,14 @@ services:
CONNECT_VALUE_CONVERTER: io.confluent.connect.avro.AvroConverter
CONNECT_VALUE_CONVERTER_SCHEMA_REGISTRY_URL: http://schema-registry:8081
# CLASSPATH required due to CC-2422
CLASSPATH: /usr/share/java/monitoring-interceptors/monitoring-interceptors-7.1.1-0.jar
CLASSPATH: /usr/share/java/monitoring-interceptors/monitoring-interceptors-7.1.1.jar
CONNECT_PRODUCER_INTERCEPTOR_CLASSES: "io.confluent.monitoring.clients.interceptor.MonitoringProducerInterceptor"
CONNECT_CONSUMER_INTERCEPTOR_CLASSES: "io.confluent.monitoring.clients.interceptor.MonitoringConsumerInterceptor"
CONNECT_PLUGIN_PATH: "/usr/share/java,/usr/share/confluent-hub-components"
CONNECT_LOG4J_LOGGERS: org.apache.zookeeper=ERROR,org.I0Itec.zkclient=ERROR,org.reflections=ERROR

control-center:
image: confluentinc/cp-enterprise-control-center:7.1.x-latest
image: confluentinc/cp-enterprise-control-center:7.1.1
hostname: control-center
container_name: control-center
depends_on:
Expand All @@ -107,7 +107,7 @@ services:
PORT: 9021

ksqldb-server:
image: confluentinc/cp-ksqldb-server:7.1.x-latest
image: confluentinc/cp-ksqldb-server:7.1.1
hostname: ksqldb-server
container_name: ksqldb-server
depends_on:
Expand All @@ -130,7 +130,7 @@ services:
KSQL_KSQL_LOGGING_PROCESSING_STREAM_AUTO_CREATE: 'true'

ksqldb-cli:
image: confluentinc/cp-ksqldb-cli:7.1.x-latest
image: confluentinc/cp-ksqldb-cli:7.1.1
container_name: ksqldb-cli
depends_on:
- broker
Expand All @@ -140,7 +140,7 @@ services:
tty: true

ksql-datagen:
image: confluentinc/ksqldb-examples:7.1.x-latest
image: confluentinc/ksqldb-examples:7.1.1
hostname: ksql-datagen
container_name: ksql-datagen
depends_on:
Expand All @@ -162,7 +162,7 @@ services:
STREAMS_SCHEMA_REGISTRY_PORT: 8081

rest-proxy:
image: confluentinc/cp-kafka-rest:7.1.x-latest
image: confluentinc/cp-kafka-rest:7.1.1
depends_on:
- broker
- schema-registry
Expand Down

0 comments on commit 63ddec9

Please sign in to comment.