crane append
all
Push an image based on an (optional) base image. Appends layers containing the contents of the provided tarballs.
More info →Options (5)
-b, --basebooleanPush image based on a base image
Example:
crane append {{[-b|--base]}} {{image_name}}-f, --new_layerbooleanPush image with appended layer from tarball
Example:
crane append {{[-f|--new_layer]}} {{layer_name1 layer_name2 ...}}-t, --new_tagbooleanPush image with appended layer with new tag
Example:
crane append {{[-t|--new_tag]}} {{tag_name}}-o, --outputbooleanPush resulting image to new tarball
Example:
crane append {{[-o|--output]}} {{path/to/tarball}}-h, --helpbooleanDisplay help
Example:
crane append {{[-h|--help]}}Examples (7)
Push image based on a base image
crane append [-b|--base] image_namePush image with appended layer from tarball
crane append [-f|--new_layer] layer_name1 layer_name2 ...Push image with appended layer with new tag
crane append [-t|--new_tag] tag_namePush resulting image to new tarball
crane append [-o|--output] path/to/tarballUse empty base image of type OCI media instead of Docker
crane append --oci-empty-baseAnnotate resulting image as being based on the base image
crane append --set-base-image-annotationsDisplay help
crane append [-h|--help]made by @shridhargupta | data from tldr-pages