Skip to content

Commit b22fb6c

Browse files
nschonniSimenB
authored andcommitted
1 parent 83e2124 commit b22fb6c

8 files changed

Lines changed: 1 addition & 303 deletions

File tree

.travis.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -148,31 +148,6 @@ jobs:
148148
- NODE_VERSION: "8"
149149
- VARIANT: "stretch"
150150

151-
- stage: Build
152-
env:
153-
- NODE_VERSION: "9"
154-
- VARIANT: "jessie"
155-
156-
- stage: Build
157-
env:
158-
- NODE_VERSION: "9"
159-
- VARIANT: "alpine"
160-
161-
- stage: Build
162-
env:
163-
- NODE_VERSION: "9"
164-
- VARIANT: "onbuild"
165-
166-
- stage: Build
167-
env:
168-
- NODE_VERSION: "9"
169-
- VARIANT: "slim"
170-
171-
- stage: Build
172-
env:
173-
- NODE_VERSION: "9"
174-
- VARIANT: "stretch"
175-
176151
- stage: Build
177152
env:
178153
- NODE_VERSION: "chakracore/10"

9/alpine/Dockerfile

Lines changed: 0 additions & 69 deletions
This file was deleted.

9/jessie/Dockerfile

Lines changed: 0 additions & 63 deletions
This file was deleted.

9/onbuild/Dockerfile

Lines changed: 0 additions & 12 deletions
This file was deleted.

9/slim/Dockerfile

Lines changed: 0 additions & 68 deletions
This file was deleted.

9/stretch/Dockerfile

Lines changed: 0 additions & 63 deletions
This file was deleted.

generate-stackbrew-library.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ array_6='6 boron'
1111
# shellcheck disable=SC2034
1212
array_8='8 carbon'
1313
# shellcheck disable=SC2034
14-
array_9='9'
15-
# shellcheck disable=SC2034
1614
array_10='10 latest'
1715
# shellcheck disable=SC2034
1816
array_chakracore_8='chakracore-8'

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function usage() {
1212
Examples:
1313
- update.sh # Update all images
1414
- update.sh -s # Update all images, skip updating Alpine and Yarn
15-
- update.sh 8,9 # Update version 8 and 9 and variants (default, slim, alpine etc.)
15+
- update.sh 8,10 # Update version 8 and 10 and variants (default, slim, alpine etc.)
1616
- update.sh -s 8 # Update version 8 and variants, skip updating Alpine and Yarn
1717
- update.sh 8 slim,stretch # Update only slim and stretch variants for version 8
1818
- update.sh -s 8 slim,stretch # Update only slim and stretch variants for version 8, skip updating Alpine and Yarn

0 commit comments

Comments
 (0)