1.14.5-debian-10-r0 release
This commit is contained in:
parent
1c0878bf19
commit
554499fe9d
|
|
@ -4,16 +4,16 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
|||
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.14.4-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "b37d84cb89d2ac94738f911af2a0e8aea205260fd14fd702dbb96794419f2dd5 /tmp/bitnami/pkg/cache/golang-1.14.4-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/golang-1.14.4-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/golang-1.14.4-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/golang-1.14.5-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "2ba6d39ee1eaaf9372d0f562b06c64e8db0ef6ba8b7c2b0c114f5e626ba7d07b /tmp/bitnami/pkg/cache/golang-1.14.5-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/golang-1.14.5-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/golang-1.14.5-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 BITNAMI_APP_NAME="golang" \
|
||||
BITNAMI_IMAGE_VERSION="1.14.4-debian-10-r37" \
|
||||
BITNAMI_IMAGE_VERSION="1.14.5-debian-10-r0" \
|
||||
GOPATH="/go" \
|
||||
OS_ARCH="amd64" \
|
||||
OS_FLAVOUR="debian-10" \
|
||||
|
|
|
|||
|
|
@ -33,7 +33,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.14-debian-10`, `1.14.4-debian-10-r37`, `1.14`, `1.14.4`, `latest` (1.14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.14.4-debian-10-r37/1.14/debian-10/Dockerfile)
|
||||
* [`1.14-debian-10`, `1.14.5-debian-10-r0`, `1.14`, `1.14.5`, `latest` (1.14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.14.5-debian-10-r0/1.14/debian-10/Dockerfile)
|
||||
* [`1.13-debian-10`, `1.13.13-debian-10-r0`, `1.13`, `1.13.13` (1.13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.13.13-debian-10-r0/1.13/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