Skip to content

Commit b038aed

Browse files
committed
2.0.0
1 parent 518e38a commit b038aed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6565
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`.

0 commit comments

Comments
 (0)