Skip to content

Get into a stuck state if docker-buildx is not installed. #230

@Ow1Dev

Description

@Ow1Dev

When trying to run ./target/debug/vorpal artifact --name "vorpal" i will get a error saying that it could not find the flag --progress

INFO linux-debian |> unknown flag: --progress
INFO linux-debian |> Usage:  docker [OPTIONS] COMMAND [ARG...]
INFO linux-debian |> Run 'docker --help' for more information
ERROR linux-debian |> Run 'docker --help' for more information

if i ignore the error i try to build vorpal again I will get this error.

INFO linux-vorpal |> bwrap: Can't find source path /var/lib/vorpal/store/artifact/output/ef54e9a55a353ef36c1ab1c38c9ccb8165b919a9fbb3f51b2a3ed7fbbdf2e3c6/bin: No such file or directory
ERROR linux-vorpal |> bwrap: Can't find source path /var/lib/vorpal/store/artifact/output/ef54e9a55a353ef36c1ab1c38c9ccb8165b919a9fbb3f51b2a3ed7fbbdf2e3c6/bin: No such file or directory

The reason why is that i do not have buildx installed, After installing buildx i still get the second error again and make my store useless and have to clean my store and download again.

The way i install docker was installing with pacman with this command pacman -S docker.
That why i think buildx was not install on my system


SYSTEM: Arch (x86_64) btw
COMMIT: 0341b60

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions