From 77af84e10cdc7f56ccfeba8e467621b0227bba90 Mon Sep 17 00:00:00 2001 From: Joseph Soto Date: Mon, 6 May 2024 14:13:55 -0700 Subject: [PATCH] Add Node 22.1.0 (#25) This PR makes the following changes: - Adds node `22.1.0` to the list of available node options Ref to issue #24 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- README.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a1d646..a4d9fee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: # NOTE: These versions must be kept in sync with the release.yml - version: ["18.19.1", "20.11.1"] + version: ["18.19.1", "20.11.1", "22.1.0"] runs-on: ubuntu-latest steps: - diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66313a1..fd123bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: # NOTE: These versions must be kept in sync with the build.yml - version: ["18.19.1", "20.11.1"] + version: ["18.19.1", "20.11.1", "22.1.0"] runs-on: ubuntu-latest steps: - diff --git a/README.md b/README.md index edfa6e4..782632e 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,13 @@ This project builds the Terascope base images [used by Teraslice](https://github With the terafoundation connectors builtin: +- `terascope/node-base:22.1.0` - `terascope/node-base:20.11.1` - `terascope/node-base:18.19.1` Without: (this will save the image size by roughly 200MB) +- `terascope/node-base:22.1.0-core` - `terascope/node-base:20.11.1-core` - `terascope/node-base:18.19.1-core`