debian-forge-composer/docs/news/32/edge-container-nginx.md
Simon Steinbeiss 63fe1c4c83 32
Release osbuild-composer 32

Signed-off-by: Simon Steinbeiss <simon.steinbeiss@redhat.com>
Co-Developed-by: Christian Kellner <christian@kellner.me>
Co-Developed-by: Tom Gundersen <teg@jklm.no>
2021-08-28 16:41:26 +02:00

414 B

RHEL-Edge container image now uses nginx and serves on port 8080

Previously, the edge-container image type was unable to run in unprivileged mode which prevented it from being used on OpenShift 4. The container now uses nginx to serve the commit and a configuration that allows it to run as a non-root user inside the container. The internal web server now uses port 8080 instead of 80.

See rhbz#1945238