@@ -10,14 +10,14 @@ function usage() {
10
10
$0 [-s] [MAJOR_VERSION(S)] [VARIANT(S)]
11
11
12
12
Examples:
13
- - update.sh # Update all images
14
- - update.sh -s # Update all images, skip updating Alpine and Yarn
15
- - update.sh 8,10 # Update version 8 and 10 and variants (default, slim, alpine etc.)
16
- - update.sh -s 8 # Update version 8 and variants, skip updating Alpine and Yarn
17
- - update.sh 8 slim,stretch # Update only slim and stretch variants for version 8
18
- - update.sh -s 8 slim, stretch # Update only slim and stretch variants for version 8, skip updating Alpine and Yarn
19
- - update.sh . alpine # Update the alpine variant for all versions
20
- - update.sh -t # Update .travis.yml only
13
+ - update.sh # Update all images
14
+ - update.sh -s # Update all images, skip updating Alpine and Yarn
15
+ - update.sh 8,10 # Update all variants of version 8 and 10
16
+ - update.sh -s 8 # Update version 8 and variants, skip updating Alpine and Yarn
17
+ - update.sh 8 buster- slim,buster # Update only buster's slim and buster variants for version 8
18
+ - update.sh -s 8 stretch # Update only stretch variant for version 8, skip updating Alpine and Yarn
19
+ - update.sh . alpine # Update the alpine variant for all versions
20
+ - update.sh -t # Update .travis.yml only
21
21
22
22
OPTIONS:
23
23
-s Security update; skip updating the yarn and alpine versions.
0 commit comments