We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d325212 commit 2f627fbCopy full SHA for 2f627fb
Dockerfile
@@ -17,7 +17,7 @@
17
# limitations under the License.
18
#
19
# Kafka Connect File Pulse
20
-FROM confluentinc/cp-kafka-connect-base:5.5.2
+FROM confluentinc/cp-kafka-connect-base:6.0.1
21
22
23
USER root
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: '3'
2
services:
3
cp-zookeeper:
4
- image: confluentinc/cp-zookeeper:5.2.1
+ image: confluentinc/cp-zookeeper:6.0.1
5
hostname: zookeeper
6
container_name: zookeeper
7
ports:
@@ -32,7 +32,7 @@ services:
32
CONFLUENT_METRICS_ENABLE: 'false'
33
34
cp-schema-registry:
35
- image: confluentinc/cp-schema-registry:5.2.1
+ image: confluentinc/cp-schema-registry:6.0.1
36
hostname: schema-registry
37
container_name: schema-registry
38
depends_on:
0 commit comments