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
An application should be able to opt into supporting ESM and EOL bases, but lifecycle commands should be gated on a --ack-unsupported-base option that allows building even on an unsupported base.
When an ESM/EOL base is used (and --ack-unsupported-base is passed) in a lifecycle command:
What needs to get done
An application should be able to opt into supporting ESM and EOL bases, but lifecycle commands should be gated on a
--ack-unsupported-baseoption that allows building even on an unsupported base.When an ESM/EOL base is used (and
--ack-unsupported-baseis passed) in a lifecycle command:We cannot rely on the system's (or our Ubuntu base's) ubuntu.csv file, but we can either use something like https://github.com/lengau/distro-support or vendor this same info as demonstrated in canonical/rockcraft#909
Why it needs to get done
Support for EOL releases in Rockcraft.