commands.sh

crane rebase

all

Rebase an image onto a new base image.

More info →

Options (2)

-t, --tagboolean

Tag to apply to rebased image

Example: crane rebase {{[-t|--tag]}} {{tag_name}}
-h, --helpboolean

Display help

Example: crane rebase {{[-h|--help]}}

Examples (5)

Rebase image

New base image to insert

crane rebase --new_base image_name

Old base image to remove

crane rebase --old_base image_name

Tag to apply to rebased image

crane rebase [-t|--tag] tag_name

Display help

crane rebase [-h|--help]
made by @shridhargupta | data from tldr-pages