File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,15 @@ 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 if the musl build isn't available
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 if the musl build isn't available
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 if the musl build isn't available
20- - update.sh . alpine # Update the alpine variant for all versions
14+ - update.sh # Update all images
15+ - update.sh -s # Update all images, skip updating Alpine if the musl build is unavailable
16+ - update.sh 22,24 # Update all variants of version 22 and 24
17+ - update.sh -s 24 # Update all variants of version 24, except skip updating Alpine if the musl build is unavailable
18+ - update.sh 24 alpine3.22,alpine3.23 # Update only alpine3.22 & alpine3.23 variants for version 24
19+ - update.sh . trixie,trixie-slim # Update only trixie & trixie-slim Debian variants for all versions
2120
2221 OPTIONS:
23- -s Security update; skip updating the Alpine versions.
22+ -s Security update; allows Debian updates even if musl build for Alpine is unavailable
2423 -h Show this message
2524
2625EOF
You can’t perform that action at this time.
0 commit comments