Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1609 release standard images #1645

Closed
wants to merge 8 commits into from
Closed

Commits on Jul 25, 2023

  1. Use dev version for provider kairos in Earthly

    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    bdc0aa0 View commit details
    Browse the repository at this point in the history
  2. [WIP] Build a matrix for standard (provider) images

    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    8e396ae View commit details
    Browse the repository at this point in the history
  3. Build provider-kairos image with the right flags

    E.g. Invoke it as:
    
    earthly +iso -PROVIDER_KAIROS=true -PROVIDER_KAIROS_VERSION=2.3.0 -K3S_VERSION=1.24.2
    
    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    de7a160 View commit details
    Browse the repository at this point in the history
  4. Use latest package for provider-kairos and k3s

    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    8134cde View commit details
    Browse the repository at this point in the history
  5. Remove PROVIDER_KAIROS_VERSION setting

    because when we install with luet, the version is defined by the
    repository in framework-profile.yaml
    
    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    47c149d View commit details
    Browse the repository at this point in the history
  6. Remove implemented TODO

    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d3d5c77 View commit details
    Browse the repository at this point in the history
  7. Construct the k8s versions by quering the luet repo for available ones

    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d6a11a5 View commit details
    Browse the repository at this point in the history
  8. No need to change version strings

    They are already in the required format for luet
    
    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    cf08b72 View commit details
    Browse the repository at this point in the history