Skip to content

Commit

Permalink
Merge pull request #29 from peter-evans/update-vegeta
Browse files Browse the repository at this point in the history
Update vegeta to version 12.8.4
  • Loading branch information
peter-evans authored Oct 12, 2020
2 parents 0b2109b + eb7da5b commit f1c6bde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.10.1

ENV VEGETA_VERSION 12.8.3
ENV VEGETA_VERSION 12.8.4

LABEL \
maintainer="Peter Evans <mail@peterevans.dev>" \
Expand All @@ -16,10 +16,10 @@ RUN set -ex \
&& apk add --no-cache ca-certificates jq \
&& apk add --no-cache --virtual .build-deps \
openssl \
&& wget -q "https://github.com/tsenart/vegeta/releases/download/v$VEGETA_VERSION/vegeta-$VEGETA_VERSION-linux-amd64.tar.gz" -O /tmp/vegeta.tar.gz \
&& wget -q "https://github.com/tsenart/vegeta/releases/download/v${VEGETA_VERSION}/vegeta_${VEGETA_VERSION}_linux_amd64.tar.gz" -O /tmp/vegeta.tar.gz \
&& cd bin \
&& tar xzf /tmp/vegeta.tar.gz \
&& rm /tmp/vegeta.tar.gz \
&& apk del .build-deps

CMD [ "/bin/vegeta", "-help" ]
CMD [ "/bin/vegeta", "-help" ]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Docker image for the [Vegeta](https://github.com/tsenart/vegeta) HTTP load testi

## Supported tags and respective `Dockerfile` links

- [`6.9.0`, `6.9`, `latest`, `6.9.0-vegeta12.8.3`, `6.9-vegeta12.8.3`, `latest-vegeta12.8.3` (*6.9/Dockerfile*)](https://github.com/peter-evans/vegeta-docker/tree/v6.9.0)
- [`6.9.1`, `6.9`, `latest`, `6.9.1-vegeta12.8.4`, `6.9-vegeta12.8.4`, `latest-vegeta12.8.4` (*6.9/Dockerfile*)](https://github.com/peter-evans/vegeta-docker/tree/v6.9.1)
- [`6.9.0`, `6.9.0-vegeta12.8.3`, `6.9-vegeta12.8.3`, `latest-vegeta12.8.3` (*6.9/Dockerfile*)](https://github.com/peter-evans/vegeta-docker/tree/v6.9.0)
- [`6.8.1`, `6.8`, `6.8.1-vegeta12.8.3`, `6.8-vegeta12.8.3`, (*6.8/Dockerfile*)](https://github.com/peter-evans/vegeta-docker/tree/v6.8.1)
- [`6.7.0`, `6.7` (*6.7/Dockerfile*)](https://github.com/peter-evans/vegeta-docker/tree/v6.7.0)
- [`6.6.0`, `6.6` (*6.6/Dockerfile*)](https://github.com/peter-evans/vegeta-docker/tree/v6.6.0)
- [`6.5.0`, `6.5` (*6.5/Dockerfile*)](https://github.com/peter-evans/vegeta-docker/tree/v6.5.0)
- [`6.4.0`, `6.4` (*6.4/Dockerfile*)](https://github.com/peter-evans/vegeta-docker/tree/v6.4.0)

For earlier versions see [releases](https://github.com/peter-evans/vegeta-docker/releases) and the available [tags on Docker Hub](https://hub.docker.com/r/peterevans/vegeta/tags/).

Expand Down

0 comments on commit f1c6bde

Please sign in to comment.