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

Update Dockerfiles to use multi-stage build #19

Open
loothero opened this issue Jun 11, 2024 · 0 comments
Open

Update Dockerfiles to use multi-stage build #19

loothero opened this issue Jun 11, 2024 · 0 comments

Comments

@loothero
Copy link
Member

Currently our katana file:

  1. Checkouts Loot Survivor
  2. Builds Loot Survivor
  3. Deploys Loot Survivor to Katana

We should change this to use multi-stage build process so that we generate the build artifacts during the first stage and then move them into a fresh container alongside katana. This way we don't have the extra bloat of source code in the container running katana+LS

We should do the same with DNA stream as well and anything else that is similar.

starknetdev pushed a commit that referenced this issue Sep 12, 2024
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

1 participant