mirror of
https://github.com/bitnami/containers.git
synced 2026-02-14 08:37:21 +08:00
[bitnami/golang] Release 1.19.3-debian-11-r0 (#12190)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,11 +4,11 @@ ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="1.19.2-debian-11-r9" \
|
||||
org.opencontainers.image.ref.name="1.19.3-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/golang" \
|
||||
org.opencontainers.image.title="golang" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.19.2"
|
||||
org.opencontainers.image.version="1.19.3"
|
||||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
@@ -20,7 +20,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.2-1-linux-${OS_ARCH}-debian-11" \
|
||||
"golang-1.19.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -35,7 +35,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.2" \
|
||||
ENV APP_VERSION="1.19.3" \
|
||||
BITNAMI_APP_NAME="golang" \
|
||||
GOCACHE="/go/.cache" \
|
||||
GOPATH="/go" \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"golang": {
|
||||
"arch": "amd64",
|
||||
"digest": "c494d35fa5ddcd5f06d8187332b7405c00c4025bbac67059a5acced39862a2bf",
|
||||
"digest": "89693d5fc9e593889bccc28c743e603176016ad74235fc532962064c9fae865c",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.19.2-1"
|
||||
"version": "1.19.3-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "1.19"
|
||||
- "1.19-debian-11"
|
||||
- "1.19.2"
|
||||
- "1.19.3"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user