Conversation
added 4 commits
April 16, 2026 12:50
…overrides - mountSquashfs: detect TUF URLs with ?target= parameter and use tufutil.Download via the TUF client instead of raw HTTP GET, fixing 404 errors on GitHub Pages which uses consistent snapshots with hash-prefixed filenames - Initialize TUF client in libcontainer backend from configured DB path and repo URL - Fix resolv.conf symlink issue on Debian 13+: systemd-resolved makes /etc/resolv.conf a symlink, which breaks bind-mount in overlayfs containers. Write resolv.conf directly into overlay upperdir before bind-mounting - Add bin-overrides mechanism: files in /etc/flynn/bin-overrides/ on the host are copied into container /bin/, allowing fixed binaries to be deployed without rebuilding squashfs images
…LTS (Noble) Replace ubuntu-bionic and ubuntu-xenial with ubuntu-noble across all component images, build scripts, and Go source code. This consolidates all non-legacy components onto a single supported LTS base. Key changes: - New ubuntu-noble.sh base image script (debootstrap-based) - New heroku-24 stack replacing heroku-18 (runtime + build) - PostgreSQL 11 -> 16, MariaDB 10.1 -> 10.11 LTS, MongoDB 3.2 -> 7.0, Redis from PPA -> Ubuntu main repos - Go toolchain in builder: 1.13.1 -> 1.22.12 - CI Dockerfile and workflow: debian:bookworm-slim -> ubuntu:24.04 - ubuntu-setup.sh handles both DEB822 (Noble) and legacy sources.list - host/img/packages.sh: remove xenial kernel pinning, update jq to 1.7.1 - All slug env vars: SLUGBUILDER/SLUGRUNNER_18 -> _24 - Cedar-14 (ubuntu-trusty) kept unchanged for legacy buildpack compat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.