| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This pull request attempts to upgrade the base Docker image from Ubuntu 24.04 to Ubuntu 26.04. However, feedback indicates that this upgrade breaks the build due to incompatibilities with older Python versions and deprecated features like apt-key in the newer Ubuntu release. It is recommended to revert back to Ubuntu 24.04 to maintain build compatibility.
Sorry, something went wrong.
| # We want to use LTS ubuntu from our mirror because dockerhub has a | ||
| # rate limit. | ||
| FROM mirror.gcr.io/library/ubuntu:24.04 | ||
| FROM mirror.gcr.io/library/ubuntu:26.04 |
There was a problem hiding this comment.
Upgrading the base image to Ubuntu 26.04 breaks the build. Older Python versions (such as 3.7, 3.8, and 3.9) specified in PYTHON_VERSIONS are incompatible with the newer toolchains, glibc, and OpenSSL 3.x versions present in Ubuntu 26.04, causing compilation failures. Furthermore, deprecated features like apt-key used throughout this Dockerfile are removed or unsupported in newer Ubuntu releases. Retain the stable ubuntu:24.04 base image to maintain build compatibility.
FROM mirror.gcr.io/library/ubuntu:24.04
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR contains the following updates:
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.