Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Modify Dockerfile layering #23

Open
3 tasks
mands opened this issue Nov 9, 2015 · 0 comments
Open
3 tasks

Modify Dockerfile layering #23

mands opened this issue Nov 9, 2015 · 0 comments

Comments

@mands
Copy link
Member

mands commented Nov 9, 2015

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 -

  • Move buildstacks into internal scripts
  • Add stack update command to internal scripts
  • Change layering system as described above

Copied from original issue: #5

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

No branches or pull requests

1 participant