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 May 10, 2023. It is now read-only.
Need better mechanism to build containers and current layering is brittle and doesn't allow for updating lower-level layers with new code (i.e. baseos, lang, stackhut runner) without a full re-deploy.
Currently can't update deps without service redeploy. Need to restructure layering system, should hopefully provide builder speedup due to caching also.
New method handles this is a much better way forcing last-minute linearisation of all dependencies whilst storing the user service artefact for later updates.
From @mands on October 12, 2015 17:30
Need better mechanism to build containers and current layering is brittle and doesn't allow for updating lower-level layers with new code (i.e. baseos, lang, stackhut runner) without a full re-deploy.
Currently can't update deps without service redeploy. Need to restructure layering system, should hopefully provide builder speedup due to caching also.
New method handles this is a much better way forcing last-minute linearisation of all dependencies whilst storing the user service artefact for later updates.
Steps -
Copied from original issue: #5
The text was updated successfully, but these errors were encountered: