tangled
alpha
login
or
join now
pierrelf.com
/
grain
0
fork
atom
Rust implementation of OCI Distribution Spec with granular access control
0
fork
atom
overview
issues
9
pulls
pipelines
fix: initialize OCI layout before repacking image
pierrelf.com
3 months ago
6180f2df
94c45d46
0/1
build.yml
failed
1m 18s
+3
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+3
.tangled/workflows/build.yml
···
61
61
cp target/release/grainctl bundle/rootfs/app/grainctl
62
62
chmod +x bundle/rootfs/app/grain bundle/rootfs/app/grainctl
63
63
64
64
+
echo "Initializing output OCI layout..."
65
65
+
umoci init --layout grain-oci
66
66
+
64
67
echo "Repacking with modifications..."
65
68
umoci repack --image grain-oci:latest bundle
66
69