Skip to content

Commit

Permalink
#406 fix naming of alpine images, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bnfinet committed Aug 4, 2021
1 parent ace28e8 commit e81acda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release-quayio-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
uses: docker/metadata-action@a67f45cb0f8e65cf693a0bc5bfa1c5057c623030
with:
images: quay.io/vouch/vouch-proxy
flavor: |
prefix=alpine-
prefix=alpine-,onlatest=true
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,12 +268,12 @@ Automated container builds for each Vouch Proxy release are available from [quay
a minimal go binary container built from `Dockerfile`

- `quay.io/vouch/vouch-proxy:latest`
- `quay.io/vouch/vouch-proxy:vx.y.z` such as `quay.io/vouch/vouch-proxy:v0.28.0`
- `quay.io/vouch/vouch-proxy:x.y.z` such as `quay.io/vouch/vouch-proxy:0.28.0`

an `alpine` based container built from `Dockerfile.alpine`

- `quay.io/vouch/vouch-proxy:alpine`
- `quay.io/vouch/vouch-proxy:alpine-vx.y.z`
- `quay.io/vouch/vouch-proxy:alpine-latest`
- `quay.io/vouch/vouch-proxy:alpine-x.y.z`

Vouch Proxy `arm` images are available on [Docker Hub](https://hub.docker.com/r/voucher/vouch-proxy/)

Expand Down

0 comments on commit e81acda

Please sign in to comment.