File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 2.0.0 ] - 2024-07-24
9
9
10
10
### Added
11
11
- Support for AWS WebIdentity Token
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ docker run -d --name docker-registry-proxy --net=host \
59
59
-e ENABLE_SSL=true \
60
60
-e SSL_KEY=/opt/ssl/key.pem \
61
61
-e SSL_CERTIFICATE=/opt/ssl/certificate.pem \
62
- aws-ecr-http-proxy:latest
62
+ ghcr.io/dreamlab/ aws-ecr-http-proxy:2.0.0
63
63
```
64
64
65
65
If you ran this command on "registry-proxy.example.com" you can now get your images using ` docker pull registry-proxy.example.com:5000/repo/image ` .
You can’t perform that action at this time.
0 commit comments