LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

crane-append

add layers to container images

TLDR

Append a layer to an existing image
$ crane append -b [base_image] -f [layer.tar.gz] -t [new_image:tag]
copy
Append from file
$ crane append --base [gcr.io/project/image] --new_layer [layer.tar] --new_tag [gcr.io/project/image:v2]
copy

SYNOPSIS

crane append [options]

DESCRIPTION

crane append adds a new layer to an existing container image without pulling the entire image. This is useful for adding files or configuration to existing images efficiently.Part of the crane CLI tool for container registry operations.

PARAMETERS

-b, --base image

Base image to append to.
-f, --new_layer file
Layer tarball to append.
-t, --new_tag image
Tag for the resulting image.

INSTALL

sudo pacman -S crane
copy
sudo apk add crane
copy
sudo zypper install crane
copy
brew install crane
copy
nix profile install nixpkgs#crane
copy

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid