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

Automate docker image builds #4620

Open
goatgoose opened this issue Jun 20, 2024 · 0 comments
Open

Automate docker image builds #4620

goatgoose opened this issue Jun 20, 2024 · 0 comments

Comments

@goatgoose
Copy link
Contributor

Problem:

Currently the docker images used in CI are re-built manually whenever we add something to them. Manually building the docker images and uploading them to ECR is an involved process, so productivity would increase if this process was automated.

Additionally, all of the tooling used in CI is fixed until the docker image is rebuilt, even if the install scripts download the latest version.

Solution:

Automate the process of building the docker images used in CI with Github actions.

Requirements / Acceptance Criteria:

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

No branches or pull requests

2 participants