From 09d0655e24279853e92f78cd740d7711e1106159 Mon Sep 17 00:00:00 2001 From: Nicolas-Peiffer <102670102+Nicolas-Peiffer@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:06:50 +0100 Subject: [PATCH] change OCI label to -base Signed-off-by: Nicolas-Peiffer <102670102+Nicolas-Peiffer@users.noreply.github.com> --- ...eleaser-ko-cosign-trivy-syft-x86-arm64-non-root-usr.base | 6 +++--- ....goreleaser-ko-cosign-trivy-syft-x86-arm64-root-usr.base | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Containerfile.goreleaser-ko-cosign-trivy-syft-x86-arm64-non-root-usr.base b/Containerfile.goreleaser-ko-cosign-trivy-syft-x86-arm64-non-root-usr.base index 1255b22..c339223 100644 --- a/Containerfile.goreleaser-ko-cosign-trivy-syft-x86-arm64-non-root-usr.base +++ b/Containerfile.goreleaser-ko-cosign-trivy-syft-x86-arm64-non-root-usr.base @@ -137,16 +137,16 @@ ENTRYPOINT ["/bin/bash"] # See https://github.com/opencontainers/image-spec/blob/main/annotations.md ARG LABEL_CREATED="" ARG LABEL_AUTHOR="Thales Open Source " -ARG LABEL_URL="ghcr.io/thalesgroup/goreleaser-glibc-image" +ARG LABEL_URL="ghcr.io/thalesgroup/goreleaser-glibc-image-base" ARG LABEL_DOCUMENTATION="https://github.com/ThalesGroup/goreleaser-glibc-image" ARG LABEL_SOURCE="https://github.com/ThalesGroup/goreleaser-glibc-image" ARG LABEL_VERSION="" ARG LABEL_REVISION="" ARG LABEL_VENDOR="Thales" ARG LABEL_LICENSES="Apache 2.0" -ARG LABEL_TITLE="goreleaser-glibc-image" +ARG LABEL_TITLE="goreleaser-glibc-image-base" ARG LABEL_REF_NAME="" -ARG LABEL_DESCRIPTION="Container image that is shiped with goreleaser cosign ko-build trivy and syft, and using glibc on debian. Usage: $ podman run -it --rm -v $PWD:/pwd --workdir /pwd -e LDFLAGS ghcr.io/thalesgroup/goreleaser-glibc-image:latest build --clean --skip validate" +ARG LABEL_DESCRIPTION="Container base image that is shiped with goreleaser cosign ko-build trivy and syft, and using glibc on debian. Usage: $ podman run -it --rm -v $PWD:/pwd --workdir /pwd -e LDFLAGS ghcr.io/thalesgroup/goreleaser-glibc-image:latest build --clean --skip validate" ARG LABEL_BASE_DIGEST="" ARG BASE_REGISTRY ARG BASE_IMAGE diff --git a/Containerfile.goreleaser-ko-cosign-trivy-syft-x86-arm64-root-usr.base b/Containerfile.goreleaser-ko-cosign-trivy-syft-x86-arm64-root-usr.base index 816e04b..ca27a47 100644 --- a/Containerfile.goreleaser-ko-cosign-trivy-syft-x86-arm64-root-usr.base +++ b/Containerfile.goreleaser-ko-cosign-trivy-syft-x86-arm64-root-usr.base @@ -105,16 +105,16 @@ ENTRYPOINT ["/bin/bash"] # See https://github.com/opencontainers/image-spec/blob/main/annotations.md ARG LABEL_CREATED="" ARG LABEL_AUTHOR="Thales Open Source " -ARG LABEL_URL="ghcr.io/thalesgroup/goreleaser-glibc-image" +ARG LABEL_URL="ghcr.io/thalesgroup/goreleaser-glibc-image-base" ARG LABEL_DOCUMENTATION="https://github.com/ThalesGroup/goreleaser-glibc-image" ARG LABEL_SOURCE="https://github.com/ThalesGroup/goreleaser-glibc-image" ARG LABEL_VERSION="" ARG LABEL_REVISION="" ARG LABEL_VENDOR="Thales" ARG LABEL_LICENSES="Apache 2.0" -ARG LABEL_TITLE="goreleaser-glibc-image" +ARG LABEL_TITLE="goreleaser-glibc-image-base" ARG LABEL_REF_NAME="" -ARG LABEL_DESCRIPTION="Container image that is shiped with goreleaser cosign ko-build trivy and syft, and using glibc on debian. Usage: $ podman run -it --rm -v $PWD:/pwd --workdir /pwd -e LDFLAGS ghcr.io/thalesgroup/goreleaser-glibc-image:latest build --clean --skip validate" +ARG LABEL_DESCRIPTION="Container base image that is shiped with goreleaser cosign ko-build trivy and syft, and using glibc on debian. The ENTRYPOINT of this image is /bin/bash." ARG LABEL_BASE_DIGEST="" ARG BASE_REGISTRY ARG BASE_IMAGE