Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 60bb8c4

Browse files
committed
pkg/docker: Update dockerfiles for 1.34.2
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
1 parent 3890466 commit 60bb8c4

17 files changed

+34
-34
lines changed

pkg/docker/Dockerfile.go1.22

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9-
LABEL org.opencontainers.image.version="1.34.1"
9+
LABEL org.opencontainers.image.version="1.34.2"
1010

1111
RUN set -ex \
1212
&& savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
3535
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
3636
&& mkdir -p /usr/src/unit \
3737
&& cd /usr/src/unit \
38-
&& git clone --depth 1 -b 1.34.1-1 https://github.com/nginx/unit \
38+
&& git clone --depth 1 -b 1.34.2-1 https://github.com/nginx/unit \
3939
&& cd unit \
4040
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
4141
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \

pkg/docker/Dockerfile.go1.23

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9-
LABEL org.opencontainers.image.version="1.34.1"
9+
LABEL org.opencontainers.image.version="1.34.2"
1010

1111
RUN set -ex \
1212
&& savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
3535
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
3636
&& mkdir -p /usr/src/unit \
3737
&& cd /usr/src/unit \
38-
&& git clone --depth 1 -b 1.34.1-1 https://github.com/nginx/unit \
38+
&& git clone --depth 1 -b 1.34.2-1 https://github.com/nginx/unit \
3939
&& cd unit \
4040
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
4141
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \

pkg/docker/Dockerfile.jsc11

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9-
LABEL org.opencontainers.image.version="1.34.1"
9+
LABEL org.opencontainers.image.version="1.34.2"
1010

1111
RUN set -ex \
1212
&& savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
3535
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
3636
&& mkdir -p /usr/src/unit \
3737
&& cd /usr/src/unit \
38-
&& git clone --depth 1 -b 1.34.1-1 https://github.com/nginx/unit \
38+
&& git clone --depth 1 -b 1.34.2-1 https://github.com/nginx/unit \
3939
&& cd unit \
4040
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
4141
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \

pkg/docker/Dockerfile.minimal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9-
LABEL org.opencontainers.image.version="1.34.1"
9+
LABEL org.opencontainers.image.version="1.34.2"
1010

1111
RUN set -ex \
1212
&& savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
3535
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
3636
&& mkdir -p /usr/src/unit \
3737
&& cd /usr/src/unit \
38-
&& git clone --depth 1 -b 1.34.1-1 https://github.com/nginx/unit \
38+
&& git clone --depth 1 -b 1.34.2-1 https://github.com/nginx/unit \
3939
&& cd unit \
4040
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
4141
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \

pkg/docker/Dockerfile.node20

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9-
LABEL org.opencontainers.image.version="1.34.1"
9+
LABEL org.opencontainers.image.version="1.34.2"
1010

1111
RUN set -ex \
1212
&& savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
3535
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
3636
&& mkdir -p /usr/src/unit \
3737
&& cd /usr/src/unit \
38-
&& git clone --depth 1 -b 1.34.1-1 https://github.com/nginx/unit \
38+
&& git clone --depth 1 -b 1.34.2-1 https://github.com/nginx/unit \
3939
&& cd unit \
4040
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
4141
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \

pkg/docker/Dockerfile.node22

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9-
LABEL org.opencontainers.image.version="1.34.1"
9+
LABEL org.opencontainers.image.version="1.34.2"
1010

1111
RUN set -ex \
1212
&& savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
3535
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
3636
&& mkdir -p /usr/src/unit \
3737
&& cd /usr/src/unit \
38-
&& git clone --depth 1 -b 1.34.1-1 https://github.com/nginx/unit \
38+
&& git clone --depth 1 -b 1.34.2-1 https://github.com/nginx/unit \
3939
&& cd unit \
4040
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
4141
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \

pkg/docker/Dockerfile.perl5.38

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9-
LABEL org.opencontainers.image.version="1.34.1"
9+
LABEL org.opencontainers.image.version="1.34.2"
1010

1111
RUN set -ex \
1212
&& savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
3535
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
3636
&& mkdir -p /usr/src/unit \
3737
&& cd /usr/src/unit \
38-
&& git clone --depth 1 -b 1.34.1-1 https://github.com/nginx/unit \
38+
&& git clone --depth 1 -b 1.34.2-1 https://github.com/nginx/unit \
3939
&& cd unit \
4040
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
4141
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \

pkg/docker/Dockerfile.perl5.40

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9-
LABEL org.opencontainers.image.version="1.34.1"
9+
LABEL org.opencontainers.image.version="1.34.2"
1010

1111
RUN set -ex \
1212
&& savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
3535
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
3636
&& mkdir -p /usr/src/unit \
3737
&& cd /usr/src/unit \
38-
&& git clone --depth 1 -b 1.34.1-1 https://github.com/nginx/unit \
38+
&& git clone --depth 1 -b 1.34.2-1 https://github.com/nginx/unit \
3939
&& cd unit \
4040
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
4141
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \

pkg/docker/Dockerfile.php8.3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9-
LABEL org.opencontainers.image.version="1.34.1"
9+
LABEL org.opencontainers.image.version="1.34.2"
1010

1111
RUN set -ex \
1212
&& savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
3535
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
3636
&& mkdir -p /usr/src/unit \
3737
&& cd /usr/src/unit \
38-
&& git clone --depth 1 -b 1.34.1-1 https://github.com/nginx/unit \
38+
&& git clone --depth 1 -b 1.34.2-1 https://github.com/nginx/unit \
3939
&& cd unit \
4040
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
4141
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \

pkg/docker/Dockerfile.php8.4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9-
LABEL org.opencontainers.image.version="1.34.1"
9+
LABEL org.opencontainers.image.version="1.34.2"
1010

1111
RUN set -ex \
1212
&& savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
3535
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
3636
&& mkdir -p /usr/src/unit \
3737
&& cd /usr/src/unit \
38-
&& git clone --depth 1 -b 1.34.1-1 https://github.com/nginx/unit \
38+
&& git clone --depth 1 -b 1.34.2-1 https://github.com/nginx/unit \
3939
&& cd unit \
4040
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
4141
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \

0 commit comments

Comments
 (0)