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

✨ Move Earthly logic into Dockerfiles #2008

Merged
merged 35 commits into from
Nov 30, 2023

Commits on Nov 29, 2023

  1. Add framework files

    and generate os-release
    
    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    1dbe120 View commit details
    Browse the repository at this point in the history
  2. Install provider and k3s

    Plus clean at the end
    
    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    f6dc0e1 View commit details
    Browse the repository at this point in the history
  3. Fix os-release names

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    dbbd0ec View commit details
    Browse the repository at this point in the history
  4. Use no-base-image on Earthly as a first step

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    63e9d40 View commit details
    Browse the repository at this point in the history
  5. Fix KAIROS_VERSION calculation

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c8ca66c View commit details
    Browse the repository at this point in the history
  6. Move logic for alpine

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    50e46c3 View commit details
    Browse the repository at this point in the history
  7. Move logic for opensuse

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    72d5acc View commit details
    Browse the repository at this point in the history
  8. Lint

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ad527ae View commit details
    Browse the repository at this point in the history
  9. Add debian & rhel

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    1cd5bba View commit details
    Browse the repository at this point in the history
  10. Fix ubuntu arm generic

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    0b02bca View commit details
    Browse the repository at this point in the history
  11. Framework changes and luet versions

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    32c5eee View commit details
    Browse the repository at this point in the history
  12. hadolint

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    9fc5ae8 View commit details
    Browse the repository at this point in the history
  13. yamllint

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    f2ab9b1 View commit details
    Browse the repository at this point in the history
  14. test building nvidia on pr

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    02f6eee View commit details
    Browse the repository at this point in the history
  15. fix push

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ed973f7 View commit details
    Browse the repository at this point in the history
  16. fix path

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a03234e View commit details
    Browse the repository at this point in the history
  17. use quay

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5f364ac View commit details
    Browse the repository at this point in the history
  18. login quay

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    97c91b1 View commit details
    Browse the repository at this point in the history
  19. 🤦

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ed81c65 View commit details
    Browse the repository at this point in the history
  20. define the nvidia jetson strategy in the ubuntu file

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    879e19a View commit details
    Browse the repository at this point in the history
  21. Only run build of nvidia if dockerfile changed

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e675ad0 View commit details
    Browse the repository at this point in the history
  22. same for all other steps

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4da51b5 View commit details
    Browse the repository at this point in the history
  23. No need to push latest

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    038a784 View commit details
    Browse the repository at this point in the history
  24. process nvidia on master and release

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    77decc5 View commit details
    Browse the repository at this point in the history
  25. remove no-base-image

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    6be9f97 View commit details
    Browse the repository at this point in the history
  26. extract kairos common & remove non-hwe

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    78d2c4d View commit details
    Browse the repository at this point in the history
  27. Remove Dockerfile.kairos-*

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a737ad0 View commit details
    Browse the repository at this point in the history
  28. hadolint

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2581bba View commit details
    Browse the repository at this point in the history
  29. forgot to remove this section on debian

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2b42473 View commit details
    Browse the repository at this point in the history
  30. move non-hwe to examples

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a075499 View commit details
    Browse the repository at this point in the history
  31. feedback

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3c025c4 View commit details
    Browse the repository at this point in the history
  32. add name generation for base-images

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5ff0d97 View commit details
    Browse the repository at this point in the history
  33. shoot

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    864ad68 View commit details
    Browse the repository at this point in the history
  34. lint

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2c9a7f9 View commit details
    Browse the repository at this point in the history
  35. oops

    Signed-off-by: Mauro Morales <[email protected]>
    mauromorales committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    b2dc647 View commit details
    Browse the repository at this point in the history