Added Python 3.14; Updated Unit version to 1.35
Some checks failed
Build Docker Image / Build ARM64 (3.10) (push) Failing after 1m51s
Build Docker Image / Build ARM64 (3.11) (push) Failing after 52s
Build Docker Image / Build ARM64 (3.12) (push) Failing after 52s
Build Docker Image / Build ARM64 (3.13) (push) Failing after 1m21s
Build Docker Image / Build ARM64 (3.14) (push) Failing after 54s
Build Docker Image / Build AMD64 (3.11) (push) Has been cancelled
Build Docker Image / Build AMD64 (3.12) (push) Has been cancelled
Build Docker Image / Build AMD64 (3.13) (push) Has been cancelled
Build Docker Image / Build AMD64 (3.14) (push) Has been cancelled
Build Docker Image / Create Multi-arch Manifest (3.10) (push) Has been cancelled
Build Docker Image / Create Multi-arch Manifest (3.11) (push) Has been cancelled
Build Docker Image / Create Multi-arch Manifest (3.12) (push) Has been cancelled
Build Docker Image / Create Multi-arch Manifest (3.13) (push) Has been cancelled
Build Docker Image / Create Multi-arch Manifest (3.14) (push) Has been cancelled
Build Docker Image / Build AMD64 (3.10) (push) Has been cancelled

This commit is contained in:
2025-10-10 12:17:28 +03:00
parent 87d8415094
commit 3691e860c5
6 changed files with 123 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
LABEL org.opencontainers.image.version="1.34.2"
LABEL org.opencontainers.image.version="1.35.0"
RUN set -ex \
&& savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
&& mkdir -p /usr/src/unit \
&& cd /usr/src/unit \
&& git clone --depth 1 -b 1.34.2-1 https://github.com/nginx/unit \
&& git clone --depth 1 -b 1.35.0-1 https://github.com/nginx/unit \
&& cd unit \
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \