Skip to content

Commit

Permalink
Use golang:1.15 in ECR credential helper example (#965)
Browse files Browse the repository at this point in the history
* Use golang:1.15 in ECR credential helper example

* Update docs/private-registries.md

Co-authored-by: Simon Aronsson <simme@arcticbit.se>

Co-authored-by: Simon Aronsson <simme@arcticbit.se>
  • Loading branch information
jerbob and simskij authored Aug 13, 2021
1 parent 52fe365 commit bd74c05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/private-registries.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ in a volume that may be mounted onto your watchtower container.
1. Create the Dockerfile (contents below):
```Dockerfile
FROM golang:latest
FROM golang:1.16

ENV GO111MODULE off
ENV CGO_ENABLED 0
ENV REPO github.com/awslabs/amazon-ecr-credential-helper/ecr-login/cli/docker-credential-ecr-login

Expand Down

0 comments on commit bd74c05

Please sign in to comment.