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
2
2
3
3
LABEL org.opencontainers.image.title="Unit (go1.22)"
4
4
LABEL org.opencontainers.image.description="Official build of Unit for Docker."
5
5
LABEL org.opencontainers.image.url="https://unit.nginx.org"
6
6
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
7
7
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
8
8
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <
[email protected] >"
9
- LABEL org.opencontainers.image.version="1.32 .0"
9
+ LABEL org.opencontainers.image.version="1.33 .0"
10
10
11
11
RUN set -ex \
12
12
&& savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
15
15
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
16
16
&& mkdir -p /usr/src/unit \
17
17
&& 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 \
19
19
&& cd unit \
20
20
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
21
21
&& 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
2
2
3
- LABEL org.opencontainers.image.title="Unit (go1.21 )"
3
+ LABEL org.opencontainers.image.title="Unit (go1.23 )"
4
4
LABEL org.opencontainers.image.description="Official build of Unit for Docker."
5
5
LABEL org.opencontainers.image.url="https://unit.nginx.org"
6
6
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
7
7
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
8
8
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <
[email protected] >"
9
- LABEL org.opencontainers.image.version="1.32 .0"
9
+ LABEL org.opencontainers.image.version="1.33 .0"
10
10
11
11
RUN set -ex \
12
12
&& savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
15
15
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
16
16
&& mkdir -p /usr/src/unit \
17
17
&& 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 \
19
19
&& cd unit \
20
20
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
21
21
&& 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"
6
6
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
7
7
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
8
8
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <
[email protected] >"
9
- LABEL org.opencontainers.image.version="1.32 .0"
9
+ LABEL org.opencontainers.image.version="1.33 .0"
10
10
11
11
RUN set -ex \
12
12
&& savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
15
15
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
16
16
&& mkdir -p /usr/src/unit \
17
17
&& 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 \
19
19
&& cd unit \
20
20
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
21
21
&& 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
2
2
3
3
LABEL org.opencontainers.image.title="Unit (minimal)"
4
4
LABEL org.opencontainers.image.description="Official build of Unit for Docker."
5
5
LABEL org.opencontainers.image.url="https://unit.nginx.org"
6
6
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
7
7
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
8
8
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <
[email protected] >"
9
- LABEL org.opencontainers.image.version="1.32 .0"
9
+ LABEL org.opencontainers.image.version="1.33 .0"
10
10
11
11
RUN set -ex \
12
12
&& savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
15
15
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
16
16
&& mkdir -p /usr/src/unit \
17
17
&& 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 \
19
19
&& cd unit \
20
20
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
21
21
&& 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
2
2
3
3
LABEL org.opencontainers.image.title="Unit (node20)"
4
4
LABEL org.opencontainers.image.description="Official build of Unit for Docker."
5
5
LABEL org.opencontainers.image.url="https://unit.nginx.org"
6
6
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
7
7
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
8
8
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <
[email protected] >"
9
- LABEL org.opencontainers.image.version="1.32 .0"
9
+ LABEL org.opencontainers.image.version="1.33 .0"
10
10
11
11
RUN set -ex \
12
12
&& savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
15
15
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
16
16
&& mkdir -p /usr/src/unit \
17
17
&& 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 \
19
19
&& cd unit \
20
20
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
21
21
&& 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
2
2
3
- LABEL org.opencontainers.image.title="Unit (node21 )"
3
+ LABEL org.opencontainers.image.title="Unit (node22 )"
4
4
LABEL org.opencontainers.image.description="Official build of Unit for Docker."
5
5
LABEL org.opencontainers.image.url="https://unit.nginx.org"
6
6
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
7
7
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
8
8
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <
[email protected] >"
9
- LABEL org.opencontainers.image.version="1.32 .0"
9
+ LABEL org.opencontainers.image.version="1.33 .0"
10
10
11
11
RUN set -ex \
12
12
&& savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
15
15
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
16
16
&& mkdir -p /usr/src/unit \
17
17
&& 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 \
19
19
&& cd unit \
20
20
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
21
21
&& 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
2
2
3
3
LABEL org.opencontainers.image.title="Unit (perl5.38)"
4
4
LABEL org.opencontainers.image.description="Official build of Unit for Docker."
5
5
LABEL org.opencontainers.image.url="https://unit.nginx.org"
6
6
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
7
7
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
8
8
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <
[email protected] >"
9
- LABEL org.opencontainers.image.version="1.32 .0"
9
+ LABEL org.opencontainers.image.version="1.33 .0"
10
10
11
11
RUN set -ex \
12
12
&& savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
15
15
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
16
16
&& mkdir -p /usr/src/unit \
17
17
&& 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 \
19
19
&& cd unit \
20
20
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
21
21
&& 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
2
2
3
- LABEL org.opencontainers.image.title="Unit (perl5.36 )"
3
+ LABEL org.opencontainers.image.title="Unit (perl5.40 )"
4
4
LABEL org.opencontainers.image.description="Official build of Unit for Docker."
5
5
LABEL org.opencontainers.image.url="https://unit.nginx.org"
6
6
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
7
7
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
8
8
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <
[email protected] >"
9
- LABEL org.opencontainers.image.version="1.32 .0"
9
+ LABEL org.opencontainers.image.version="1.33 .0"
10
10
11
11
RUN set -ex \
12
12
&& savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
15
15
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
16
16
&& mkdir -p /usr/src/unit \
17
17
&& 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 \
19
19
&& cd unit \
20
20
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
21
21
&& 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
2
2
3
3
LABEL org.opencontainers.image.title="Unit (php8.2)"
4
4
LABEL org.opencontainers.image.description="Official build of Unit for Docker."
5
5
LABEL org.opencontainers.image.url="https://unit.nginx.org"
6
6
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
7
7
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
8
8
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <
[email protected] >"
9
- LABEL org.opencontainers.image.version="1.32 .0"
9
+ LABEL org.opencontainers.image.version="1.33 .0"
10
10
11
11
RUN set -ex \
12
12
&& savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
15
15
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
16
16
&& mkdir -p /usr/src/unit \
17
17
&& 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 \
19
19
&& cd unit \
20
20
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
21
21
&& 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
2
2
3
3
LABEL org.opencontainers.image.title="Unit (php8.3)"
4
4
LABEL org.opencontainers.image.description="Official build of Unit for Docker."
5
5
LABEL org.opencontainers.image.url="https://unit.nginx.org"
6
6
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
7
7
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
8
8
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <
[email protected] >"
9
- LABEL org.opencontainers.image.version="1.32 .0"
9
+ LABEL org.opencontainers.image.version="1.33 .0"
10
10
11
11
RUN set -ex \
12
12
&& savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
15
15
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
16
16
&& mkdir -p /usr/src/unit \
17
17
&& 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 \
19
19
&& cd unit \
20
20
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
21
21
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
You can’t perform that action at this time.
0 commit comments