5 Commits
Author SHA1 Message Date
tobwen 0f98a4e9d2 Build crun from source instead of downloading binaries
hint: WITHOUT systemd and criu support
2025-11-16 00:12:53 +01:00
tobwen e41573181e runc: drop BUILDMODE parameter
Removes the BUILDMODE parameter and conditional logic, replacing the custom build command with a standard `make static` command to default to `BUILDMODE=pie`
2025-11-14 03:51:13 +01:00
tobwen 5135b69a04 feat: update podman to v5.7.0 and dependencies
Update container tooling components to latest versions:

- podman from v5.6.2 to v5.7.0
- runc from v1.3.1 to v1.3.3
- rust from v1.90 to v1.91
- netavark from v1.16.1 to v1.17.0
- aardvark-dns from v1.16.0 to v1.17.0
- fuse v3.16.2 to v3.17.4
- fuse-overlayfs from v1.15 to v1.16
- crun from v1.24 to v1.25

Remove specific version pinning for Alpine base image for better maintenance.
2025-11-13 02:30:54 +01:00
tobwen e563b6e742 feat: bump podman 5.6.2 + dependencies
Updates several software components to newer versions:
- podman from 5.6.1 to 5.6.2
- crun from 1.23.1 to 1.24
- rust from 1.89 to 1.90
- passt from 2025_08_05.309eefd to 2025_09_19.623dbf6

Removed version pinning for Alpine & Golang for better maintenance.

Hint: fuse v3.17.x currently can't be built statically in Alpine.
2025-10-02 01:14:55 +02:00
tobwen b73b5f80c7 feat: bump podman 5.6.1 + dependencies
This upgrades multiple components to their latest versions:
- build-stack: alpine from 3.22 to 3.22.1
- build-stack: golang from 1.24 to 1.25.1
- build-stack: rust from 1.87 to 1.89
- podman from v5.6.0 to v5.6.1
- fuse-overlayfs from v1.14 to v1.15
- runc from v1.3.0 to v1.3.1
- netavark from v1.15.0 to v1.16.1
- aardvark-dns from v1.15.0 to v1.16.0

Hint: fuse v3.17.x currently can't be built statically in Alpine.
2025-09-05 03:18:47 +02:00