Skip to content

Commit f3a1998

Browse files
Use semver not hash for Kafka image (jaegertracing#5686)
We don't need strict repeatable builds for integration tests, a semver is more appropriate and will prevent major/patch noise from renovate. --------- Signed-off-by: Mend Renovate <[email protected]> Signed-off-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
1 parent 301dbec commit f3a1998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose/kafka/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
environment:
99
- ALLOW_ANONYMOUS_LOGIN=yes
1010
kafka:
11-
image: index.docker.io/bitnami/kafka@sha256:9abe5ce1ce14e0ff3041075c5183202fb5c47ea28ad270bfcb067f7ade304d8b # 3.7.0
11+
image: index.docker.io/bitnami/[email protected]
1212
ports:
1313
- '9092:9092'
1414
environment:

0 commit comments

Comments
 (0)