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

More intelligent CI for images #208

Open
davenquinn opened this issue May 25, 2024 · 0 comments
Open

More intelligent CI for images #208

davenquinn opened this issue May 25, 2024 · 0 comments
Assignees

Comments

@davenquinn
Copy link
Member

davenquinn commented May 25, 2024

Following on #207, we no longer have the issue of tedious builds in runtime. However, Docker image builds are still slow. Some of this can be solved with improvements to our CI configuration. Specifically:

  • Docker image builds should better make use of the layer cache, not just the module cache
  • We should ensure the layer cache is loaded effectively in Github CI
  • The Production and development CI tasks should be unified – they both do the same bundle process, only applying different tags to the built image
  • It seems to take a long time to upload to Harbor; is this normal?
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