diff --git a/oldstable/build/alpine-x64/Dockerfile b/oldstable/build/alpine-x64/Dockerfile index 314a1c84..fdc7371b 100644 --- a/oldstable/build/alpine-x64/Dockerfile +++ b/oldstable/build/alpine-x64/Dockerfile @@ -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)" diff --git a/oldstable/build/alpine-x86/Dockerfile b/oldstable/build/alpine-x86/Dockerfile index 939534a1..685b121b 100644 --- a/oldstable/build/alpine-x86/Dockerfile +++ b/oldstable/build/alpine-x86/Dockerfile @@ -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)" diff --git a/stable/build/alpine-x64/Dockerfile b/stable/build/alpine-x64/Dockerfile index e1d49b7a..0873d360 100644 --- a/stable/build/alpine-x64/Dockerfile +++ b/stable/build/alpine-x64/Dockerfile @@ -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)"