Skip to content

Commit

Permalink
Merge pull request #26 from peter-evans/update-vegeta
Browse files Browse the repository at this point in the history
Update Vegeta to version 12.8.0
  • Loading branch information
peter-evans authored Feb 17, 2020
2 parents f6a2957 + a589bd1 commit 9451f8d
Show file tree
Hide file tree
Showing 19 changed files with 13 additions and 317 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@ name: Update Docker Hub Description
on:
push:
branches:
- master
- master
paths:
- README.md
- .github/workflows/dockerhub-description.yml
jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v1.0.1
uses: peter-evans/dockerhub-description@v2.1.0
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
DOCKERHUB_REPOSITORY: ${{ secrets.DOCKERHUB_REPOSITORY }}
DOCKERHUB_REPOSITORY: peterevans/vegeta
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL \
org.opencontainers.image.vendor="https://peterevans.dev" \
org.opencontainers.image.licenses="MIT"

ENV VEGETA_VERSION 12.7.0
ENV VEGETA_VERSION 12.8.0

RUN set -ex \
&& apk add --no-cache ca-certificates \
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Docker image for the [Vegeta](https://github.com/tsenart/vegeta) HTTP load testi

## Supported tags and respective `Dockerfile` links

- [`6.7.0`, `6.7`, `latest` (*6.7/Dockerfile*)](https://github.com/peter-evans/vegeta-docker/tree/master)
- [`6.6.0`, `6.6` (*6.6/Dockerfile*)](https://github.com/peter-evans/vegeta-docker/tree/master/archive/6.6)
- [`6.5.0`, `6.5` (*6.5/Dockerfile*)](https://github.com/peter-evans/vegeta-docker/tree/master/archive/6.5)
- [`6.4.0`, `6.4` (*6.4/Dockerfile*)](https://github.com/peter-evans/vegeta-docker/tree/master/archive/6.4)
- [`6.3.0`, `6.3` (*6.3/Dockerfile*)](https://github.com/peter-evans/vegeta-docker/tree/master/archive/6.3)
- [`6.8.0`, `6.8`, `latest` (*6.8/Dockerfile*)](https://github.com/peter-evans/vegeta-docker/tree/v6.8.0)
- [`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
17 changes: 0 additions & 17 deletions archive/1.1/Dockerfile

This file was deleted.

17 changes: 0 additions & 17 deletions archive/1.2/Dockerfile

This file was deleted.

17 changes: 0 additions & 17 deletions archive/1.3/Dockerfile

This file was deleted.

17 changes: 0 additions & 17 deletions archive/2.0/Dockerfile

This file was deleted.

17 changes: 0 additions & 17 deletions archive/3.0/Dockerfile

This file was deleted.

17 changes: 0 additions & 17 deletions archive/3.1/Dockerfile

This file was deleted.

17 changes: 0 additions & 17 deletions archive/4.0/Dockerfile

This file was deleted.

17 changes: 0 additions & 17 deletions archive/5.0/Dockerfile

This file was deleted.

17 changes: 0 additions & 17 deletions archive/5.1/Dockerfile

This file was deleted.

17 changes: 0 additions & 17 deletions archive/6.0/Dockerfile

This file was deleted.

17 changes: 0 additions & 17 deletions archive/6.1/Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions archive/6.2/Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions archive/6.3/Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions archive/6.4/Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions archive/6.5/Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions archive/6.6/Dockerfile

This file was deleted.

0 comments on commit 9451f8d

Please sign in to comment.