Hi,
I’m tinkering with a custom universal blue image and has encountered an error
which appairs only when building the image with flatpaks applied.
According to the logs, the installation goes throught, but later I get this
error below stating “no space left on device”.
Is there a way around this, or do I need to install flatpaks post install using
e.g. yafti?
Error message:
Error: committing container for step {Env:[PATH=/usr/local/sbin:/
usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin] Command:label Args:
[io.artifacthub.package.readme-url https://raw.githubusercontent.com/
YardQuit/atomic_custm/main/README.md org.opencontainers.image.created
2024-12-15T16:10:43.291Z org.opencontainers.image.description My Customized
Universal Blue Image org.opencontainers.image.licenses Apache-2.0
org.opencontainers.image.revision 78a664997c3f45efd6846e7b3744a0d092d4c39d
org.opencontainers.image.source https://github.com/YardQuit/atomic_custm
org.opencontainers.image.title atomic_custm org.opencontainers.image.url
https://github.com/YardQuit/atomic_custm org.opencontainers.image.version
main] Flags:[] Attrs:map[] Message:LABEL "io.artifacthub.package.readme-url"
"https://raw.githubusercontent.com/YardQuit/atomic_custm/main/
README.md" "org.opencontainers.image.created" "2024-12-15T16:10:43.291Z"
"org.opencontainers.image.description" "My Customized Universal
Blue Image" "org.opencontainers.image.licenses" "Apache-2.0"
"org.opencontainers.image.revision" "78a664997c3f45efd6846e7b3744a0d092d4c39d"
"org.opencontainers.image.source" "https://github.com/YardQuit/atomic_custm"
"org.opencontainers.image.title" "atomic_custm" "org.opencontainers.image.url"
"https://github.com/YardQuit/atomic_custm" "org.opencontainers.image.version"
"main" Original:LABEL "io.artifacthub.package.readme-url"="https://
raw.githubusercontent.com/YardQuit/atomic_custm/main/README.md"
"org.opencontainers.image.created"="2024-12-15T16:10:43.291Z"
"org.opencontainers.image.description"="My Customized Universal
Blue Image" "org.opencontainers.image.licenses"="Apache-2.0"
"org.opencontainers.image.revision"="78a664997c3f45efd6846e7b3744a0d092d4c39d"
"org.opencontainers.image.source"="https://github.com/YardQuit/
atomic_custm" "org.opencontainers.image.title"="atomic_custm"
"org.opencontainers.image.url"="https://github.com/YardQuit/atomic_custm"
"org.opencontainers.image.version"="main"}: copying layers and metadata for
container "e66ac6b22e0400ecabe5dde761eb53135241e51b14db75a738ebef54b1ad83ce":
writing blob: storing blob to file "/var/tmp/
container_images_storage3726219141/1": write /var/tmp/
container_images_storage3726219141/1: no space left on device
When I disable the flatpak install the build process succeeds.