File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 2.0.0 ] - 2024-07-24
99
1010### Added
1111- 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 \
5959 -e ENABLE_SSL=true \
6060 -e SSL_KEY=/opt/ssl/key.pem \
6161 -e SSL_CERTIFICATE=/opt/ssl/certificate.pem \
62- aws-ecr-http-proxy:latest
62+ ghcr.io/dreamlab/ aws-ecr-http-proxy:2.0.0
6363```
6464
6565If 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