mirror of
https://github.com/bitnami/containers.git
synced 2026-02-18 21:07:23 +08:00
1.14.4-debian-10-r9 release
This commit is contained in:
@@ -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" \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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).
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user