Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Drop Node 9 #803

Merged
merged 1 commit into from
Jul 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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