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

[BUG] Podman version in crc version is meaningless? #4099

Open
cfergeau opened this issue Apr 3, 2024 · 1 comment
Open

[BUG] Podman version in crc version is meaningless? #4099

cfergeau opened this issue Apr 3, 2024 · 1 comment
Labels
kind/bug Something isn't working status/need triage

Comments

@cfergeau
Copy link
Contributor

cfergeau commented Apr 3, 2024

General information

  • OS: Linux

CRC version

# Put `crc version` output here
CRC version: 2.34.1+fa1b45
OpenShift version: 4.15.3
Podman version: 4.4.4

Recent OpenShift clusters use podman 4.4.1, my linux machine has a more recent podman, I suspect this 4.4.4 version is the version hardcoded there

crc/Makefile

Line 6 in 2331271

PODMAN_VERSION ?= 4.4.4
and has no meaning (it used to mean "if you download a podman bundle, the bundle version will be 4.4.4, and incidentally this corresponded to the podman version running in the bundle).

$ podman version
Client:       Podman Engine
Version:      4.9.3
API Version:  4.9.3
Go Version:   go1.21.7
Built:        Mon Feb 19 16:41:34 2024
OS/Arch:      linux/amd64
@cfergeau cfergeau added kind/bug Something isn't working status/need triage labels Apr 3, 2024
@cfergeau
Copy link
Contributor Author

cfergeau commented Apr 3, 2024

Kind of related to #4098

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working status/need triage
Projects
None yet
Development

No branches or pull requests

1 participant