summaryrefslogtreecommitdiff
path: root/scripts/package-build/podman
AgeCommit message (Collapse)Author
2026-06-30podman: T9024: package upgrade from v4.9.5 to v5.8.4Christian Breunig
This updates the used Podman version from 4.9.5 to 5.8.4 which is a major bump. For this update to work on Vyos we also do need to switch from crun to runc, as the Debian Bookworm provided version of crun is not working with podman 5.8.4. Building crun from Debian trixie package sources does not work due to missing build time dependencies.
2024-12-22T6674: use common .gitignore file for Package build artifacts/sourcesChristian Breunig
2024-11-28T6912: Fix build podman dependencyViacheslav Hletenko
Use the global dependency instead of package dependency in the package.toml This fixes to build 'podman' package
2024-08-29T6674: Add build-scrips for packages without JenkinsViacheslav Hletenko
Add build scripts for .deb packages without Jenkins. To exclude Jenkins we need some place where we can put new builds-scripts to run in parallel (old/new) during meantime We will deprecate old Jenkins package builds in the future.