From 7b00d5c89c9a7b9baf34177f7cf43061cb5e5d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20G=C3=A9czi?= Date: Tue, 28 May 2024 00:00:00 +0000 Subject: [PATCH] ci: Change to available pubsub-emulator image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ferenc Géczi --- .circleci/config.yml | 36 +++++----------------------- .tekton/python-tracer-prepuller.yaml | 4 ++-- .tekton/task.yaml | 9 ++----- docker-compose.yml | 2 +- 4 files changed, 11 insertions(+), 40 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2b8029dc..abb1ed07 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -127,11 +127,7 @@ jobs: - image: cimg/redis:5.0.14 - image: rabbitmq:3.9.13 - image: mongo:4.2.3 - - image: egymgmbh/pubsub-emulator - command: - - test-project - - test-topic - - test-subscription + - image: vanmoof/pubsub-emulator working_directory: ~/repo steps: - checkout @@ -156,11 +152,7 @@ jobs: - image: cimg/redis:5.0.14 - image: rabbitmq:3.9.13 - image: mongo:4.2.3 - - image: egymgmbh/pubsub-emulator - command: - - test-project - - test-topic - - test-subscription + - image: vanmoof/pubsub-emulator working_directory: ~/repo steps: - checkout @@ -184,11 +176,7 @@ jobs: - image: cimg/redis:5.0.14 - image: rabbitmq:3.9.13 - image: mongo:4.2.3 - - image: egymgmbh/pubsub-emulator - command: - - test-project - - test-topic - - test-subscription + - image: vanmoof/pubsub-emulator working_directory: ~/repo steps: - checkout @@ -212,11 +200,7 @@ jobs: - image: cimg/redis:5.0.14 - image: rabbitmq:3.9.13 - image: mongo:4.2.3 - - image: egymgmbh/pubsub-emulator - command: - - test-project - - test-topic - - test-subscription + - image: vanmoof/pubsub-emulator working_directory: ~/repo steps: - checkout @@ -241,11 +225,7 @@ jobs: - image: cimg/redis:5.0.14 - image: rabbitmq:3.9.13 - image: mongo:4.2.3 - - image: egymgmbh/pubsub-emulator - command: - - test-project - - test-topic - - test-subscription + - image: vanmoof/pubsub-emulator working_directory: ~/repo steps: - checkout @@ -270,11 +250,7 @@ jobs: - image: cimg/redis:5.0.14 - image: rabbitmq:3.9.13 - image: mongo:4.2.3 - - image: egymgmbh/pubsub-emulator - command: - - test-project - - test-topic - - test-subscription + - image: vanmoof/pubsub-emulator working_directory: ~/repo steps: - checkout diff --git a/.tekton/python-tracer-prepuller.yaml b/.tekton/python-tracer-prepuller.yaml index 3db57cad..0b98fc34 100644 --- a/.tekton/python-tracer-prepuller.yaml +++ b/.tekton/python-tracer-prepuller.yaml @@ -18,8 +18,8 @@ spec: image: alpine/git@sha256:6ff4de047dcc8f0c7d75d2efff63fbc189e87d2f458305f2cc8f165ff83309cf command: ["sh", "-c", "'true'"] - name: prepuller-google-cloud-pubsub - # egymgmbh/pubsub-emulator:gh-mb117 - image: egymgmbh/pubsub-emulator@sha256:88897fa72337b22a8edabf17a8b30bf9d9c6388b7c7e6d8c2b5e5c96d73fede1 + # vanmoof/pubsub-emulator:latest + image: vanmoof/pubsub-emulator@sha256:ff71206d65589b58a8b6928c35349a58dbfd7f20eb2dc7822e0f32e5c40791c8 command: ["sh", "-c", "'true'"] - name: prepuller-cassandra # cassandra:3.11.16-jammy diff --git a/.tekton/task.yaml b/.tekton/task.yaml index af77020d..1d823976 100644 --- a/.tekton/task.yaml +++ b/.tekton/task.yaml @@ -119,13 +119,8 @@ metadata: spec: sidecars: - name: google-cloud-pubsub - # egymgmbh/pubsub-emulator:gh-mb117 - image: egymgmbh/pubsub-emulator@sha256:88897fa72337b22a8edabf17a8b30bf9d9c6388b7c7e6d8c2b5e5c96d73fede1 - command: - - /init.sh - - test-project - - test-topic - - test-subscription + # vanmoof/pubsub-emulator:latest + image: vanmoof/pubsub-emulator@sha256:ff71206d65589b58a8b6928c35349a58dbfd7f20eb2dc7822e0f32e5c40791c8 - name: mariadb # mariadb:11.3.2 image: mariadb@sha256:851f05fe1e4cb290442c1b12b7108436a33fd8f6a733d4989950322d06d45c65 diff --git a/docker-compose.yml b/docker-compose.yml index 02b68d0f..3cf02c1f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -55,7 +55,7 @@ services: - 5672:5672 pubsub: - image: docker.io/egymgmbh/pubsub-emulator + image: docker.io/vanmoof/pubsub-emulator environment: - PUBSUB_EMULATOR_HOST=0.0.0.0:8085 command: