mirror of
https://github.com/bitnami/containers.git
synced 2026-03-02 16:07:49 +08:00
1.16.14-debian-10-r6 release
This commit is contained in:
@@ -8,16 +8,16 @@ 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.16.14-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "c12645483f398a4b4551f8d0d3a0da6f4b39f4eefb3a1d1b15c22bd5be3065c3 /tmp/bitnami/pkg/cache/golang-1.16.14-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/golang-1.16.14-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/golang-1.16.14-1-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/golang-1.16.14-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "c12645483f398a4b4551f8d0d3a0da6f4b39f4eefb3a1d1b15c22bd5be3065c3 /tmp/bitnami/pkg/cache/golang-1.16.14-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/golang-1.16.14-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/golang-1.16.14-2-linux-amd64-debian-10.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 BITNAMI_APP_NAME="golang" \
|
||||
BITNAMI_IMAGE_VERSION="1.16.14-debian-10-r5" \
|
||||
BITNAMI_IMAGE_VERSION="1.16.14-debian-10-r6" \
|
||||
GOPATH="/go" \
|
||||
PATH="/go/bin:/opt/bitnami/go/bin:$PATH"
|
||||
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"digest": "c12645483f398a4b4551f8d0d3a0da6f4b39f4eefb3a1d1b15c22bd5be3065c3",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.16.14-1"
|
||||
"version": "1.16.14-2"
|
||||
}
|
||||
}
|
||||
@@ -38,7 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`1.17`, `1.17-debian-10`, `1.17.7`, `1.17.7-debian-10-r5` (1.17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.17.7-debian-10-r5/1.17/debian-10/Dockerfile)
|
||||
* [`1.16`, `1.16-debian-10`, `1.16.14`, `1.16.14-debian-10-r5`, `latest` (1.16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.16.14-debian-10-r5/1.16/debian-10/Dockerfile)
|
||||
* [`1.16`, `1.16-debian-10`, `1.16.14`, `1.16.14-debian-10-r6`, `latest` (1.16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.16.14-debian-10-r6/1.16/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/golang GitHub repo](https://github.com/bitnami/bitnami-docker-golang).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user