This repository was archived by the owner on Oct 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 17 files changed +229
-51
lines changed Expand file tree Collapse file tree 17 files changed +229
-51
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.22-bullseye
1+ FROM golang:1.22-bookworm
22
33LABEL org.opencontainers.image.title="Unit (go1.22)"
44LABEL org.opencontainers.image.description="Official build of Unit for Docker."
55LABEL org.opencontainers.image.url="https://unit.nginx.org"
66LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9- LABEL org.opencontainers.image.version="1.32 .0"
9+ LABEL org.opencontainers.image.version="1.33 .0"
1010
1111RUN set -ex \
1212 && savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
1515 && mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
1616 && mkdir -p /usr/src/unit \
1717 && cd /usr/src/unit \
18- && git clone --depth 1 -b 1.32 .0-1 https://github.com/nginx/unit \
18+ && git clone --depth 1 -b 1.33 .0-1 https://github.com/nginx/unit \
1919 && cd unit \
2020 && NCPU="$(getconf _NPROCESSORS_ONLN)" \
2121 && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
Original file line number Diff line number Diff line change 1- FROM golang:1.21-bullseye
1+ FROM golang:1.23-bookworm
22
3- LABEL org.opencontainers.image.title="Unit (go1.21 )"
3+ LABEL org.opencontainers.image.title="Unit (go1.23 )"
44LABEL org.opencontainers.image.description="Official build of Unit for Docker."
55LABEL org.opencontainers.image.url="https://unit.nginx.org"
66LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9- LABEL org.opencontainers.image.version="1.32 .0"
9+ LABEL org.opencontainers.image.version="1.33 .0"
1010
1111RUN set -ex \
1212 && savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
1515 && mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
1616 && mkdir -p /usr/src/unit \
1717 && cd /usr/src/unit \
18- && git clone --depth 1 -b 1.32 .0-1 https://github.com/nginx/unit \
18+ && git clone --depth 1 -b 1.33 .0-1 https://github.com/nginx/unit \
1919 && cd unit \
2020 && NCPU="$(getconf _NPROCESSORS_ONLN)" \
2121 && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9- LABEL org.opencontainers.image.version="1.32 .0"
9+ LABEL org.opencontainers.image.version="1.33 .0"
1010
1111RUN set -ex \
1212 && savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
1515 && mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
1616 && mkdir -p /usr/src/unit \
1717 && cd /usr/src/unit \
18- && git clone --depth 1 -b 1.32 .0-1 https://github.com/nginx/unit \
18+ && git clone --depth 1 -b 1.33 .0-1 https://github.com/nginx/unit \
1919 && cd unit \
2020 && NCPU="$(getconf _NPROCESSORS_ONLN)" \
2121 && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
Original file line number Diff line number Diff line change 1- FROM debian:bullseye -slim
1+ FROM debian:bookworm -slim
22
33LABEL org.opencontainers.image.title="Unit (minimal)"
44LABEL org.opencontainers.image.description="Official build of Unit for Docker."
55LABEL org.opencontainers.image.url="https://unit.nginx.org"
66LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9- LABEL org.opencontainers.image.version="1.32 .0"
9+ LABEL org.opencontainers.image.version="1.33 .0"
1010
1111RUN set -ex \
1212 && savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
1515 && mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
1616 && mkdir -p /usr/src/unit \
1717 && cd /usr/src/unit \
18- && git clone --depth 1 -b 1.32 .0-1 https://github.com/nginx/unit \
18+ && git clone --depth 1 -b 1.33 .0-1 https://github.com/nginx/unit \
1919 && cd unit \
2020 && NCPU="$(getconf _NPROCESSORS_ONLN)" \
2121 && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
Original file line number Diff line number Diff line change 1- FROM node:20-bullseye
1+ FROM node:20-bookworm
22
33LABEL org.opencontainers.image.title="Unit (node20)"
44LABEL org.opencontainers.image.description="Official build of Unit for Docker."
55LABEL org.opencontainers.image.url="https://unit.nginx.org"
66LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9- LABEL org.opencontainers.image.version="1.32 .0"
9+ LABEL org.opencontainers.image.version="1.33 .0"
1010
1111RUN set -ex \
1212 && savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
1515 && mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
1616 && mkdir -p /usr/src/unit \
1717 && cd /usr/src/unit \
18- && git clone --depth 1 -b 1.32 .0-1 https://github.com/nginx/unit \
18+ && git clone --depth 1 -b 1.33 .0-1 https://github.com/nginx/unit \
1919 && cd unit \
2020 && NCPU="$(getconf _NPROCESSORS_ONLN)" \
2121 && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
Original file line number Diff line number Diff line change 1- FROM node:21-bullseye
1+ FROM node:22-bookworm
22
3- LABEL org.opencontainers.image.title="Unit (node21 )"
3+ LABEL org.opencontainers.image.title="Unit (node22 )"
44LABEL org.opencontainers.image.description="Official build of Unit for Docker."
55LABEL org.opencontainers.image.url="https://unit.nginx.org"
66LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9- LABEL org.opencontainers.image.version="1.32 .0"
9+ LABEL org.opencontainers.image.version="1.33 .0"
1010
1111RUN set -ex \
1212 && savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
1515 && mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
1616 && mkdir -p /usr/src/unit \
1717 && cd /usr/src/unit \
18- && git clone --depth 1 -b 1.32 .0-1 https://github.com/nginx/unit \
18+ && git clone --depth 1 -b 1.33 .0-1 https://github.com/nginx/unit \
1919 && cd unit \
2020 && NCPU="$(getconf _NPROCESSORS_ONLN)" \
2121 && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
Original file line number Diff line number Diff line change 1- FROM perl:5.38-bullseye
1+ FROM perl:5.38-bookworm
22
33LABEL org.opencontainers.image.title="Unit (perl5.38)"
44LABEL org.opencontainers.image.description="Official build of Unit for Docker."
55LABEL org.opencontainers.image.url="https://unit.nginx.org"
66LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9- LABEL org.opencontainers.image.version="1.32 .0"
9+ LABEL org.opencontainers.image.version="1.33 .0"
1010
1111RUN set -ex \
1212 && savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
1515 && mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
1616 && mkdir -p /usr/src/unit \
1717 && cd /usr/src/unit \
18- && git clone --depth 1 -b 1.32 .0-1 https://github.com/nginx/unit \
18+ && git clone --depth 1 -b 1.33 .0-1 https://github.com/nginx/unit \
1919 && cd unit \
2020 && NCPU="$(getconf _NPROCESSORS_ONLN)" \
2121 && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
Original file line number Diff line number Diff line change 1- FROM perl:5.36-bullseye
1+ FROM perl:5.40-bookworm
22
3- LABEL org.opencontainers.image.title="Unit (perl5.36 )"
3+ LABEL org.opencontainers.image.title="Unit (perl5.40 )"
44LABEL org.opencontainers.image.description="Official build of Unit for Docker."
55LABEL org.opencontainers.image.url="https://unit.nginx.org"
66LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9- LABEL org.opencontainers.image.version="1.32 .0"
9+ LABEL org.opencontainers.image.version="1.33 .0"
1010
1111RUN set -ex \
1212 && savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
1515 && mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
1616 && mkdir -p /usr/src/unit \
1717 && cd /usr/src/unit \
18- && git clone --depth 1 -b 1.32 .0-1 https://github.com/nginx/unit \
18+ && git clone --depth 1 -b 1.33 .0-1 https://github.com/nginx/unit \
1919 && cd unit \
2020 && NCPU="$(getconf _NPROCESSORS_ONLN)" \
2121 && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
Original file line number Diff line number Diff line change 1- FROM php:8.2-cli-bullseye
1+ FROM php:8.2-cli-bookworm
22
33LABEL org.opencontainers.image.title="Unit (php8.2)"
44LABEL org.opencontainers.image.description="Official build of Unit for Docker."
55LABEL org.opencontainers.image.url="https://unit.nginx.org"
66LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9- LABEL org.opencontainers.image.version="1.32 .0"
9+ LABEL org.opencontainers.image.version="1.33 .0"
1010
1111RUN set -ex \
1212 && savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
1515 && mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
1616 && mkdir -p /usr/src/unit \
1717 && cd /usr/src/unit \
18- && git clone --depth 1 -b 1.32 .0-1 https://github.com/nginx/unit \
18+ && git clone --depth 1 -b 1.33 .0-1 https://github.com/nginx/unit \
1919 && cd unit \
2020 && NCPU="$(getconf _NPROCESSORS_ONLN)" \
2121 && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
Original file line number Diff line number Diff line change 1- FROM php:8.3-cli-bullseye
1+ FROM php:8.3-cli-bookworm
22
33LABEL org.opencontainers.image.title="Unit (php8.3)"
44LABEL org.opencontainers.image.description="Official build of Unit for Docker."
55LABEL org.opencontainers.image.url="https://unit.nginx.org"
66LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9- LABEL org.opencontainers.image.version="1.32 .0"
9+ LABEL org.opencontainers.image.version="1.33 .0"
1010
1111RUN set -ex \
1212 && savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
1515 && mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
1616 && mkdir -p /usr/src/unit \
1717 && cd /usr/src/unit \
18- && git clone --depth 1 -b 1.32 .0-1 https://github.com/nginx/unit \
18+ && git clone --depth 1 -b 1.33 .0-1 https://github.com/nginx/unit \
1919 && cd unit \
2020 && NCPU="$(getconf _NPROCESSORS_ONLN)" \
2121 && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
You can’t perform that action at this time.
0 commit comments