You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scripts/install_dependencies.sh currently enforces an exact debootstrap version. I assume that's to use a known-good one. I containerized my build toolchain, so I enforce a debootstrap version when building the container image.
Is it possible to restore the minimal debootstrap version check behaviour, or at least make it configurable (while still setting a known-working default) with a parameter (in the build configuration perhaps)?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
scripts/install_dependencies.sh
currently enforces an exact debootstrap version. I assume that's to use a known-good one. I containerized my build toolchain, so I enforce a debootstrap version when building the container image.Is it possible to restore the
minimal debootstrap version check
behaviour, or at least make it configurable (while still setting a known-working default) with a parameter (in the build configuration perhaps)?Thanks!
The text was updated successfully, but these errors were encountered: