Skip to content

Commit

Permalink
ci: Change to available pubsub-emulator image
Browse files Browse the repository at this point in the history
Signed-off-by: Ferenc Géczi <ferenc.geczi@ibm.com>
  • Loading branch information
Ferenc- committed May 28, 2024
1 parent 36d1b8b commit e13a57e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- image: cimg/redis:5.0.14
- image: rabbitmq:3.9.13
- image: mongo:4.2.3
- image: egymgmbh/pubsub-emulator
- image: vanmoof/pubsub-emulator
command:
- test-project
- test-topic
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- image: cimg/redis:5.0.14
- image: rabbitmq:3.9.13
- image: mongo:4.2.3
- image: egymgmbh/pubsub-emulator
- image: vanmoof/pubsub-emulator
command:
- test-project
- test-topic
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
- image: cimg/redis:5.0.14
- image: rabbitmq:3.9.13
- image: mongo:4.2.3
- image: egymgmbh/pubsub-emulator
- image: vanmoof/pubsub-emulator
command:
- test-project
- test-topic
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
- image: cimg/redis:5.0.14
- image: rabbitmq:3.9.13
- image: mongo:4.2.3
- image: egymgmbh/pubsub-emulator
- image: vanmoof/pubsub-emulator
command:
- test-project
- test-topic
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
- image: cimg/redis:5.0.14
- image: rabbitmq:3.9.13
- image: mongo:4.2.3
- image: egymgmbh/pubsub-emulator
- image: vanmoof/pubsub-emulator
command:
- test-project
- test-topic
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
- image: cimg/redis:5.0.14
- image: rabbitmq:3.9.13
- image: mongo:4.2.3
- image: egymgmbh/pubsub-emulator
- image: vanmoof/pubsub-emulator
command:
- test-project
- test-topic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/python-tracer-prepuller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .tekton/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ metadata:
spec:
sidecars:
- name: 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:
- /init.sh
- test-project
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e13a57e

Please sign in to comment.