...
1## crane rebase
2
3Rebase an image onto a new base image
4
5```
6crane rebase [flags]
7```
8
9### Options
10
11```
12 -h, --help help for rebase
13 --new_base string New base image to insert
14 --old_base string Old base image to remove
15 --original string Original image to rebase (DEPRECATED: use positional arg instead)
16 --rebased string Tag to apply to rebased image (DEPRECATED: use --tag)
17 -t, --tag string Tag to apply to rebased image
18```
19
20### Options inherited from parent commands
21
22```
23 --allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers
24 --insecure Allow image references to be fetched without TLS
25 --platform platform Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default all)
26 -v, --verbose Enable debug logs
27```
28
29### SEE ALSO
30
31* [crane](crane.md) - Crane is a tool for managing container images
32
View as plain text