Skip to content

PHP-FPM oerdnj nginx repos have been removed #2906

Description

Bug Report

  • At what date and time did you most recently experience the problem?

Apr 27th 2026, starting at 10:30am Chicago time.

  • Where did you experience the problem? E.g. Azure Web Apps, Azure Functions, Azure Container Registry, or offline use.

Azure Web Apps, PHP 8.3 platform with a custom startup.sh script.

  • What happened?

Our custom startup.sh script installs some nginx modules. These failed because the https://packages.sury.org/nginx/ repo in /etc/apt/sources.lists.d/nginx.list was giving a 404 error. Investigating, this is because the maintainer has deleted the repo on Apr 26th.

  • What did you expect or want to happen?

The nginx module we wanted would be installed.

  • How can we reproduce it?

Use a custom startup.sh script such as:

set -e

apt update
apt install -y --no-install-recommends libnginx-mod-http-lua

This will show a 404 error and failure at the apt update step because of the bad repo in /etc/apt/sources.lists.d/nginx.list. It gets added to the runtime here:

RUN curl -sSL https://packages.sury.org/nginx/README.txt | bash -x

On the latest PHP 8.5 platform it is also broken as that repo was also deleted. It is added to the runtime here:

# Install NGINX latest stable version using Ondřej Surý's PPA for Ubuntu

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions