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

Improve the use of docker #88

Open
jdkandersson opened this issue Jan 25, 2023 · 2 comments
Open

Improve the use of docker #88

jdkandersson opened this issue Jan 25, 2023 · 2 comments

Comments

@jdkandersson
Copy link
Contributor

There are some opportunities to improve the use of docker by making an image available rather than needing to build every time.

@merkata
Copy link

merkata commented Jan 25, 2023

Can you elaborate more please? Sounds good and it will be helpful to have more details.

@jdkandersson
Copy link
Contributor Author

The action currently build the docker image on every run which takes about a minute or so. This issue would change that to be done once and uploaded to some image repository so that the image can just be downloaded and run rather than having to be built every time.

This will require changes to the way the workflow is implemented because a release has to be accompanies by a docker image for that release. We will also need to keep an image targeting the main branch up to date so that anyone targeting the default branch are also able to make use of the image. The e2e tests will also need to be changed so that they build and run the latest image on a given branch.

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

No branches or pull requests

2 participants