ℹ️ Crafted for Personal Use · Best Effort Basis.
A simple docker image with various tools built-in. Example usage:
docker run --rm -it ghcr.io/dictcp/utils /bin/bashubuntu2404,latest,liteubuntu2604,ubuntuubuntu2204EOLedubuntu2004EOLedubuntu1804alpinefull: bundles more utilities for my own use case
- x86-64 (aka.
linux/amd64platform in Docker) - armv8 (aka.
linux/arm64platform in Docker) - armv7 (aka.
linux/arm/v7platform in Docker) ONLY for ubuntu 24.04 - riscv64 (aka.
linux/riscv64platform in Docker) ONLY for ubuntu 24.04- Targets RV64GC + lp64d ABI, which covers the vast majority of RISC-V boards in the wild.
- Ubuntu 26.04's riscv64 port raises the minimum ISA profile to include Zba/Zbb (bit manipulation) extensions. Many current cores — such as the T-Head C910 found in boards like the Sipeed LM3A / Scaleway EM-RV1 — do not implement these standard encodings, causing an immediate
SIGILLat runtime. Ubuntu 24.04 stays on the conservative RV64GC baseline and runs correctly on those cores.