Skip to content

Commit

Permalink
Use userId for hey image (#153)
Browse files Browse the repository at this point in the history
* Use userId for hey image

Signed-off-by: Jorge Turrado <[email protected]>

* Use alpine image for hey as we need sh

Signed-off-by: Jorge Turrado <[email protected]>

---------

Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer authored Dec 23, 2023
1 parent 1b41297 commit b8abf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/images/hey/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /go/bin/hey hey.go

###############################################################################
# final stage
FROM scratch
FROM alpine
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=build /etc/passwd /etc/passwd
COPY --from=build /etc/group /etc/group
Expand Down

0 comments on commit b8abf44

Please sign in to comment.