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

Fix Alpine oldstable and stable img descs, tags #1140

Merged
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
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