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

Store built Layman docker image on docker hub #642

Open
index-git opened this issue Aug 3, 2022 · 2 comments
Open

Store built Layman docker image on docker hub #642

index-git opened this issue Aug 3, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@index-git
Copy link
Collaborator

To shorten the runtime of GitHub Actions (automated tests). As of now 'build' step takes 5 minutes, I expected to shorten it to max of 4 minutes.

@jirik
Copy link
Member

jirik commented Mar 3, 2023

It was partially implemented in v1.20.0 by PR #770 (images are suitable only for test environment)

@jirik
Copy link
Member

jirik commented Mar 3, 2023

Another step could be to split Dockerfiles into two parts: the first part that does not use env settings and install maximum number of dependencies, and second part that uses env settings. Then we can use first-part Dockerfiles to build reusable dev/demo images and store them at DockerHub.

@jirik jirik changed the title Store build Layman docker image on docker hub Store built Layman docker image on docker hub Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants