-
Notifications
You must be signed in to change notification settings - Fork 1
Add utilities for cacheable layers in docker builds #33
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
Conversation
and the versioned file to not be overwritten at COPY npm-monorepo/ci/ in Dockerfile
Ready for merge + publish, but how do we adopt the tests? Can we run them in build-contract's build-contract? |
9798d29
to
71a1717
Compare
i.e. called through `build-contract` from anywhere, like with npm install -g'd build-contract.
Built |
@atamon You'll probably - unless we take a hard look at our npm-monorepo deps cause output like:
A workaround is to monkeypatch package-lock.json. Not a big deal security-wise for monorepo deps, but annoying enough. |
so that build-contract terminates, though no longer with colors in the error message.
In-docker (not only in-cluster) build-contract also fails due to monorepo npm pack not executing the
|
With CI builds or local round trips we want the following layers cached
Still WIP. We should port the tests from https://github.com/solsson/npm-monorepo-example to build-contracts here.