Commit Graph

7 Commits

Author SHA1 Message Date
Oleks 4826f42550 image: ship bundled conf files (fastcgi_params etc.) at /etc/angie/
ci/woodpecker/push/woodpecker Pipeline failed
The chart's default.conf does `include fastcgi_params;` which resolves
to /etc/angie/fastcgi_params — needed for the php-fpm hand-off.
2026-05-09 23:28:35 +03:00
Oleks bf960f4eed image: run as root + use compiled-in /var/log/nginx + explicit -c
ci/woodpecker/push/woodpecker Pipeline was successful
The nixpkgs angie build hardcodes /var/log/nginx for error_log and
defaults its worker group to 'nogroup' (which fakeNss doesn't ship).
Run as root in the container, mkdir the compiled-in log dir, and pass
-c /etc/angie/angie.conf explicitly so our custom main config wins
over whatever default ships in /etc/angie/.
2026-05-09 23:21:59 +03:00
Oleks 5614645b23 ci: mkdir /var/tmp for skopeo's hardcoded staging path
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-09 22:40:32 +03:00
Oleks a8d7dfd4bf ci: set TMPDIR=$HOME/tmp so skopeo can stage tar archives
ci/woodpecker/push/woodpecker Pipeline failed
2026-05-09 22:35:23 +03:00
Oleks 68e9ee5e31 ci: expose angieVersion as plain string attr; fix push step
ci/woodpecker/push/woodpecker Pipeline failed
Use `nix eval --raw .#angieVersion` instead of trying to read a
writeText derivation that was never built. Also call streamLayeredImage
output via process-substitution properly.
2026-05-09 22:27:58 +03:00
Oleks f1f25b6478 ci: trigger first pipeline run
ci/woodpecker/push/woodpecker Pipeline failed
2026-05-09 22:19:51 +03:00
Oleks a55f3823ef Initial: Angie 1.11.3 OCI image build for aarch64
Builds via dockerTools.streamLayeredImage from nixpkgs unstable's
pkgs.angie. Woodpecker pipeline pushes to git.oleks.space/oleks/angie
with both <version>-arm64 and latest-arm64 tags. Used by the
kotkanagrilli.fi staging Helm chart on the kotkan node (arm64) to
replace the upstream amd64-only runalsh/angie image.
2026-05-09 22:18:57 +03:00