Closed marccardinal closed 3 months ago
@marccardinal Can you retry this with the latest stable release (2024-07-18), noting that 3006 and up is supported by that script. Noting that Salt doesn't support Python 3.11 or 3.12 yet
@marccardinal Closing this due to unresponsive, please feel free to reopen if more information is provided.
Description of Issue/Question
Bootstrap failure on
alpine:3:18
withv3006.3
.Steps to Reproduce Issue
The above results in:
Running the same command targeting the
v3005.3
tag yields the same results given that the reference to the underlyingsalt
repo is done without tag and it would use whatever the state ofmaster
is at the time.This stems from this section of the bootstrap file: https://github.com/saltstack/salt-bootstrap/blob/develop/bootstrap-salt.sh#L6047-L6048 and indeed if we look at the state of the salt repo between the
3005.x
and3006.x
branches we see that thealpine
folder disappeared:https://github.com/saltstack/salt/tree/3005.x/pkg https://github.com/saltstack/salt/tree/3006.x/pkg
Is the drop of alpine support by design or this is an unexpected regression?
Thanks!