1.17.11-debian-10-r0 release
This commit is contained in:
parent
fda9ef7cea
commit
2d061b9a0b
|
|
@ -8,15 +8,15 @@ 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.17.10-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "c2cbe734f79302ed5ecbdc7b801e8a7a17746c56d8193b02cf40390e556d983b /tmp/bitnami/pkg/cache/golang-1.17.10-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/golang-1.17.10-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/golang-1.17.10-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/golang-1.17.11-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "3ad5bba438a6770dc046c7d098436ed9dbee1afec53bafebc2f4d0ea47f57fb7 /tmp/bitnami/pkg/cache/golang-1.17.11-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/golang-1.17.11-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/golang-1.17.11-0-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 APP_VERSION="1.17.10" \
|
||||
ENV APP_VERSION="1.17.11" \
|
||||
BITNAMI_APP_NAME="golang" \
|
||||
GOCACHE="/go/.cache" \
|
||||
GOPATH="/go" \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"golang": {
|
||||
"arch": "amd64",
|
||||
"digest": "c2cbe734f79302ed5ecbdc7b801e8a7a17746c56d8193b02cf40390e556d983b",
|
||||
"digest": "3ad5bba438a6770dc046c7d098436ed9dbee1afec53bafebc2f4d0ea47f57fb7",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.17.10-0"
|
||||
"version": "1.17.11-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -36,7 +36,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`1.18`, `1.18-debian-10`, `1.18.3`, `1.18.3-debian-10-r0`, `latest` (1.18/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.18.3-debian-10-r0/1.18/debian-10/Dockerfile)
|
||||
* [`1.17`, `1.17-debian-10`, `1.17.11`, `1.17.11-debian-10-r-1` (1.17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.17.11-debian-10-r-1/1.17/debian-10/Dockerfile)
|
||||
* [`1.17`, `1.17-debian-10`, `1.17.11`, `1.17.11-debian-10-r0` (1.17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.17.11-debian-10-r0/1.17/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/golang GitHub repo](https://github.com/bitnami/bitnami-docker-golang).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue