Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Vegeta to version 12.8.0 #26

Merged
merged 1 commit into from
Feb 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.