mirror of
https://github.com/bitnami/containers.git
synced 2026-03-03 06:58:07 +08:00
1.17.6-debian-10-r3 release
This commit is contained in:
@@ -8,14 +8,14 @@ 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.6-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "1acc88bf004d8ab8dcc47395131c05fdee701441404ddda02c27ba33b639c57b /tmp/bitnami/pkg/cache/golang-1.17.6-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/golang-1.17.6-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/golang-1.17.6-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/golang-1.17.6-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "b6aa23f302bac5c0eb12bc93d752bd3fbb596600ac52eff4e4f2bdabcd27f2e2 /tmp/bitnami/pkg/cache/golang-1.17.6-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/golang-1.17.6-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/golang-1.17.6-1-linux-amd64-debian-10.tar.gz
|
||||
RUN mkdir -p "/go/src" "/go/bin" && chmod -R 777 "/go"
|
||||
|
||||
ENV BITNAMI_APP_NAME="golang" \
|
||||
BITNAMI_IMAGE_VERSION="1.17.6-debian-10-r2" \
|
||||
BITNAMI_IMAGE_VERSION="1.17.6-debian-10-r3" \
|
||||
GOPATH="/go" \
|
||||
PATH="/go/bin:/opt/bitnami/go/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"golang": {
|
||||
"arch": "amd64",
|
||||
"digest": "1acc88bf004d8ab8dcc47395131c05fdee701441404ddda02c27ba33b639c57b",
|
||||
"digest": "b6aa23f302bac5c0eb12bc93d752bd3fbb596600ac52eff4e4f2bdabcd27f2e2",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.17.6-0"
|
||||
"version": "1.17.6-1"
|
||||
}
|
||||
}
|
||||
@@ -37,7 +37,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.17`, `1.17-debian-10`, `1.17.6`, `1.17.6-debian-10-r2` (1.17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.17.6-debian-10-r2/1.17/debian-10/Dockerfile)
|
||||
* [`1.17`, `1.17-debian-10`, `1.17.6`, `1.17.6-debian-10-r3` (1.17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.17.6-debian-10-r3/1.17/debian-10/Dockerfile)
|
||||
* [`1.16`, `1.16-debian-10`, `1.16.13`, `1.16.13-debian-10-r2`, `latest` (1.16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.16.13-debian-10-r2/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