godarch / darch

A tool for building and booting stateless and immutable images, bare metal.
https://godarch.com/
MIT License
832 stars 32 forks source link

Failure to extract layer #53

Open simonacca opened 4 years ago

simonacca commented 4 years ago

I get this message when trying the steps from the tutorial on godarch.com. Any help appreciated.

$ sudo darch images pull pauldotknopf/darch-arch-base:latest
pulling pauldotknopf/darch-arch-base:latest
INFO[0023] apply failure, attempting cleanup             error="failed to extract layer sha256:81e2ef41a8ebcae08c3c8aa57b80754830dcf2a197c5ae90a03ba1d92daa349e: mkparent /var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/9/fs/usr/lib/systemd/system-generators: not a directory: unknown" key="extract-495263538-ZU8W sha256:32ac130aa52dff511937c906d95df4db4e216c487fc47a36d60223c48a24ee6b"
darch: failed to unpack image on snapshotter overlayfs: failed to extract layer sha256:81e2ef41a8ebcae08c3c8aa57b80754830dcf2a197c5ae90a03ba1d92daa349e: mkparent /var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/9/fs/usr/lib/systemd/system-generators: not a directory: unknown
zsh: exit 1     sudo darch images pull pauldotknopf/darch-arch-base:latest