cachix / devenv

Fast, Declarative, Reproducible, and Composable Developer Environments
https://devenv.sh
Apache License 2.0
3.56k stars 259 forks source link

Weird 'devenv container run processes' output #1096

Open TimisRobert opened 1 month ago

TimisRobert commented 1 month ago

Describe the bug When running the command, I get prompted to select an image with the name of whatever I put after run.

❯ devenv container run processes
• Building processes container ...
• Using Cachix: devenv
/nix/store/bjjn5q232l9qyyq71kqjs0g3pxf9fk69-image-processes.json
✔ Building processes container in 10.1s.
• Running /nix/store/g96s72rwnk3vdkqnvd5wmkmnrmk0z9sk-copy-container /nix/store/bjjn5q232l9qyyq71kqjs0g3pxf9fk69-image-processes.json docker-daemon:

Copying container /nix/store/bjjn5q232l9qyyq71kqjs0g3pxf9fk69-image-processes.json to docker-daemon:processes:latest

Getting image source signatures
Copying blob 3997efae081e done   |
Copying blob 37aa2244ebbe done   |
Copying config de7bfab1ff done   |
Writing manifest to image destination
✔ Copying processes container in 20.4s.
? Please select an image:
  ▸ docker.io/library/processes:latest
    quay.io/processes:latest

To reproduce

I'm using NixOS with podman enabled and dockerCompat enabled. To get here I just ran the before mentioned command.

Version

❯ devenv version
devenv 1.0.2 (x86_64-linux)
domenkozar commented 1 month ago

Oh that is surprising. Implementing https://github.com/cachix/devenv/issues/997 will tackle this one as well.