From 5ec79bcee6d5e209e29c7cdecb12a17f5ebc7b0d Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Wed, 9 Aug 2023 07:34:12 -0500 Subject: [PATCH] Fix Alpine oldstable and stable img descs, tags - update stable build Alpine x64 description - fix oldstable Alpine x64 tag - fix oldstable Alpine x86 tag --- oldstable/build/alpine-x64/Dockerfile | 4 ++-- oldstable/build/alpine-x86/Dockerfile | 4 ++-- stable/build/alpine-x64/Dockerfile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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)"