-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Move Earthly logic into Dockerfiles (#2008)
* Add framework files and generate os-release Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Install provider and k3s Plus clean at the end Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Fix os-release names Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Use no-base-image on Earthly as a first step Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Fix KAIROS_VERSION calculation Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Move logic for alpine Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Move logic for opensuse Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Lint Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Add debian & rhel Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Fix ubuntu arm generic Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Framework changes and luet versions Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * hadolint Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * yamllint Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * test building nvidia on pr Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * fix push Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * fix path Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * use quay Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * login quay Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * 🤦 Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * define the nvidia jetson strategy in the ubuntu file Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Only run build of nvidia if dockerfile changed Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * same for all other steps Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * No need to push latest Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * process nvidia on master and release Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * remove no-base-image Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * extract kairos common & remove non-hwe Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Remove Dockerfile.kairos-* Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * hadolint Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * forgot to remove this section on debian Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * move non-hwe to examples Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * feedback Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * add name generation for base-images Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * shoot Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * lint Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * oops Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> --------- Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
- Loading branch information
1 parent
631b7c7
commit 84f1eaa
Showing
24 changed files
with
1,677 additions
and
310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
build/*iso | ||
build/* | ||
# this is created by the strat_vm_qemu.sh script | ||
disk.img | ||
*.img | ||
*.raw |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.