File tree Expand file tree Collapse file tree 15 files changed +21
-20
lines changed
Expand file tree Collapse file tree 15 files changed +21
-20
lines changed Original file line number Diff line number Diff line change 11` docker-openresty ` Changelog
22============================
33
4- ## 1.29.2.2-2 (2026-03-26 )
4+ ## 1.29.2.3-0 (2026-03-30 )
55
66Thank you to [ AppVeyor] ( https://www.appveyor.com ) for many years of Windows builds! ❤️
77
8+ * Upgrade OpenResty to ` 1.29.2.3 `
89 * Windows builds moved from AppVeyor to GitHub Actions.
910 * ` bookwork-fat ` and ` bullseye-fat ` flavors now include build systems and LuaRocks (#295 )
1011
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ It is best practice to pin your images to an explicit image tag. The [next sect
4141
4242| Image | Description |
4343| --- | --- |
44- | ` openresty/openresty:1.29.2.2 -0-noble ` | Built-from-source Ubuntu Noble |
45- | ` openresty/openresty:1.29.2.2 -0-jammy ` | Built-from-source Ubuntu Jammy |
46- | ` openresty/openresty:1.29.2.2 -0-bookworm-fat ` | Built-from-upstream Debian Bookworm |
47- | ` openresty/openresty:1.29.2.2 -0-alpine ` | Built-from-source Alpine |
48- | ` openresty/openresty:1.29.2.2 -0-alpine-apk ` | Built-from-upstream Alpine |
44+ | ` openresty/openresty:1.29.2.3 -0-noble ` | Built-from-source Ubuntu Noble |
45+ | ` openresty/openresty:1.29.2.3 -0-jammy ` | Built-from-source Ubuntu Jammy |
46+ | ` openresty/openresty:1.29.2.3 -0-bookworm-fat ` | Built-from-upstream Debian Bookworm |
47+ | ` openresty/openresty:1.29.2.3 -0-alpine ` | Built-from-source Alpine |
48+ | ` openresty/openresty:1.29.2.3 -0-alpine-apk ` | Built-from-upstream Alpine |
4949
5050These are examples of untagged image names, for reference:
5151
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ARG RESTY_IMAGE_TAG="3.18.12"
1515ARG RESTY_APK_ALPINE_VERSION="3.18"
1616ARG RESTY_APK_KEY_URL="https://openresty.org/package/admin@openresty.com-5ea678a6.rsa.pub"
1717ARG RESTY_APK_REPO_URL="https://openresty.org/package/alpine/v${RESTY_APK_ALPINE_VERSION}/main"
18- ARG RESTY_APK_VERSION="=1.29.2.2 -r0"
18+ ARG RESTY_APK_VERSION="=1.29.2.3 -r0"
1919
2020LABEL resty_image_base="${RESTY_IMAGE_BASE}"
2121LABEL resty_image_tag="${RESTY_IMAGE_TAG}"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ LABEL maintainer="Evan Wies <evan@neomantra.net>"
1111# Docker Build Arguments
1212ARG RESTY_IMAGE_BASE="alpine"
1313ARG RESTY_IMAGE_TAG="3.22.3"
14- ARG RESTY_VERSION="1.29.2.2 "
14+ ARG RESTY_VERSION="1.29.2.3 "
1515
1616# https://github.com/openresty/openresty-packaging/blob/master/alpine/openresty-openssl3/APKBUILD
1717ARG RESTY_OPENSSL_VERSION="3.5.5"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ LABEL maintainer="Evan Wies <evan@neomantra.net>"
1212# OpenResty Debian package variants.
1313# For example: "-debug" or "-valgrind"
1414ARG RESTY_DEB_FLAVOR=""
15- ARG RESTY_DEB_VERSION="=1.29.2.2 -1~bookworm1"
15+ ARG RESTY_DEB_VERSION="=1.29.2.3 -1~bookworm1"
1616ARG RESTY_APT_REPO="https://openresty.org/package/debian"
1717ARG RESTY_APT_PGP="https://openresty.org/package/pubkey.gpg"
1818ARG RESTY_APT_ARCH="amd64"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ LABEL maintainer="Evan Wies <evan@neomantra.net>"
1212# OpenResty Debian package variants.
1313# For example: "-debug" or "-valgrind"
1414ARG RESTY_DEB_FLAVOR=""
15- ARG RESTY_DEB_VERSION="=1.29.2.2 -1~bookworm1"
15+ ARG RESTY_DEB_VERSION="=1.29.2.3 -1~bookworm1"
1616ARG RESTY_APT_REPO="https://openresty.org/package/debian"
1717ARG RESTY_APT_PGP="https://openresty.org/package/pubkey.gpg"
1818ARG RESTY_APT_ARCH="amd64"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ARG RESTY_FAT_IMAGE_TAG="bookworm"
1919# OpenResty Debian package variants.
2020# For example: "-debug" or "-valgrind"
2121ARG RESTY_FAT_DEB_FLAVOR=""
22- ARG RESTY_FAT_DEB_VERSION="=1.29.2.2 -1~bookworm1"
22+ ARG RESTY_FAT_DEB_VERSION="=1.29.2.3 -1~bookworm1"
2323
2424ARG RESTY_LUAROCKS_VERSION="3.13.0"
2525
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ LABEL maintainer="Evan Wies <evan@neomantra.net>"
1212# OpenResty Debian package variants.
1313# For example: "-debug" or "-valgrind"
1414ARG RESTY_DEB_FLAVOR=""
15- ARG RESTY_DEB_VERSION="=1.29.2.2 -1~bullseye1"
15+ ARG RESTY_DEB_VERSION="=1.29.2.3 -1~bullseye1"
1616ARG RESTY_APT_REPO="https://openresty.org/package/debian"
1717ARG RESTY_APT_PGP="https://openresty.org/package/pubkey.gpg"
1818ARG RESTY_IMAGE_BASE="debian"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ LABEL maintainer="Evan Wies <evan@neomantra.net>"
1212# OpenResty Debian package variants.
1313# For example: "-debug" or "-valgrind"
1414ARG RESTY_DEB_FLAVOR="-debug"
15- ARG RESTY_DEB_VERSION="=1.29.2.2 -1~bullseye1"
15+ ARG RESTY_DEB_VERSION="=1.29.2.3 -1~bullseye1"
1616ARG RESTY_APT_REPO="https://openresty.org/package/debian"
1717ARG RESTY_APT_PGP="https://openresty.org/package/pubkey.gpg"
1818ARG RESTY_IMAGE_BASE="debian"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ARG RESTY_FAT_IMAGE_TAG="bullseye"
1919# OpenResty Debian package variants.
2020# For example: "-debug" or "-valgrind"
2121ARG RESTY_FAT_DEB_FLAVOR=""
22- ARG RESTY_FAT_DEB_VERSION="=1.29.2.2 -1~bullseye1"
22+ ARG RESTY_FAT_DEB_VERSION="=1.29.2.3 -1~bullseye1"
2323
2424ARG RESTY_LUAROCKS_VERSION="3.13.0"
2525
You can’t perform that action at this time.
0 commit comments