Skip to content

Commit

Permalink
feat: make Node.js v18 images legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Sep 16, 2024
1 parent 35672d0 commit 2e6b726
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: true
matrix:
OS: ["debian-bullseye", "debian-bookworm", "fedora-40"]
NODE_VERSION: ["18", "20", "22"]
NODE_VERSION: ["20", "22"]
VARIANT: ["", "-nightly"]
env:
DOCKER_ARTIFACT_PATH: ./build/${{ matrix.OS }}-${{ matrix.NODE_VERSION }}${{ matrix.VARIANT }}.tar
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
fail-fast: true
matrix:
OS: ["debian-bullseye", "debian-bookworm", "fedora-40"]
NODE_VERSION: ["18", "20", "22"]
NODE_VERSION: ["20", "22"]
VARIANT: ["", "-nightly"]
env:
DOCKER_ARTIFACT_PATH: ./build/${{ matrix.OS }}-${{ matrix.NODE_VERSION }}${{ matrix.VARIANT }}.tar
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
fail-fast: true
matrix:
OS: ["debian-bullseye", "debian-bookworm", "fedora-40"]
NODE_VERSION: ["18", "20", "22"]
NODE_VERSION: ["20", "22"]
VARIANT: ["", "-nightly"]
env:
DOCKER_ARTIFACT_PATH: ./build/${{ matrix.OS }}-${{ matrix.NODE_VERSION }}${{ matrix.VARIANT }}.tar
Expand Down
22 changes: 4 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ Images are automatically updated on a daily basis.
- [`debian-bookworm-20-nightly`](https://github.com/ivangabriele/docker-tauri/blob/main/dockerfiles/debian-bookworm-20-nightly.Dockerfile)
- Base: [`rust:1-bookworm`](https://hub.docker.com/_/rust)
- Debian v12 ("bookworm") + Rust v1 (nightly) + Node v20
- [`debian-bookworm-18`](https://github.com/ivangabriele/docker-tauri/blob/main/dockerfiles/debian-bookworm-18.Dockerfile)
- Base: [`rust:1-bookworm`](https://hub.docker.com/_/rust)
- Debian v12 ("bookworm") + Rust v1 + Node v18
- [`debian-bookworm-18-nightly`](https://github.com/ivangabriele/docker-tauri/blob/main/dockerfiles/debian-bookworm-18-nightly.Dockerfile)
- Base: [`rust:1-bookworm`](https://hub.docker.com/_/rust)
- Debian v12 ("bookworm") + Rust v1 (nightly) + Node v18

### Debian v11 ("bullseye")

Expand All @@ -82,12 +76,6 @@ Images are automatically updated on a daily basis.
- [`debian-bullseye-20-nightly`](https://github.com/ivangabriele/docker-tauri/blob/main/dockerfiles/debian-bullseye-20-nightly.Dockerfile)
- Base: [`rust:1-bullseye`](https://hub.docker.com/_/rust)
- Debian v11 ("bullseye") + Rust v1 (nightly) + Node v20
- [`debian-bullseye-18`](https://github.com/ivangabriele/docker-tauri/blob/main/dockerfiles/debian-bullseye-18.Dockerfile)
- Base: [`rust:1-bullseye`](https://hub.docker.com/_/rust)
- Debian v11 ("bullseye") + Rust v1 + Node v18
- [`debian-bullseye-18-nightly`](https://github.com/ivangabriele/docker-tauri/blob/main/dockerfiles/debian-bullseye-18-nightly.Dockerfile)
- Base: [`rust:1-bullseye`](https://hub.docker.com/_/rust)
- Debian v11 ("bullseye") + Rust v1 (nightly) + Node v18

### Fedora v40

Expand All @@ -106,17 +94,15 @@ Images are automatically updated on a daily basis.
- [`fedora-40-nightly`](https://github.com/ivangabriele/docker-tauri/blob/main/dockerfiles/fedora-40-nightly.Dockerfile)
- Base: [`fedora:40`](https://hub.docker.com/_/fedora)
- Debian v12 ("bookworm") + Rust v1 (nightly) + Node v20
- [`fedora-40`](https://github.com/ivangabriele/docker-tauri/blob/main/dockerfiles/fedora-40.Dockerfile)
- Base: [`fedora:40`](https://hub.docker.com/_/fedora)
- Debian v12 ("bookworm") + Rust v1 + Node v18
- [`fedora-40-nightly`](https://github.com/ivangabriele/docker-tauri/blob/main/dockerfiles/fedora-40-nightly.Dockerfile)
- Base: [`fedora:40`](https://hub.docker.com/_/fedora)
- Debian v12 ("bookworm") + Rust v1 (nightly) + Node v18

### Legacy tags

These tags exist but their image is not updated anymore.

- [`debian-bookworm-18`](https://github.com/ivangabriele/docker-tauri/blob/main/dockerfiles/debian-bookworm-18.Dockerfile)
- [`debian-bookworm-18-nightly`](https://github.com/ivangabriele/docker-tauri/blob/main/dockerfiles/debian-bookworm-18-nightly.Dockerfile)
- [`debian-bullseye-18`](https://github.com/ivangabriele/docker-tauri/blob/main/dockerfiles/debian-bullseye-18.Dockerfile)
- [`debian-bullseye-18-nightly`](https://github.com/ivangabriele/docker-tauri/blob/main/dockerfiles/debian-bullseye-18-nightly.Dockerfile)
- [`fedora-37-20`](https://github.com/ivangabriele/docker-tauri/blob/main/dockerfiles/fedora-37-20.Dockerfile)
- [`fedora-37-20-nightly`](https://github.com/ivangabriele/docker-tauri/blob/main/dockerfiles/fedora-37-20-nightly.Dockerfile)
- [`fedora-37-18`](https://github.com/ivangabriele/docker-tauri/blob/main/dockerfiles/fedora-37-18.Dockerfile)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2e6b726

Please sign in to comment.