Skip to content

Commit

Permalink
Merge pull request #1140 from atc0005/fix-alpine-oldstable-and-stable…
Browse files Browse the repository at this point in the history
…-image-descriptions-and-tags

Fix Alpine oldstable and stable img descs, tags
  • Loading branch information
atc0005 authored Aug 9, 2023
2 parents 73f54b7 + 5ec79bc commit f82ec94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions oldstable/build/alpine-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci"
# https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
LABEL org.opencontainers.image.documentation="https://github.com/atc0005/go-ci"
LABEL org.opencontainers.image.url="https://github.com/atc0005/go-ci"
LABEL org.opencontainers.image.title="go-ci-stable-alpine-buildx64"
LABEL org.opencontainers.image.title="go-ci-oldstable-alpine-buildx64"
LABEL org.opencontainers.image.description="Docker container image used to build dev and stable \
releases of Go code. Based on the latest version of the current (x64) stable golang alpine \
releases of Go code. Based on the latest version of the current oldstable x64 golang alpine \
image. Supports cross-platform, static cgo-enabled builds for Windows and \
Linux."
LABEL org.opencontainers.image.authors="Adam Chalkley (github.com/atc0005)"
Expand Down
4 changes: 2 additions & 2 deletions oldstable/build/alpine-x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci"
# https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
LABEL org.opencontainers.image.documentation="https://github.com/atc0005/go-ci"
LABEL org.opencontainers.image.url="https://github.com/atc0005/go-ci"
LABEL org.opencontainers.image.title="go-ci-stable-alpine-buildx86"
LABEL org.opencontainers.image.title="go-ci-oldstable-alpine-buildx86"
LABEL org.opencontainers.image.description="Docker container image used to build dev and stable \
releases of Go code. Based on the latest version of the current stable i386/golang alpine \
releases of Go code. Based on the latest version of the current oldstable i386/golang alpine \
image. Supports cross-platform, static cgo-enabled builds for Windows and Linux."
LABEL org.opencontainers.image.authors="Adam Chalkley (github.com/atc0005)"

Expand Down
2 changes: 1 addition & 1 deletion stable/build/alpine-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/atc0005/go-ci"
LABEL org.opencontainers.image.url="https://github.com/atc0005/go-ci"
LABEL org.opencontainers.image.title="go-ci-stable-alpine-buildx64"
LABEL org.opencontainers.image.description="Docker container image used to build dev and stable \
releases of Go code. Based on the latest version of the current (x64) stable golang alpine \
releases of Go code. Based on the latest version of the current stable x64 golang alpine \
image. Supports cross-platform, static cgo-enabled builds for Windows and \
Linux."
LABEL org.opencontainers.image.authors="Adam Chalkley (github.com/atc0005)"
Expand Down

0 comments on commit f82ec94

Please sign in to comment.