Skip to content

Commit 8cd4125

Browse files
committed
Adding support for Node 22
1 parent 4535ccd commit 8cd4125

23 files changed

+745
-17
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,22 @@ jobs:
1919
- variant: '16-bullseye'
2020
- variant: '18-bullseye'
2121
- variant: '20-bullseye'
22+
- variant: '22-bullseye'
2223
- variant: '14-apache-bullseye'
2324
- variant: '16-apache-bullseye'
2425
- variant: '18-apache-bullseye'
2526
- variant: '20-apache-bullseye'
27+
- variant: '22-apache-bullseye'
2628
- variant: '14-bullseye-build'
2729
- variant: '16-bullseye-build'
2830
- variant: '18-bullseye-build'
2931
- variant: '20-bullseye-build'
32+
- variant: '22-bullseye-build'
3033
- variant: '14-apache-bullseye-build'
3134
- variant: '16-apache-bullseye-build'
3235
- variant: '18-apache-bullseye-build'
3336
- variant: '20-apache-bullseye-build'
37+
- variant: '22-apache-bullseye-build'
3438
runs-on: ubuntu-latest
3539
steps:
3640
- name: Set up QEMU

Dockerfile.14-apache-bullseye

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.blueprint)
21
FROM debian:bullseye-slim
32

43
LABEL authors="Julien Neuhart <[email protected]>, David Négrier <[email protected]>"

Dockerfile.14-apache-bullseye-build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.blueprint)
21
FROM debian:bullseye-slim
32

43
LABEL authors="Julien Neuhart <[email protected]>, David Négrier <[email protected]>"

Dockerfile.14-bullseye

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.blueprint)
21
FROM debian:bullseye-slim
32

43
LABEL authors="Julien Neuhart <[email protected]>, David Négrier <[email protected]>"

Dockerfile.14-bullseye-build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.blueprint)
21
FROM debian:bullseye-slim
32

43
LABEL authors="Julien Neuhart <[email protected]>, David Négrier <[email protected]>"

Dockerfile.16-apache-bullseye

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.blueprint)
21
FROM debian:bullseye-slim
32

43
LABEL authors="Julien Neuhart <[email protected]>, David Négrier <[email protected]>"

Dockerfile.16-apache-bullseye-build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.blueprint)
21
FROM debian:bullseye-slim
32

43
LABEL authors="Julien Neuhart <[email protected]>, David Négrier <[email protected]>"

Dockerfile.16-bullseye

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.blueprint)
21
FROM debian:bullseye-slim
32

43
LABEL authors="Julien Neuhart <[email protected]>, David Négrier <[email protected]>"

Dockerfile.16-bullseye-build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.blueprint)
21
FROM debian:bullseye-slim
32

43
LABEL authors="Julien Neuhart <[email protected]>, David Négrier <[email protected]>"

Dockerfile.18-apache-bullseye

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.blueprint)
21
FROM debian:bullseye-slim
32

43
LABEL authors="Julien Neuhart <[email protected]>, David Négrier <[email protected]>"

0 commit comments

Comments
 (0)