Oleks 067e55eb24
ci/woodpecker/push/woodpecker Pipeline was successful
image: chmod u+w before overriding angie.conf
cp from ${angie}/conf preserves read-only permissions from the nix
store, so cp -f failed when overlaying the custom main config.
2026-05-09 23:33:31 +03:00

angie-arm64

OCI image for Angie (an nginx fork) on aarch64. Upstream runalsh/angie only publishes amd64 images, so we rebuild from the pkgs.angie package in nixpkgs and push the result to the private Gitea registry.

Output

Tag Pushed when
git.oleks.space/oleks/angie:<version>-arm64 every successful CI run
git.oleks.space/oleks/angie:latest-arm64 every successful CI run

The version string comes from pkgs.angie.version in nixpkgs unstable; bump the flake input to roll it forward.

Build locally

nix build .#default
./result | skopeo copy docker-archive:/dev/stdin oci-archive:angie.tar

Trigger CI

Push to main/master or push a v* tag in the corresponding Gitea repo (oleks/angie-arm64 — match the directory name when seeding it).

S
Description
Angie web server OCI image build for aarch64
Readme
70 KiB
Languages
Nix 100%