1.18.4-debian-11-r0 release

This commit is contained in:
Bitnami Bot
2022-07-13 00:14:58 +00:00
committed by Bitnami Containers
parent 4574bde10a
commit 7cb16db9f9
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.18.3-151-linux-amd64-debian-11.tar.gz && \
echo "8684ab7c126d7897760835019d64c6e20cb98e7571512c1161faab27cf87d94b /tmp/bitnami/pkg/cache/golang-1.18.3-151-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/golang-1.18.3-151-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/golang-1.18.3-151-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/golang-1.18.4-0-linux-amd64-debian-11.tar.gz && \
echo "22e63c28d2b256b41fdad85222ef8b6c7ea4ed1f7e05ca0f7474be4988eb0cc3 /tmp/bitnami/pkg/cache/golang-1.18.4-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/golang-1.18.4-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/golang-1.18.4-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.18.3" \
ENV APP_VERSION="1.18.4" \
BITNAMI_APP_NAME="golang" \
GOCACHE="/go/.cache" \
GOPATH="/go" \

View File

@@ -1,9 +1,9 @@
{
"golang": {
"arch": "amd64",
"digest": "8684ab7c126d7897760835019d64c6e20cb98e7571512c1161faab27cf87d94b",
"digest": "22e63c28d2b256b41fdad85222ef8b6c7ea4ed1f7e05ca0f7474be4988eb0cc3",
"distro": "debian-11",
"type": "NAMI",
"version": "1.18.3-151"
"version": "1.18.4-0"
}
}

View File

@@ -35,7 +35,7 @@ $ docker-compose up -d
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`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.18`, `1.18-debian-11`, `1.18.4`, `1.18.4-debian-11-r0`, `latest` (1.18/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.18.4-debian-11-r0/1.18/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).