Rust implementation of OCI Distribution Spec with granular access control

fix: unpack base:latest instead of empty base:grain image

+1 -4
+1 -4
.tangled/workflows/build.yml
··· 71 71 echo "Pulling distroless base..." 72 72 skopeo copy docker://gcr.io/distroless/cc-debian12:nonroot oci:base:latest 73 73 74 - echo "Creating new tag from base..." 75 - umoci new --image base:grain 76 - 77 74 echo "Unpacking base image..." 78 - umoci unpack --image base:grain bundle 75 + umoci unpack --image base:latest bundle 79 76 80 77 echo "Adding binaries to rootfs..." 81 78 mkdir -p bundle/rootfs/app