Skip to content

Commit

Permalink
tests/docker: update to latest kgo-verifier (includes kgo-repeater)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsp committed Aug 8, 2022
1 parent 1a47771 commit 5e895f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ RUN go install github.com/twmb/kcl@v0.8.0 && \

# Install the kgo-verifier tool
RUN git -C /opt clone https://github.com/redpanda-data/kgo-verifier.git && \
cd /opt/kgo-verifier && git reset --hard dd7dce41012af14e62c1db23a0aa88ec6f39a5f1 && \
go mod tidy && go build
cd /opt/kgo-verifier && git reset --hard dbb32effd519334929976ba5bcd725c735d81550 && \
go mod tidy && make

# Expose port 8080 for any http examples within clients
EXPOSE 8080
Expand Down

0 comments on commit 5e895f2

Please sign in to comment.