Skip to content

Commit

Permalink
build: Drop Node 9 (nodejs#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and LaurentGoderre committed Nov 18, 2018
1 parent 19ef5a1 commit f591e49
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 303 deletions.
25 changes: 0 additions & 25 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,31 +148,6 @@ jobs:
- NODE_VERSION: "8"
- VARIANT: "stretch"

- stage: Build
env:
- NODE_VERSION: "9"
- VARIANT: "jessie"

- stage: Build
env:
- NODE_VERSION: "9"
- VARIANT: "alpine"

- stage: Build
env:
- NODE_VERSION: "9"
- VARIANT: "onbuild"

- stage: Build
env:
- NODE_VERSION: "9"
- VARIANT: "slim"

- stage: Build
env:
- NODE_VERSION: "9"
- VARIANT: "stretch"

- stage: Build
env:
- NODE_VERSION: "chakracore/10"
Expand Down
69 changes: 0 additions & 69 deletions 9/alpine/Dockerfile

This file was deleted.

63 changes: 0 additions & 63 deletions 9/jessie/Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions 9/onbuild/Dockerfile

This file was deleted.

68 changes: 0 additions & 68 deletions 9/slim/Dockerfile

This file was deleted.

63 changes: 0 additions & 63 deletions 9/stretch/Dockerfile

This file was deleted.

2 changes: 0 additions & 2 deletions generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ array_6='6 boron'
# shellcheck disable=SC2034
array_8='8 carbon'
# shellcheck disable=SC2034
array_9='9'
# shellcheck disable=SC2034
array_10='10 latest'
# shellcheck disable=SC2034
array_chakracore_8='chakracore-8'
Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function usage() {
Examples:
- update.sh # Update all images
- update.sh -s # Update all images, skip updating Alpine and Yarn
- update.sh 8,9 # Update version 8 and 9 and variants (default, slim, alpine etc.)
- update.sh 8,10 # Update version 8 and 10 and variants (default, slim, alpine etc.)
- update.sh -s 8 # Update version 8 and variants, skip updating Alpine and Yarn
- update.sh 8 slim,stretch # Update only slim and stretch variants for version 8
- update.sh -s 8 slim,stretch # Update only slim and stretch variants for version 8, skip updating Alpine and Yarn
Expand Down

0 comments on commit f591e49

Please sign in to comment.