[bitnami/golang] Release 1.19.0-debian-11-r2 (#2368)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
c144c48791
commit
eada772898
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue