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 c27e0a2 commit ebf3d92Copy full SHA for ebf3d92
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:55df55bfc7ed5980447387620afa3498eab3985a4d8c731013d82b3fa8b43bff
+FROM bitnami/kafka:latest@sha256:74d23b84870f47f95f85996c3fadc1221adfbc16ff8aaa23754e6d9b7097319f
16
17
USER root
18
ENV KAFKA_CFG_PROCESS_ROLES=controller,broker
0 commit comments