[bitnami/golang] Release 1.18.10-debian-11-r24 (#27609)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-03-20 09:12:31 +01:00 committed by GitHub
parent ff3b887c2b
commit 4e1f305a89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View File

@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-03-13T23:44:57Z" \
org.opencontainers.image.created="2023-03-18T21:34:46Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.18.10-debian-11-r23" \
org.opencontainers.image.ref.name="1.18.10-debian-11-r24" \
org.opencontainers.image.title="golang" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.18.10"
@ -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.18.10-2-linux-${OS_ARCH}-debian-11" \
"golang-1.18.10-3-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": "e31f775cba9f04573415acbc42381b751200bd83ee3348740cfe58b0f3da2fec",
"digest": "8f310800e9d6408f79c6d3c45905b2e971834ee961df1755b4dc32e6095ced7a",
"distro": "debian-11",
"type": "NAMI",
"version": "1.18.10-2"
"version": "1.18.10-3"
}
}

View File

@ -5,7 +5,6 @@
> Go is an object oriented programming language with sensible primitives, static typing and reflection. It also supports packages for efficient management of dependencies.
[Overview of Golang](https://golang.org/)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
## TL;DR