mirror of
https://github.com/nikolaik/docker-python-nodejs.git
synced 2025-09-05 23:27:57 +03:00
🗃 Updated python/node versions [skip ci]
This commit is contained in:
20
README.md
20
README.md
@@ -3,7 +3,7 @@
|
||||
[](https://hub.docker.com/r/nikolaik/python-nodejs/)
|
||||
[](https://circleci.com/gh/nikolaik/docker-python-nodejs)
|
||||
|
||||
Last updated by bot: 2025-08-15
|
||||
Last updated by bot: 2025-08-16
|
||||
|
||||
The `latest` tag is currently:
|
||||
|
||||
@@ -24,18 +24,18 @@ To use a specific combination of Python and Node.js see the following table of a
|
||||
|
||||
Tag | Python version | Node.js version | Distro
|
||||
--- | --- | --- | ---
|
||||
`python3.13-nodejs24` | 3.13.6 | 24.6.0 | bookworm
|
||||
`python3.13-nodejs24` | 3.13.7 | 24.6.0 | bookworm
|
||||
`python3.13-nodejs24-slim` | 3.13.7 | 24.6.0 | slim
|
||||
`python3.13-nodejs24-alpine` | 3.13.7 | 24.6.0 | alpine
|
||||
`python3.13-nodejs22` | 3.13.7 | 22.18.0 | bookworm
|
||||
`python3.13-nodejs22-slim` | 3.13.7 | 22.18.0 | slim
|
||||
`python3.13-nodejs22-alpine` | 3.13.7 | 22.18.0 | alpine
|
||||
`python3.13-nodejs20` | 3.13.7 | 20.19.4 | bookworm
|
||||
`python3.13-nodejs20-slim` | 3.13.7 | 20.19.4 | slim
|
||||
`python3.13-nodejs20-alpine` | 3.13.7 | 20.19.4 | alpine
|
||||
`python3.13-nodejs24-bullseye` | 3.13.6 | 24.6.0 | bullseye
|
||||
`python3.13-nodejs24-slim` | 3.13.6 | 24.6.0 | slim
|
||||
`python3.13-nodejs24-alpine` | 3.13.6 | 24.6.0 | alpine
|
||||
`python3.13-nodejs22` | 3.13.6 | 22.18.0 | bookworm
|
||||
`python3.13-nodejs22-bullseye` | 3.13.6 | 22.18.0 | bullseye
|
||||
`python3.13-nodejs22-slim` | 3.13.6 | 22.18.0 | slim
|
||||
`python3.13-nodejs22-alpine` | 3.13.6 | 22.18.0 | alpine
|
||||
`python3.13-nodejs20` | 3.13.6 | 20.19.4 | bookworm
|
||||
`python3.13-nodejs20-bullseye` | 3.13.6 | 20.19.4 | bullseye
|
||||
`python3.13-nodejs20-slim` | 3.13.6 | 20.19.4 | slim
|
||||
`python3.13-nodejs20-alpine` | 3.13.6 | 20.19.4 | alpine
|
||||
`python3.12-nodejs24` | 3.12.11 | 24.6.0 | bookworm
|
||||
`python3.12-nodejs24-bullseye` | 3.12.11 | 24.6.0 | bullseye
|
||||
`python3.12-nodejs24-slim` | 3.12.11 | 24.6.0 | slim
|
||||
|
||||
168
versions.json
168
versions.json
@@ -3,8 +3,8 @@
|
||||
{
|
||||
"key": "python3.13-nodejs24",
|
||||
"python": "3.13",
|
||||
"python_canonical": "3.13.6",
|
||||
"python_image": "3.13.6-bookworm",
|
||||
"python_canonical": "3.13.7",
|
||||
"python_image": "3.13.7-bookworm",
|
||||
"nodejs": "24",
|
||||
"nodejs_canonical": "24.6.0",
|
||||
"distro": "bookworm",
|
||||
@@ -13,24 +13,11 @@
|
||||
"linux/arm64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "python3.13-nodejs24-bullseye",
|
||||
"python": "3.13",
|
||||
"python_canonical": "3.13.6",
|
||||
"python_image": "3.13.6-bullseye",
|
||||
"nodejs": "24",
|
||||
"nodejs_canonical": "24.6.0",
|
||||
"distro": "bullseye",
|
||||
"platforms": [
|
||||
"linux/amd64",
|
||||
"linux/arm64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "python3.13-nodejs24-slim",
|
||||
"python": "3.13",
|
||||
"python_canonical": "3.13.6",
|
||||
"python_image": "3.13.6-slim",
|
||||
"python_canonical": "3.13.7",
|
||||
"python_image": "3.13.7-slim",
|
||||
"nodejs": "24",
|
||||
"nodejs_canonical": "24.6.0",
|
||||
"distro": "slim",
|
||||
@@ -42,8 +29,8 @@
|
||||
{
|
||||
"key": "python3.13-nodejs24-alpine",
|
||||
"python": "3.13",
|
||||
"python_canonical": "3.13.6",
|
||||
"python_image": "3.13.6-alpine",
|
||||
"python_canonical": "3.13.7",
|
||||
"python_image": "3.13.7-alpine",
|
||||
"nodejs": "24",
|
||||
"nodejs_canonical": "24.6.0",
|
||||
"distro": "alpine",
|
||||
@@ -54,8 +41,8 @@
|
||||
{
|
||||
"key": "python3.13-nodejs22",
|
||||
"python": "3.13",
|
||||
"python_canonical": "3.13.6",
|
||||
"python_image": "3.13.6-bookworm",
|
||||
"python_canonical": "3.13.7",
|
||||
"python_image": "3.13.7-bookworm",
|
||||
"nodejs": "22",
|
||||
"nodejs_canonical": "22.18.0",
|
||||
"distro": "bookworm",
|
||||
@@ -64,6 +51,82 @@
|
||||
"linux/arm64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "python3.13-nodejs22-slim",
|
||||
"python": "3.13",
|
||||
"python_canonical": "3.13.7",
|
||||
"python_image": "3.13.7-slim",
|
||||
"nodejs": "22",
|
||||
"nodejs_canonical": "22.18.0",
|
||||
"distro": "slim",
|
||||
"platforms": [
|
||||
"linux/amd64",
|
||||
"linux/arm64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "python3.13-nodejs22-alpine",
|
||||
"python": "3.13",
|
||||
"python_canonical": "3.13.7",
|
||||
"python_image": "3.13.7-alpine",
|
||||
"nodejs": "22",
|
||||
"nodejs_canonical": "22.18.0",
|
||||
"distro": "alpine",
|
||||
"platforms": [
|
||||
"linux/amd64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "python3.13-nodejs20",
|
||||
"python": "3.13",
|
||||
"python_canonical": "3.13.7",
|
||||
"python_image": "3.13.7-bookworm",
|
||||
"nodejs": "20",
|
||||
"nodejs_canonical": "20.19.4",
|
||||
"distro": "bookworm",
|
||||
"platforms": [
|
||||
"linux/amd64",
|
||||
"linux/arm64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "python3.13-nodejs20-slim",
|
||||
"python": "3.13",
|
||||
"python_canonical": "3.13.7",
|
||||
"python_image": "3.13.7-slim",
|
||||
"nodejs": "20",
|
||||
"nodejs_canonical": "20.19.4",
|
||||
"distro": "slim",
|
||||
"platforms": [
|
||||
"linux/amd64",
|
||||
"linux/arm64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "python3.13-nodejs20-alpine",
|
||||
"python": "3.13",
|
||||
"python_canonical": "3.13.7",
|
||||
"python_image": "3.13.7-alpine",
|
||||
"nodejs": "20",
|
||||
"nodejs_canonical": "20.19.4",
|
||||
"distro": "alpine",
|
||||
"platforms": [
|
||||
"linux/amd64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "python3.13-nodejs24-bullseye",
|
||||
"python": "3.13",
|
||||
"python_canonical": "3.13.6",
|
||||
"python_image": "3.13.6-bullseye",
|
||||
"nodejs": "24",
|
||||
"nodejs_canonical": "24.6.0",
|
||||
"distro": "bullseye",
|
||||
"platforms": [
|
||||
"linux/amd64",
|
||||
"linux/arm64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "python3.13-nodejs22-bullseye",
|
||||
"python": "3.13",
|
||||
@@ -77,44 +140,6 @@
|
||||
"linux/arm64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "python3.13-nodejs22-slim",
|
||||
"python": "3.13",
|
||||
"python_canonical": "3.13.6",
|
||||
"python_image": "3.13.6-slim",
|
||||
"nodejs": "22",
|
||||
"nodejs_canonical": "22.18.0",
|
||||
"distro": "slim",
|
||||
"platforms": [
|
||||
"linux/amd64",
|
||||
"linux/arm64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "python3.13-nodejs22-alpine",
|
||||
"python": "3.13",
|
||||
"python_canonical": "3.13.6",
|
||||
"python_image": "3.13.6-alpine",
|
||||
"nodejs": "22",
|
||||
"nodejs_canonical": "22.18.0",
|
||||
"distro": "alpine",
|
||||
"platforms": [
|
||||
"linux/amd64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "python3.13-nodejs20",
|
||||
"python": "3.13",
|
||||
"python_canonical": "3.13.6",
|
||||
"python_image": "3.13.6-bookworm",
|
||||
"nodejs": "20",
|
||||
"nodejs_canonical": "20.19.4",
|
||||
"distro": "bookworm",
|
||||
"platforms": [
|
||||
"linux/amd64",
|
||||
"linux/arm64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "python3.13-nodejs20-bullseye",
|
||||
"python": "3.13",
|
||||
@@ -128,31 +153,6 @@
|
||||
"linux/arm64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "python3.13-nodejs20-slim",
|
||||
"python": "3.13",
|
||||
"python_canonical": "3.13.6",
|
||||
"python_image": "3.13.6-slim",
|
||||
"nodejs": "20",
|
||||
"nodejs_canonical": "20.19.4",
|
||||
"distro": "slim",
|
||||
"platforms": [
|
||||
"linux/amd64",
|
||||
"linux/arm64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "python3.13-nodejs20-alpine",
|
||||
"python": "3.13",
|
||||
"python_canonical": "3.13.6",
|
||||
"python_image": "3.13.6-alpine",
|
||||
"nodejs": "20",
|
||||
"nodejs_canonical": "20.19.4",
|
||||
"distro": "alpine",
|
||||
"platforms": [
|
||||
"linux/amd64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "python3.12-nodejs24",
|
||||
"python": "3.12",
|
||||
|
||||
Reference in New Issue
Block a user