1.17.12-debian-11-r0 release

This commit is contained in:
Bitnami Bot
2022-07-12 22:54:30 +00:00
committed by Bitnami Containers
parent d1bb031ccb
commit 4574bde10a
3 changed files with 8 additions and 8 deletions

View File

@@ -7,15 +7,15 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages build-essential ca-certificates curl git gzip libc6 pkg-config procps tar unzip wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/golang-1.17.11-151-linux-amd64-debian-11.tar.gz && \
echo "a7e38746beaf66385b94269226d72d4229b18e171ea9281c0acc2f72bb8f50f3 /tmp/bitnami/pkg/cache/golang-1.17.11-151-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/golang-1.17.11-151-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/golang-1.17.11-151-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/golang-1.17.12-0-linux-amd64-debian-11.tar.gz && \
echo "ed48b9cf4e9ff0d863b288200285f4394d9a426ee05a915ea7470c9f3f22a6b1 /tmp/bitnami/pkg/cache/golang-1.17.12-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/golang-1.17.12-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/golang-1.17.12-0-linux-amd64-debian-11.tar.gz
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN mkdir -p "/go/src" "/go/bin" && chmod -R 777 "/go"
ENV APP_VERSION="1.17.11" \
ENV APP_VERSION="1.17.12" \
BITNAMI_APP_NAME="golang" \
GOCACHE="/go/.cache" \
GOPATH="/go" \

View File

@@ -1,9 +1,9 @@
{
"golang": {
"arch": "amd64",
"digest": "a7e38746beaf66385b94269226d72d4229b18e171ea9281c0acc2f72bb8f50f3",
"digest": "ed48b9cf4e9ff0d863b288200285f4394d9a426ee05a915ea7470c9f3f22a6b1",
"distro": "debian-11",
"type": "NAMI",
"version": "1.17.11-151"
"version": "1.17.12-0"
}
}

View File

@@ -36,7 +36,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`1.18`, `1.18-debian-11`, `1.18.3`, `1.18.3-debian-11-r14`, `latest` (1.18/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.18.3-debian-11-r14/1.18/debian-11/Dockerfile)
* [`1.17`, `1.17-debian-11`, `1.17.11`, `1.17.11-debian-11-r14` (1.17/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.17.11-debian-11-r14/1.17/debian-11/Dockerfile)
* [`1.17`, `1.17-debian-11`, `1.17.12`, `1.17.12-debian-11-r0` (1.17/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.17.12-debian-11-r0/1.17/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/golang GitHub repo](https://github.com/bitnami/bitnami-docker-golang).