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

The fedora package of podman-remote contains regular podman #5298

Closed
afbjorklund opened this issue Feb 22, 2020 · 3 comments
Closed

The fedora package of podman-remote contains regular podman #5298

afbjorklund opened this issue Feb 22, 2020 · 3 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@afbjorklund
Copy link
Contributor

Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)

/kind bug

Description

The podman-remote 1.8.0 package in Fedora 31 contains a regular podman binary.

This means that all commands run locally, despite $PODMAN_VARLINK_ADDRESS

Reason

It is missing a space character in the rpm specfile, when adding the extra build tags...

See kubernetes/minikube#6708 (comment)

Output of podman version:

[root@c37593dbac0d /]# podman-remote version -f json
{
    "Client": {
        "RemoteAPIVersion": 1,
        "Version": "1.8.0",
        "GoVersion": "go1.13.6",
        "GitCommit": "",
        "Built": 0,
        "OsArch": "linux/amd64"
    },
    "Server": {
        "RemoteAPIVersion": 1,
        "Version": "1.8.0",
        "GoVersion": "go1.13.6",
        "GitCommit": "",
        "Built": 0,
        "OsArch": "linux/amd64"
    }
}

Package info (e.g. output of rpm -q podman or apt list podman):

[root@c37593dbac0d /]# rpm -q podman-remote
podman-remote-1.8.0-2.fc31.x86_64
@openshift-ci-robot openshift-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Feb 22, 2020
@afbjorklund
Copy link
Contributor Author

ping @lsm5

@olivierlemasle
Copy link

@afbjorklund
Copy link
Contributor Author

Probably better handled in Fedora, thanks for reporting!

@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 23, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

No branches or pull requests

3 participants