[bitnami/golang] Release 1.20.1-debian-11-r0 (#24054)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
936105f5bb
commit
87b9c91df4
|
|
@ -5,11 +5,11 @@ 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.20.0-debian-11-r2" \
|
||||
org.opencontainers.image.ref.name="1.20.1-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.20.0"
|
||||
org.opencontainers.image.version="1.20.1"
|
||||
|
||||
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.20.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"golang-1.20.1-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.20.0" \
|
||||
ENV APP_VERSION="1.20.1" \
|
||||
BITNAMI_APP_NAME="golang" \
|
||||
GOCACHE="/go/.cache" \
|
||||
GOPATH="/go" \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"golang": {
|
||||
"arch": "amd64",
|
||||
"digest": "08f2bfe8b35861f867311bcd36531a78a8a94e7da0ea3fe448fae52d708d5b5e",
|
||||
"digest": "c9a5603bf98c05970d378f54f191e0f8f9e4c6aae29e8f811444601624a44b6f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.20.0-1"
|
||||
"version": "1.20.1-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "1.20"
|
||||
- 1.20-debian-11
|
||||
- 1.20.0
|
||||
- 1.20.1
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue