summaryrefslogtreecommitdiff
path: root/.docker/Dockerfile
AgeCommit message (Collapse)Author
2025-12-22port to meson cargoHEADmasterfeature/port-to-meson-cargoJohn Turner
Use the new unstable meson cargo support. This simplifies the meson.build script and allows to use crates such as clap that require picking up features from Cargo.toml. This also allows us to not embed thiserror in subprojects, and instead use a wrap file with a custom meson.build and some patches to make it compile without running its build.rs script.
2025-12-12ci: build-oci-image: create entrypoint script and put env sources in itpenguin
2025-12-08remove cbindgen from meson deps and dockerfileJohn Turner
2025-12-06Merge remote-tracking branch 'epenguin-gitea/feature/add-check-ci'John Turner
2025-12-06add cbindgen to container imageJohn Turner
2025-12-05infra: docker: set portage to shallow clone packages via gitpenguin
2025-12-05docker: run as non-root user in containers using this imagepenguin
2025-12-05infra: docker: add nodejspenguin
nodejs is required to run github actions
2025-12-05add CI filesJohn Turner