Skip to content

Commit a8f0bfb

Browse files
committed
Adding a "v2" of thecodingmacine/nodejs
New features: - migrated to Debian bullseye - the image names are now suffixed with the distro version to make room for other base images - droped support for unsupported NodeJS versions
1 parent b79fccb commit a8f0bfb

19 files changed

+52
-1565
lines changed

.github/workflows/workflow.yml

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,12 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18-
- variant: '6'
19-
- variant: '8'
20-
- variant: '10'
21-
- variant: '12'
22-
- variant: '14'
23-
- variant: '16'
24-
- variant: '18'
25-
- variant: '6-apache'
26-
- variant: '8-apache'
27-
- variant: '10-apache'
28-
- variant: '12-apache'
29-
- variant: '14-apache'
30-
- variant: '16-apache'
31-
- variant: '18-apache'
18+
- variant: '14-bullseye'
19+
- variant: '16-bullseye'
20+
- variant: '18-bullseye'
21+
- variant: '14-apache-bullseye'
22+
- variant: '16-apache-bullseye'
23+
- variant: '18-apache-bullseye'
3224
runs-on: ubuntu-latest
3325
steps:
3426
- name: Set up QEMU
@@ -47,5 +39,5 @@ jobs:
4739
env:
4840
EVENT_NAME: ${{ github.event_name }}
4941
run: |
50-
BRANCH="master" VARIANT="${{ matrix.variant }}" ./build-and-test.sh
42+
TAG="v2-${{ matrix.variant }}" VARIANT="${{ matrix.variant }}" ./build-and-test.sh
5143
docker images | grep thecodingmachine/nodejs

Dockerfile.10

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)