Bump unit to 1.34.2
Some checks failed
Build Docker Image / Build ARM64 (3.10) (push) Successful in 5m16s
Build Docker Image / Build ARM64 (3.11) (push) Successful in 5m13s
Build Docker Image / Build ARM64 (3.12) (push) Successful in 5m13s
Build Docker Image / Build ARM64 (3.13) (push) Successful in 5m12s
Build Docker Image / Build AMD64 (3.10) (push) Successful in 43m18s
Build Docker Image / Build AMD64 (3.11) (push) Successful in 43m12s
Build Docker Image / Build AMD64 (3.12) (push) Successful in 43m49s
Build Docker Image / Build AMD64 (3.13) (push) Successful in 43m31s
Build Docker Image / Create Multi-arch Manifest (3.10) (push) Failing after 1s
Build Docker Image / Create Multi-arch Manifest (3.11) (push) Failing after 0s
Build Docker Image / Create Multi-arch Manifest (3.12) (push) Failing after 0s
Build Docker Image / Create Multi-arch Manifest (3.13) (push) Failing after 1s

This commit is contained in:
2025-03-19 07:40:24 +02:00
parent a25e847062
commit 96918645db
4 changed files with 8 additions and 8 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.1"
LABEL org.opencontainers.image.version="1.34.2"
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.1-1 https://github.com/nginx/unit \
&& git clone --depth 1 -b 1.34.2-1 https://github.com/nginx/unit \
&& cd unit \
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \