Skip to content

Commit

Permalink
deps(docker): bump confluentinc/cp-kafka-connect from 7.7.0 to 7.7.1 …
Browse files Browse the repository at this point in the history
…in /docker/kafka-adobes3Connector/image (#3128)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and mergify[bot] authored Oct 4, 2024
1 parent 41959a6 commit a1aa8b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/kafka-adobes3Connector/image/adobeSink.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG TOOLS_IMAGE
FROM ${TOOLS_IMAGE} AS TOOLS_IMAGE

Check warning on line 2 in docker/kafka-adobes3Connector/image/adobeSink.Dockerfile

View workflow job for this annotation

GitHub Actions / release_example_docker_images / build_kafka-adobe-s3-sink-connector / build_image

Stage names should be lowercase

StageNameCasing: Stage name 'TOOLS_IMAGE' should be lowercase More info: https://docs.docker.com/go/dockerfile/rule/stage-name-casing/

Check warning on line 2 in docker/kafka-adobes3Connector/image/adobeSink.Dockerfile

View workflow job for this annotation

GitHub Actions / release_example_docker_images / build_kafka-adobe-s3-sink-connector / build_image

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ${TOOLS_IMAGE} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

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

USER root

Expand Down
2 changes: 1 addition & 1 deletion docker/kafka-adobes3Connector/image/adobeSource.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM confluentinc/cp-kafka-connect:7.7.0
FROM confluentinc/cp-kafka-connect:7.7.1

USER root

Expand Down

0 comments on commit a1aa8b9

Please sign in to comment.