podman-remote-static in release v3.2.0 is not static #10656
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.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
The podman-remote-static build for Linux available in release v3.2.0 is not static.
Steps to reproduce the issue:
Describe the results you received:
The
ldd
command provides a list of linked shared object files.Describe the results you expected:
This is the same command run on version v3.1.2, showing the expected result:
Additional information you deem important (e.g. issue happens only occasionally):
Only tested on the latest version and the previous one.
Output of
podman version
:As the static version is not static,
podman
v.3.2.0 is not capable of running in my setup.Package info (e.g. output of
rpm -q podman
orapt list podman
):Downloaded file from GitHub, no package manager involved.
Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes, the test was done on the latest version as of June 11th, 2021.
Additional environment details (AWS, VirtualBox, physical, etc.):
Run in a VirtualBox VM, Debian Linux 9:
This is actually not relevant as I was expecting a static build.
The text was updated successfully, but these errors were encountered: