-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Provide multiple images per runtimes #20
Comments
I currently have an action on the Replay's repo to do something like this, but with the GNOME Nightly SDK. It builds the Docker image, and uploads it to Docker Hub. Maybe I can do it for here too |
Ah do you have something I can look at ? unless you want to give it a try. It should just create multiple images per the number of sdks there's so fdo, gnome, kde and for each of those have a specific tag per version of the sdk we support and have the CI generate all the images and push them to docker hub. We can then schedule the job weekly to ensure they stay up to date |
If u confirm that u've not started working on this yet, I'll self-assign the issue and start trying to implement it tomorrow or the day after tomorrow |
Feel free to look at it, otherwise I will do this weekend |
For now we only have fdo//20.08 pre-installed. We should provide an image per runtime per version, I think we can hack some CI to automate all of that using Github Actions and publish the images somewhere like Dockerhub
The text was updated successfully, but these errors were encountered: