Self-contained Dockerfile under linux/debian/ that bakes runner user,
Docker CE, Node.js v20+v24, latest Go, yq, and act env vars. Uses
Debian's git-lfs and Docker CE from download.docker.com. Published to
git.ipng.ch/ipng/gitea-debian-runner:13-slim. README documents build
and push commands (single-arch and multi-arch via buildx).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Also build rust on arm64
* rust: use cargo-binstall for performance
Since linux/arm64 images are built using QEMU, the compilation of bindgen-cli, cbindgen, cargo-audit & cargo-outdated takes a very long time, especially on Ubuntu 20.04 (more than 6 hours, for the combination of both architectures on one job). This exceeds the github actions time-limit.
So, we'll just use pre-built binaries using cargo-binstall where possible.
* feat: update install script
* fix: revert toolset path
Since there's a lot of hard-coded references to this path.
* feat: Adds yq script
Unlike upstream we detect the arch suffix here.
* feat: include yq in act and custom flavors
* fix: include armhf in supported arch for act.yml
* fix: PR feedback, don't need to install twice for custom
This dramatically improves the experience of running python-based
actions workflows. It adds roughly 7MB of space to the Ubuntu 20.04
image and 22MB to Ubuntu 22.04.
resolves: #61
Co-authored-by: ChristopherHX <christopher.homberger@web.de>
* enable arm64 builds
* Add `[skip build-base]` conditional for PRs
* only setup arm64 arch in qemu
* fix permission java-tools
* go default to 1.20 and fix pwsh
* exclude lib32z1 for arm64
* increase npm timeout for qemu
* Try to speed up npm under qemu
* make npm verbose
* Use http registry
* Another test
* Use less build resources
* fix dockerhub tag
* Fix building
- replace shell script with pwsh
- add more tools from actions/virtual-environments
- fixup pwsh modules installation
- install node 12 and 16 in base
- add node 14 in js-*
- build rust images
- restrict flavours to amd64 only for now
- add helper scripts from actions/virtual-environments
- overhaul build and dockerfile