@@ -11,16 +11,20 @@ function usage() {
1111 $0 [-s] [MAJOR_VERSION(S)] [VARIANT(S)]
1212
1313 Examples:
14- - update.sh # Update all images
15- - update.sh -s # Update all images, skip updating Alpine
16- - update.sh 8,10 # Update all variants of version 8 and 10
17- - update.sh -s 8 # Update version 8 and variants, skip updating Alpine
18- - update.sh 8 alpine # Update only alpine's variants for version 8
19- - update.sh -s 8 bullseye # Update only bullseye variant for version 8, skip updating Alpine
20- - update.sh . alpine # Update the alpine variant for all versions
14+ - update.sh # Update all images
15+ - update.sh -s # Reserved for security update of all images
16+ - update.sh 24 # Update all variants of version 24
17+ - update.sh 22,24 # Update all variants of version 22 and 24
18+ - update.sh -s 24 # Reserved for security update of version 24
19+ - update.sh . alpine3.23 # Update the alpine3.23 variant for all versions
20+ - update.sh 24 alpine3.23 # Update only alpine3.23's variants for version 24
21+ - update.sh . trixie # Update the trixie variant for all versions
22+ - update.sh 24 trixie,trixie-slim # Update only trixie & trixie-slim variants for version 24
23+ - update.sh -s 24 bullseye # Reserved for security updates of bullseye variant for version 24
2124
2225 OPTIONS:
23- -s Security update; skip updating the Alpine versions.
26+ -s Reserved for security updates. The results are identical whether or not the -s option is specified,
27+ as this option is currently inactive.
2428 -h Show this message
2529
2630EOF
0 commit comments