1.18.3-debian-11-r4 release
This commit is contained in:
parent
bf77d1fca7
commit
d1281d1fd2
|
|
@ -8,10 +8,10 @@ ENV OS_ARCH="amd64" \
|
|||
COPY prebuildfs /
|
||||
# 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-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "ae81ec58bdd457c50115bcc49fd4f7a401692a59d225e975d0444566206898ab /tmp/bitnami/pkg/cache/golang-1.18.3-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/golang-1.18.3-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/golang-1.18.3-0-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/golang-1.18.3-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "ae81ec58bdd457c50115bcc49fd4f7a401692a59d225e975d0444566206898ab /tmp/bitnami/pkg/cache/golang-1.18.3-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/golang-1.18.3-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/golang-1.18.3-150-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"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
"digest": "ae81ec58bdd457c50115bcc49fd4f7a401692a59d225e975d0444566206898ab",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.18.3-0"
|
||||
"version": "1.18.3-150"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-r3`, `latest` (1.18/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.18.3-debian-11-r3/1.18/debian-11/Dockerfile)
|
||||
* [`1.18`, `1.18-debian-11`, `1.18.3`, `1.18.3-debian-11-r4`, `latest` (1.18/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.18.3-debian-11-r4/1.18/debian-11/Dockerfile)
|
||||
* [`1.17`, `1.17-debian-11`, `1.17.11`, `1.17.11-debian-11-r4` (1.17/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.17.11-debian-11-r4/1.17/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/golang GitHub repo](https://github.com/bitnami/bitnami-docker-golang).
|
||||
|
|
|
|||
Loading…
Reference in New Issue