Skip to content

Commit 32d1f58

Browse files
committed
Images are now mirrored to ghcr.io/neomantra/openresty (#270)
Signed-off-by: Evan Wies <evan@neomantra.net>
1 parent 290899b commit 32d1f58

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
## 1.27.1.2-6 (2025-11-08)
55

6+
* Images are now mirrored to `ghcr.io/neomantra/openresty` (#270)
67
* Install `-dev` libraries in `bookworm-buildpack` flavor ([#283](https://github.com/openresty/docker-openresty/issues/283))
78
* Extracted custom image build documentation to [`BUILDING.md`](./BUILDING.md)
89

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ You can learn more about building your own custom and derived images in [`BUILDI
1818
Table of Contents
1919
=================
2020

21-
* [OpenResty Image Tags](#openresty-image-tags)
2221
* [Table of Contents](#table-of-contents)
22+
* [OpenResty Image Tags](#openresty-image-tags)
23+
* [Image Mirror](#image-mirror)
2324
* [Usage](#usage)
2425
* [Policies](#policies)
2526
* [Nginx Config Files](#nginx-config-files)
@@ -62,9 +63,12 @@ There are also specific tags for [Debug](https://openresty.org/en/deb-packages.h
6263
| `openresty/openresty:bullseye-fat-debug` | Bullseye FAT flavor with `openresty-debug` |
6364
| `openresty/openresty:bullseye-fat-valgrind` | Bullseye FAT flavor with `openresty-valgrind` |
6465

65-
As of `1.27.1.2-1`, we also mirror to the GitHub Container Registry. Simply prefix the registry path with `ghcr.io/`:
66+
## Image Mirror
67+
68+
As of `1.27.1.2-6`, we also mirror to the [GitHub Container Registry](https://github.com/users/neomantra/packages/container/package/openresty). Note this is under the image maintainer's GitHub account and not the OpenResty GitHub account. To use it, rather than specifying the image`openresty/openresty`,
69+
use the full GHCR image path of `ghcr.io/neomantra/openresty`. For example:
6670

67-
* `ghcr.io/openresty/openresty:1.27.1.2-1-bullseye`
71+
* `ghcr.io/neomantra/openresty:1.27.1.2-6-bullseye`
6872

6973
----
7074

0 commit comments

Comments
 (0)