diff --git a/bitnami/golang/1.19/debian-11/Dockerfile b/bitnami/golang/1.19/debian-11/Dockerfile index fdffca926e45..73c55849c851 100644 --- a/bitnami/golang/1.19/debian-11/Dockerfile +++ b/bitnami/golang/1.19/debian-11/Dockerfile @@ -7,10 +7,10 @@ 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.19.0-1-linux-amd64-debian-11.tar.gz && \ - echo "2495f46052285789292ae1f13269d490c100c679f43cc54b33d52eb5c34858db /tmp/bitnami/pkg/cache/golang-1.19.0-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/golang-1.19.0-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/golang-1.19.0-1-linux-amd64-debian-11.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/golang-1.19.0-2-linux-amd64-debian-11.tar.gz && \ + echo "e84544bcc79541ed367f07111e6699272473693de7b0d1a27c9511d72a20eecc /tmp/bitnami/pkg/cache/golang-1.19.0-2-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/golang-1.19.0-2-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/golang-1.19.0-2-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" diff --git a/bitnami/golang/1.19/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/golang/1.19/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 9698478dd6ee..b8fa2ef3eb69 100644 --- a/bitnami/golang/1.19/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/golang/1.19/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "golang": { "arch": "amd64", - "digest": "2495f46052285789292ae1f13269d490c100c679f43cc54b33d52eb5c34858db", + "digest": "e84544bcc79541ed367f07111e6699272473693de7b0d1a27c9511d72a20eecc", "distro": "debian-11", "type": "NAMI", - "version": "1.19.0-1" + "version": "1.19.0-2" } } \ No newline at end of file diff --git a/bitnami/golang/README.md b/bitnami/golang/README.md index 1e130b3b0727..5ee638919853 100644 --- a/bitnami/golang/README.md +++ b/bitnami/golang/README.md @@ -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.19`, `1.19-debian-11`, `1.19.0`, `1.19.0-debian-11-r1`, `latest` (1.19/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/golang/1.19/debian-11/Dockerfile) +* [`1.19`, `1.19-debian-11`, `1.19.0`, `1.19.0-debian-11-r2`, `latest` (1.19/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/golang/1.19/debian-11/Dockerfile) * [`1.18`, `1.18-debian-11`, `1.18.5`, `1.18.5-debian-11-r2` (1.18/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/golang/1.18/debian-11/Dockerfile) * [`1.17`, `1.17-debian-11`, `1.17.13`, `1.17.13-debian-11-r2` (1.17/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/golang/1.17/debian-11/Dockerfile) @@ -166,6 +166,10 @@ Re-create your container from the new image. $ docker run --name golang bitnami/golang:latest ``` +## Branch Deprecation Notice + +Golang's branch 1.17 is no longer maintained by upstream and is now internally tagged as to be deprecated. This branch will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 09-08-2022 + ## Contributing We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues), or submit a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.