We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03319e commit 1ddb266Copy full SHA for 1ddb266
internal/test/e2e/kafka-go/Dockerfile
@@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
12
--mount=type=cache,target=/go/pkg \
13
CGO_ENABLED=0 go build -v -o /usr/local/bin/app .
14
15
-FROM bitnami/kafka:latest@sha256:978583d0859444d3bc6b6592b38b5af5a834d473db51441071a20e67e0afb945
+FROM bitnami/kafka:latest@sha256:3fb376e32af41bab0ad5d891b9749b69b0e500b285e0f3a6fc500affa5f29fb3
16
17
USER root
18
ENV KAFKA_CFG_PROCESS_ROLES=controller,broker
0 commit comments