mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

We’re now able to build a static podman binary based on a custom nix derivation. This is integrated in cirrus as well, whereas a later target would be to provide a self-contained static binary bundle which can be installed on any Linux x64-bit system. Fixes: https://github.com/containers/libpod/issues/1399 Signed-off-by: Sascha Grunert <sgrunert@suse.com>
35 lines
514 B
Plaintext
35 lines
514 B
Plaintext
/.artifacts/
|
|
/bin/
|
|
/brew
|
|
/build/
|
|
/cmd/podman/varlink/iopodman.go
|
|
/cmd/podman/varlink/ioprojectatomicpodman.go
|
|
/conmon/
|
|
contrib/spec/podman.spec
|
|
*.coverprofile
|
|
/docs/*.[158]
|
|
/docs/*.[158].gz
|
|
/docs/build/
|
|
/docs/remote
|
|
.gopathok
|
|
.idea*
|
|
.nfs*
|
|
*.o
|
|
*.orig
|
|
/_output/
|
|
/pause/pause.o
|
|
pkg/api/swagger.yaml
|
|
/pkg/varlink/iopodman.go
|
|
podman-remote*.zip
|
|
podman*.tar.gz
|
|
__pycache__
|
|
release.txt
|
|
.ropeproject
|
|
*.rpm
|
|
/test/bin2img/bin2img
|
|
/test/checkseccomp/checkseccomp
|
|
/test/copyimg/copyimg
|
|
/test/goecho/goecho
|
|
.vscode*
|
|
result-bin
|