Make debootstrap support noble
This is only a symlink that is added, we can just do this in the dockerfile and avoid having to pull a whole new debootstrap from unstable. Change-Id: I92941816e90e029fcff8c8afd1be87c02ae1e374
This commit is contained in:
parent
6a71686b6b
commit
5ff7dd8289
@ -79,6 +79,13 @@ RUN \
|
||||
zstd \
|
||||
debootstrap
|
||||
|
||||
# NOTE(frickler) 2024-04-17: We want to support building Ubuntu 24.04,
|
||||
# we could either install debootstrap from sid or just create this
|
||||
# symlink ourselves which is the only functional change that is
|
||||
# actually needed.
|
||||
# https://salsa.debian.org/installer-team/debootstrap/-/commit/1223abb5e0c02f9145002e5838f909fe69bbb403
|
||||
RUN ln -s gutsy /usr/share/debootstrap/scripts/noble
|
||||
|
||||
# Podman install mainly for the "containerfile" elements of dib that
|
||||
# build images from extracts of upstream containers.
|
||||
# --install-recommends is important for getting some reccommends like
|
||||
|
Loading…
Reference in New Issue
Block a user