1.14.4-debian-10-r9 release

This commit is contained in:
Bitnami Bot
2020-06-16 02:13:52 +00:00
parent e01859aa02
commit ae2dce6503
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ RUN apt-get update && apt-get upgrade -y && \
RUN mkdir -p "/go/src" "/go/bin" && chmod -R 777 "/go"
ENV BITNAMI_APP_NAME="golang" \
BITNAMI_IMAGE_VERSION="1.14.4-debian-10-r8" \
BITNAMI_IMAGE_VERSION="1.14.4-debian-10-r9" \
GOPATH="/go" \
OS_ARCH="amd64" \
OS_FLAVOUR="debian-10" \

View File

@@ -2,5 +2,5 @@ version: '2'
services:
golang:
tty: true # Enables debugging capabilities when attached to this container.
image: bitnami/golang:1.14-debian-10
image: docker.io/bitnami/golang:1.14-debian-10
command: ["sleep", "infinity"] # To keep the container running

View File

@@ -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-r8`, `1.14`, `1.14.4`, `latest` (1.14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.14.4-debian-10-r8/1.14/debian-10/Dockerfile)
* [`1.14-debian-10`, `1.14.4-debian-10-r9`, `1.14`, `1.14.4`, `latest` (1.14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.14.4-debian-10-r9/1.14/debian-10/Dockerfile)
* [`1.13-debian-10`, `1.13.12-debian-10-r9`, `1.13`, `1.13.12` (1.13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.13.12-debian-10-r9/1.13/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/golang GitHub repo](https://github.com/bitnami/bitnami-docker-golang).

View File

@@ -2,5 +2,5 @@ version: '2'
services:
golang:
tty: true # Enables debugging capabilities when attached to this container.
image: bitnami/golang:1.14-debian-10
image: docker.io/bitnami/golang:1.14-debian-10
command: ["sleep", "infinity"] # To keep the container running