PlanktoScope / forklift

Composable, reprovisionable, decentralized management of apps & configs on Raspberry Pis and other embedded Linux systems
Apache License 2.0
7 stars 0 forks source link

Add support to download OCI images and export files from them #206

Closed ethanjli closed 3 months ago

ethanjli commented 3 months ago

This PR makes it possible to download OCI container images to Forklift's download cache (each image is downloaded as a tarball of the container image's root FS), and to export files from them.

This PR also adds --stage and --apply flags to the plt clone and plt pull subcommands, because I had forgotten to do so in #205.