[bitnami/golang] Release 1.19.7-debian-11-r0 (#26524)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-03-07 21:01:27 +01:00 committed by GitHub
parent 8c09305010
commit 4f2cfb5ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -3,13 +3,13 @@ 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-04T20:42:54Z" \
org.opencontainers.image.created="2023-03-07T19:30:59Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.19.6-debian-11-r6" \
org.opencontainers.image.ref.name="1.19.7-debian-11-r0" \
org.opencontainers.image.title="golang" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.19.6"
org.opencontainers.image.version="1.19.7"
ENV OS_ARCH="${TARGETARCH:-amd64}" \
OS_FLAVOUR="debian-11" \
@ -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.6-1-linux-${OS_ARCH}-debian-11" \
"golang-1.19.7-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -36,7 +36,7 @@ RUN apt-get update && apt-get upgrade -y && \
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
RUN mkdir -p "/go/src" "/go/bin" && chmod -R 777 "/go"
ENV APP_VERSION="1.19.6" \
ENV APP_VERSION="1.19.7" \
BITNAMI_APP_NAME="golang" \
GOCACHE="/go/.cache" \
GOPATH="/go" \

View File

@ -1,9 +1,9 @@
{
"golang": {
"arch": "amd64",
"digest": "d8f7c2497a5d905ad7a4145765aa23ed12727db58600b3af66138e80fda7d73f",
"digest": "2aad6a6d97b1f77b5c682e9c224fa6a3d0604067aa6e0f5bc382ba272b6a0d28",
"distro": "debian-11",
"type": "NAMI",
"version": "1.19.6-1"
"version": "1.19.7-0"
}
}

View File

@ -1,4 +1,4 @@
rolling-tags:
- "1.19"
- 1.19-debian-11
- 1.19.6
- 1.19.7