[bitnami/golang] Release 1.19.5-debian-11-r3 (#20781)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-01-18 01:13:30 +01:00
committed by GitHub
parent 6f68024d5a
commit 0ebe48bf5b
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.19.5-debian-11-r2" \
org.opencontainers.image.ref.name="1.19.5-debian-11-r3" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/golang" \
org.opencontainers.image.title="golang" \
org.opencontainers.image.vendor="VMware, Inc." \
@@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages build-essential ca-certificates curl git pkg-config procps unzip
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"golang-1.19.5-0-linux-${OS_ARCH}-debian-11" \
"golang-1.19.5-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -1,9 +1,9 @@
{
"golang": {
"arch": "amd64",
"digest": "3b9ba068800574424b57273741de2b957e67507d6c840cbc5d5d0b4be7f95f80",
"digest": "6977d61957caedc318ddc3c15f8b5c2f983f9504e5477f53d766add99e74edcf",
"distro": "debian-11",
"type": "NAMI",
"version": "1.19.5-0"
"version": "1.19.5-1"
}
}