Skip to content

Commit 12c6db2

Browse files
authored
feat!: remove Node.js 18 as it reached EOL
1 parent 515af15 commit 12c6db2

File tree

5 files changed

+4
-17
lines changed

5 files changed

+4
-17
lines changed

.github/workflows/buildx.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
docker-file:
18-
- path: 18
19-
tags: "18 hydrogen"
20-
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7,linux/arm/v6
2118
- path: 20
2219
tags: "20 iron latest"
2320
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7,linux/arm/v6

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node-version: [18, 20, 22]
16+
node-version: [20, 22]
1717

1818
steps:
1919
- uses: actions/checkout@v4.2.2

.github/workflows/hadolint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414

1515
- run: brew install hadolint
1616

17-
- run: hadolint {18,20,22}/Dockerfile
17+
- run: hadolint {20,22}/Dockerfile

18/Dockerfile

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
[![buildx Status](https://github.com/timbru31/docker-node-alpine-git/workflows/buildx/badge.svg)](https://github.com/timbru31/docker-node-alpine-git/actions?query=workflow%3Abuildx)
55
[![Lint Dockerfiles](https://github.com/timbru31/docker-node-alpine-git/workflows/Lint%20Dockerfiles/badge.svg)](https://github.com/timbru31/docker-node-alpine-git/actions?query=workflow%3A%22Lint+Dockerfiles%22)
66

7-
A minimal Dockerfile based on Node.js 18 LTS (Hydrogen), Node.js 20 LTS (Iron) or Node.js 22 LTS (Jod) alpine with Git and ssh installed.
7+
A minimal Dockerfile based on Node.js 20 LTS (Iron) or Node.js 22 LTS (Jod) alpine with Git and ssh installed.
88

99
## What's included
1010

11-
- Node.js 18 LTS (Hydrogen), Node.js 20 LTS (Iron) or Node.js 22 LTS (Jod)
11+
- Node.js 20 LTS (Iron) or Node.js 22 LTS (Jod)
1212
- npm 10
1313
- yarn
1414
- Git

0 commit comments

Comments
 (0)