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

Kairos dockerfiles should create full kairos images #1897

Closed
3 of 5 tasks
jimmykarily opened this issue Oct 9, 2023 · 2 comments · Fixed by #2008
Closed
3 of 5 tasks

Kairos dockerfiles should create full kairos images #1897

jimmykarily opened this issue Oct 9, 2023 · 2 comments · Fixed by #2008
Assignees

Comments

@jimmykarily
Copy link
Contributor

jimmykarily commented Oct 9, 2023

Currently, we build the Dockerfiles, and then we do many more things in Earthly.

All this logic can be moved to the Dockerfiles. This will allow the creation of other derivatives without any Earthly knowledge.

Items extracted from TODOs (#1912):

  • Merge Alma, Rocky and Fedora to one family Dockerfile
  • Move rest of logic from Earthfile to Dockerfiles
  • Create a reusable workflow that simply calls docker build, passing the required build-args
  • Delete the earthly base-image target and force the use of the above workflow anywhere needed
  • Make all remaining earthly targets to use a pre-cooked KAIROS_IMAGE rather than calling +base-image
@jimmykarily
Copy link
Contributor Author

Better merge this first: #1939

@jimmykarily jimmykarily mentioned this issue Oct 24, 2023
jimmykarily added a commit that referenced this issue Oct 24, 2023
moved here: #1897 (comment)

Signed-off-by: Dimitris Karakasilis <[email protected]>
jimmykarily added a commit that referenced this issue Oct 24, 2023
moved here: #1897 (comment)

Signed-off-by: Dimitris Karakasilis <[email protected]>
jimmykarily added a commit that referenced this issue Oct 24, 2023
moved here: #1897 (comment)

Signed-off-by: Dimitris Karakasilis <[email protected]>
jimmykarily added a commit that referenced this issue Oct 24, 2023
* Refactor flavors and dockerfiles

Fixes #1898

Signed-off-by: Dimitris Karakasilis <[email protected]>

* Use FRAMEWORK_FLAVOR variable to avoid confusion with FLAVOR

Signed-off-by: Dimitris Karakasilis <[email protected]>

* Fix pipeline by adding mandatory value

Signed-off-by: Dimitris Karakasilis <[email protected]>

* Fix ubuntu Dockerfile

Signed-off-by: Dimitris Karakasilis <[email protected]>

* Apply suggestions from code review

Signed-off-by: Dimitris Karakasilis <[email protected]>

* Remove TODO (already implemented) and non-used ARG "IMAGE"

Signed-off-by: Dimitris Karakasilis <[email protected]>

* Remove TODOs

moved here: #1897 (comment)

Signed-off-by: Dimitris Karakasilis <[email protected]>

* Remove unecessary env variables and fix VARIANT_RELEASE missing

Signed-off-by: Dimitris Karakasilis <[email protected]>

* PR comments

Signed-off-by: Dimitris Karakasilis <[email protected]>

* Remove naming.sh script from base image

Signed-off-by: Dimitris Karakasilis <[email protected]>

* Make sure we use the "fixed" kairos version with the remove "+" symbols

when creating a tag for container images.

Signed-off-by: Dimitris Karakasilis <[email protected]>

* Setup qemu and docker buildx in reusable-build-flavor workflow

because otherwise it fails to build rpi images

Signed-off-by: Dimitris Karakasilis <[email protected]>

* Remove not needed env variables

Signed-off-by: Dimitris Karakasilis <[email protected]>

* Remove temporary change

Signed-off-by: Dimitris Karakasilis <[email protected]>

---------

Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Co-authored-by: Mauro Morales <[email protected]>
@mauromorales mauromorales self-assigned this Nov 8, 2023
@mauromorales
Copy link
Member

I will better not merge since it makes it less explicit for some of the actions in which distro they should be run and in which not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants