Skip to content

Commit

Permalink
Usage of CP 7.7.0 in quickstart -- see issue #13
Browse files Browse the repository at this point in the history
  • Loading branch information
hifly81 committed Sep 28, 2024
1 parent 8a14773 commit d29632f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion quickstart/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN go generate pkg/generator/generate.go
RUN go get -u -d -v
RUN CGO_ENABLED=1 GOOS=linux go build -tags static_all -v -ldflags="-X 'github.com/jrnd-io/jr/pkg/cmd.Version=${VERSION}' -X 'github.com/jrnd-io/jr/pkg/cmd.GoVersion=${GOVERSION}' -X 'github.com/jrnd-io/jr/pkg/cmd.BuildUser=${USER}' -X 'github.com/jrnd-io/jr/pkg/cmd.BuildTime=${TIME}'" -o build/jr jr.go

FROM confluentinc/cp-kafka-connect-base:7.7.1
FROM confluentinc/cp-kafka-connect-base:7.7.0

ARG JR_SOURCE_CONNECTOR_VERSION=0.3.0
ARG JR_PACKAGE_NAME=jrndio-jr-kafka-connect-source
Expand Down
2 changes: 1 addition & 1 deletion quickstart/Dockerfile-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN go generate pkg/generator/generate.go
RUN go get -u -d -v
RUN CGO_ENABLED=1 GOOS=linux go build -tags static_all -v -ldflags="-X 'github.com/jrnd-io/jr/pkg/cmd.Version=${VERSION}' -X 'github.com/jrnd-io/jr/pkg/cmd.GoVersion=${GOVERSION}' -X 'github.com/jrnd-io/jr/pkg/cmd.BuildUser=${USER}' -X 'github.com/jrnd-io/jr/pkg/cmd.BuildTime=${TIME}'" -o build/jr jr.go

FROM confluentinc/cp-kafka-connect-base:7.7.1
FROM confluentinc/cp-kafka-connect-base:7.7.0

ARG JR_SOURCE_CONNECTOR_VERSION=0.3.0
ARG JR_PACKAGE_NAME=jrndio-jr-kafka-connect-source
Expand Down
6 changes: 3 additions & 3 deletions quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

services:
broker:
image: confluentinc/cp-kafka:7.7.1
image: confluentinc/cp-kafka:7.7.0
hostname: broker
container_name: broker
ports:
Expand All @@ -25,7 +25,7 @@ services:
CLUSTER_ID: 'QTnB2tAgTWa1ec5wYon2jg'

schema-registry:
image: confluentinc/cp-schema-registry:7.7.1
image: confluentinc/cp-schema-registry:7.7.0
hostname: schema-registry
container_name: schema-registry
depends_on:
Expand Down Expand Up @@ -65,7 +65,7 @@ services:
CONNECT_LOG4J_LOGGERS: org.reflections=ERROR

control-center:
image: confluentinc/cp-enterprise-control-center:7.7.1
image: confluentinc/cp-enterprise-control-center:7.7.0
hostname: control-center
container_name: control-center
depends_on:
Expand Down

0 comments on commit d29632f

Please sign in to comment.