Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--dry-run misses podman version output… #317

Closed
rugk opened this issue Jul 9, 2021 · 2 comments
Closed

--dry-run misses podman version output… #317

rugk opened this issue Jul 9, 2021 · 2 comments

Comments

@rugk
Copy link

rugk commented Jul 9, 2021

STR

Any simple compose fle.
Command: podman-compose --dry-run -p caddy up

For an example, see #316

What happens

What I discovered:

  • It does not show the podman version as the first line/startup.
  • It misses the image generation, i.e. sth. like podman volume inspect caddy_caddy_data || podman volume create caddy_caddy_data
    Edit: Oh, I overlooked that, it does, actually show this.

What should happen

The things above should also be included in the dry-run.

System

$ podman-compose version
using podman version: podman version 3.2.0
podman-composer version  0.1.7dev
podman --version
podman version 3.2.0
0
$ podman version
Version:      3.2.0
API Version:  3.2.0
Go Version:   go1.16.3
Built:        Wed Jun  9 16:24:16 2021
OS/Arch:      linux/amd64

same as in #314, basically

@rugk rugk changed the title --dry-run does not show full commands/same output/behaviour as non-try-run --dry-run misses podman version output… Jul 9, 2021
@rugk
Copy link
Author

rugk commented Jul 9, 2021

What it also misses is of course the reply of the hashes of the containers etc. created by podman, but I guess this is okay/to be expected. 🙃

@muayyad-alsadi
Copy link
Collaborator

I guess I've just fixed that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants