1.17.8-debian-10-r5 release
This commit is contained in:
parent
2502f0ad71
commit
2be7448ba3
|
|
@ -17,7 +17,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.17.8-debian-10-r4" \
|
||||
BITNAMI_IMAGE_VERSION="1.17.8-debian-10-r5" \
|
||||
GOPATH="/go" \
|
||||
PATH="/go/bin:/opt/bitnami/go/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -37,8 +37,8 @@ $ 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.8`, `1.17.8-debian-10-r4` (1.17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.17.8-debian-10-r4/1.17/debian-10/Dockerfile)
|
||||
* [`1.16`, `1.16-debian-10`, `1.16.15`, `1.16.15-debian-10-r4`, `latest` (1.16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.16.15-debian-10-r4/1.16/debian-10/Dockerfile)
|
||||
* [`1.17`, `1.17-debian-10`, `1.17.8`, `1.17.8-debian-10-r5`, `latest` (1.17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.17.8-debian-10-r5/1.17/debian-10/Dockerfile)
|
||||
* [`1.16`, `1.16-debian-10`, `1.16.15`, `1.16.15-debian-10-r4` (1.16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-golang/blob/1.16.15-debian-10-r4/1.16/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/golang GitHub repo](https://github.com/bitnami/bitnami-docker-golang).
|
||||
|
||||
|
|
@ -59,7 +59,7 @@ $ docker pull bitnami/golang:[TAG]
|
|||
If you wish, you can also build the image yourself.
|
||||
|
||||
```console
|
||||
$ docker build -t bitnami/golang:latest 'https://github.com/bitnami/bitnami-docker-golang.git#master:1.16/debian-10'
|
||||
$ docker build -t bitnami/golang:latest 'https://github.com/bitnami/bitnami-docker-golang.git#master:1.17/debian-10'
|
||||
```
|
||||
|
||||
## Persisting your application
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@ version: '2'
|
|||
services:
|
||||
golang:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: docker.io/bitnami/golang:1.16
|
||||
image: docker.io/bitnami/golang:1.17
|
||||
command: ["sleep", "infinity"] # To keep the container running
|
||||
|
|
|
|||
Loading…
Reference in New Issue