termoshtt / ocipkg

An OCI registry client for Rust desiged to use distribute static library as a "container"
Apache License 2.0
48 stars 8 forks source link

`ocipkg-compose` command for creating OCI archive from files #81

Closed termoshtt closed 1 year ago

termoshtt commented 1 year ago

For #80 to use in cmake add_custom_target

ocipkg compose -o out.tar file1 file2 /some/path/to/file3

will create an oci-archive out.tar which consists of file{1,2,3}. This is similar to ocipkg pack command, but take files instead of directory.