This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit 91ae935c4639926e4e77ef798f0555c44b8c8de2 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Mar 10 15:31:11 2021 +0100 Kafka-S3 Example: Renamed the docker image --- profiling/kafka-s3/README.md | 4 ++-- profiling/kafka-s3/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/profiling/kafka-s3/README.md b/profiling/kafka-s3/README.md index 29026c8..ef82fdc 100644 --- a/profiling/kafka-s3/README.md +++ b/profiling/kafka-s3/README.md @@ -13,7 +13,7 @@ docker run --rm -ti \ -e AWS_ACCESS_KEY=<access_key> \ -e AWS_SECRET_KEY=<secret_key> \ --network="host" \ - quay.io/oscerd/camel-k-runtime-example-kafka-s3:1.6.0-jvm + quay.io/camel/kafka-s3:1.0-SNAPSHOT-jvm ``` You'll need a running Kafka broker locally on your host. @@ -29,7 +29,7 @@ docker run --rm -ti \ -e AWS_ACCESS_KEY=<access_key> \ -e AWS_SECRET_KEY=<secret_key> \ --network="host" \ - quay.io/oscerd/camel-k-runtime-example-kafka-s3:1.6.0-jvm + quay.io/camel/kafka-s3:1.0-SNAPSHOT-jvm ``` You'll need a running Kafka broker locally on your host. diff --git a/profiling/kafka-s3/pom.xml b/profiling/kafka-s3/pom.xml index 232fe05..55c6bb2 100644 --- a/profiling/kafka-s3/pom.xml +++ b/profiling/kafka-s3/pom.xml @@ -46,7 +46,7 @@ <quarkus.version>1.11.1.Final</quarkus.version> <quarkus.container-image.build>true</quarkus.container-image.build> - <quarkus.container-image.group>quay.io/oscerd</quarkus.container-image.group> + <quarkus.container-image.group>quay.io/camel</quarkus.container-image.group> <quarkus.container-image.name>${project.artifactId}</quarkus.container-image.name> <camel-k-runtime.version>1.7.0-SNAPSHOT</camel-k-runtime.version>