Repository ppg-17.6 returns 404

Description

The ppg-17.6-release-x86_64 repository configured in the percona-postgresql-operator:2.8.0-ppg17.6-postgres-gis3.3.8 container image returns a 404 error, causing microdnf update to fail during downstream image builds.

Steps to Reproduce

  1. Pull the image:
    docker pull percona/percona-postgresql-operator:2.8.0-ppg17.6-postgres-gis3.3.8
    2. Run microdnf update inside the container:
    docker run --rm -u root percona/percona-postgresql-operator:2.8.0-ppg17.6-postgres-gis3.3.8 microdnf update -y

    Expected Behavior

microdnf update should complete successfully.

Actual Behavior

error: cannot update repo ‘ppg-17.6-release-x86_64’: Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Status code: 404 for http://repo.percona.com/ppg-17.6/yum/release/9/RPMS/x86_64/repodata/repomd.xml

curl -I http://repo.percona.com/ppg-17.6/yum/release/9/RPMS/x86_64/repodata/repomd.xml
HTTP/1.1 404 Not Found
Server: nginx
Date: Wed, 07 Jan 2026 05:15:08 GMT
Content-Type: text/html
Content-Length: 146
Connection: keep-alive

Do we have an estimated timeline for when this will be resolved?