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 docker build times #29

Closed
adzialocha opened this issue Mar 12, 2021 · 0 comments · Fixed by #31
Closed

Improve docker build times #29

adzialocha opened this issue Mar 12, 2021 · 0 comments · Fixed by #31

Comments

@adzialocha
Copy link
Collaborator

adzialocha commented Mar 12, 2021

Some ideas:

  • Move all docker images from Digital Ocean to a public repository (we have to change all the tagbuild.yaml github actions and change the image urls in the circles-iac Helm charts)
  • Use these images in our circles-docker repo instead, they are already built and faster to use
  • Change the Makefile to support a different API, something like:
# This will build your local versions of the circles-api and safe-relay-service
make build api relayer

# This will use all pre-built images from the public repository
make build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant