Konstantin Pavlov
Konstantin Pavlov
**Describe the bug** When built on Ubuntu 22.04 x86_64 with `--enable-lto`, keepalived produces broken VRRPv3 checksums. When built without LTO, the binary produces correct VRRPv3 checksums. **To Reproduce**g On Ubuntu...
This is a preliminary PR to support https://github.com/docker-library/official-images/pull/11542. Once the mentioned PR is settled, I'll update this one with correct links and tags.
This introduces a slim variant for an alpine image, lowering possible attack surfaces due to a smaller subset of packages installed to an image. Refs: - https://github.com/nginxinc/docker-nginx/issues/681 - https://github.com/nginxinc/docker-nginx-unprivileged/issues/63
Hello! This PR is to start the process of adding [Unit](http://unit.nginx.org/) docker images under the umbrella of Docker Library. Unit is a polyglot application server, and we're already using per-language...
This uses F5/nginx self-hosted runners to run the jobs. This is a WIP PR. It will be amended and fixed going forward as this not only changes Unit CI, but...
Hello! v0.13 was previously present on this repo, pointing to 2ab2624c841cbf04785cc6384c5e213933d3b5f2 but it isnt no more - can this be checked please? Thank you!
…ation. When building otel module as a part of nginx build system process (via `./configure --add-dynamic-module=nginx-otel/`), there is no way to pass additional options to the cmake invocation, making it...
### Proposed changes This adds a CI pipeline to test if the usual way of building nginx and modules work. This functionality is now not covered in the CI tests,...
This adds Ubuntu 24.04. While at it, remove some older EOLed distributions from both rpm and deb worlds.
FreeBSD introduced sha512sum binary in version 14, but with slightly incompatible flags as compared to Linux version. This change makes it work in both worlds.