Skip to content

Commit

Permalink
Switch to the grafana/k6 image (#94)
Browse files Browse the repository at this point in the history
The `loadimpact/k6` image is deprecated and will stop receive updates after Dec 31, 2023. The `grafana/k6` image is fully compatible and there are no other steps needed to migrate besides changing the image name.
  • Loading branch information
andrewslotin authored Dec 7, 2023
1 parent 8ee72dd commit 9b02112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -ldflags '-extldflags "-static"' -o /app/f
FROM alpine:3.18

COPY --from=build /app/flagger-k6-webhook /usr/bin/flagger-k6-webhook
COPY --from=loadimpact/k6 /usr/bin/k6 /usr/bin/k6
COPY --from=grafana/k6 /usr/bin/k6 /usr/bin/k6

ENTRYPOINT /usr/bin/flagger-k6-webhook
USER 65534
USER 65534

0 comments on commit 9b02112

Please sign in to comment.