You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
Try to opmtimize the build performance. Currently the build process slows down drastically if the genereated Dockerimage is > 1 day old.
(!) Docker commands should be changed to be executed as non-root user for securioty concerns
Is Caching possible in the build process? Keep in mind that concurrent builds should be possible. Check if https://github.com/paritytech/cachepot is useful.
Check the currently used Dockerfile:
https://github.com/achimcc/ink-backend/blob/main/compiler/Dockerfile
Used by https://github.com/achimcc/ink-backend/blob/main/src/sandbox.rs to compile ink! Smart Contracts to WASM
Try to opmtimize the build performance. Currently the build process slows down drastically if the genereated Dockerimage is > 1 day old.
(!) Docker commands should be changed to be executed as non-root user for securioty concerns
Is Caching possible in the build process? Keep in mind that concurrent builds should be possible. Check if https://github.com/paritytech/cachepot is useful.
Tasks:
The text was updated successfully, but these errors were encountered: