Skip to content

Commit 74804a1

Browse files
committed
add: node 24 & 24-nginx
1 parent a01786a commit 74804a1

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the base image
2-
FROM kooldev/node:22
2+
FROM kooldev/node:24
33

44
RUN apk add --no-cache nginx
55

File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Minimal [Node](https://nodejs.org/en/) Docker image. It's use is intended for [k
1414

1515
- [22](https://github.com/kool-dev/docker-node/blob/master/22/Dockerfile)
1616

17-
### 22-nginx
18-
19-
- [22-nginx](https://github.com/kool-dev/docker-node/blob/master/22-nginx/Dockerfile)
20-
2117
### 24
2218

2319
- [24](https://github.com/kool-dev/docker-node/blob/master/24/Dockerfile)
2420

21+
### 22-nginx
22+
23+
- [24-nginx](https://github.com/kool-dev/docker-node/blob/master/24-nginx/Dockerfile)
24+
2525
### Legacy tags
2626

2727
The following images have been discontinued, but still exist on Hub Docker in case you need them. We strongly advise moving to the newer versions.
@@ -35,10 +35,10 @@ The following images have been discontinued, but still exist on Hub Docker in ca
3535

3636
## Environment Variables
3737

38-
Variable | Default Value | Description
39-
--- | --- | ---
40-
**ASUSER** | `0` | Changes the user id that executes the commands
41-
**UID** | `0` | Changes the user id that executes the commands **(ignored if ASUSER is provided)**
38+
| Variable | Default Value | Description |
39+
| ---------- | ------------- | ---------------------------------------------------------------------------------- |
40+
| **ASUSER** | `0` | Changes the user id that executes the commands |
41+
| **UID** | `0` | Changes the user id that executes the commands **(ignored if ASUSER is provided)** |
4242

4343
## Usage
4444

@@ -60,7 +60,7 @@ With `docker-compose.yml`:
6060
app:
6161
image: kooldev/node:22
6262
environment:
63-
ASUSER: "${$UID}"
63+
ASUSER: '${$UID}'
6464
```
6565
6666
## Contributing

kool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ scripts:
55
- kool run template
66
- docker build --pull -t kooldev/node:20 20
77
- docker build --pull -t kooldev/node:22 22
8-
- docker build --pull -t kooldev/node:22-nginx 22-nginx
98
- docker build --pull -t kooldev/node:24 24
9+
- docker build --pull -t kooldev/node:24-nginx 24-nginx

0 commit comments

Comments
 (0)