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 was archived by the owner on May 5, 2023. It is now read-only.
it would be great to have something like:
shipwright build -- --pullwhich runsdocker build {container} --pulland in the JSON:
{ "version": "1.0.1", "namespace": "shipwright", "names": { "/": "shipwright/shared", "/foo": "shipwright/awesome_sauce" }, "buildArgs": { "pull": true, "ulimit": ["ulimit", "extra ulimit"], "cpusetCpus": 2, } }which runs: