Skip to content

Commit fb8126f

Browse files
committed
Pin RabbitMQ image in JSON example to v3.9.4
since Concourse job test-examples is failing since it didn't pull a new 3.9-management image. We need RabbitMQ >= 3.9.3 for this example to work. Alternative (but less preferred option) is to set imagePullPolicy to Always.
1 parent 57c7454 commit fb8126f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/json-log/rabbitmq.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: json
55
spec:
66
# JSON logging is supported from RabbitMQ 3.9 onwards
7-
image: rabbitmq:3.9-management
7+
image: rabbitmq:3.9.4-management
88
rabbitmq:
99
# Disable RABBITMQ_LOGS=- which is set in
1010
# https://github.com/docker-library/rabbitmq/blob/ece63d4534cc44abd6b1ec35bbd9aa0d21e87e1d/3.9/ubuntu/Dockerfile#L211

0 commit comments

Comments
 (0)