Build helper for BigObject
2.3K
docker run --rm \
-v YOUR_BIGOBJECT_WORKSPACE:/bigobject \
-v YOUR_OUTPUT_DIR:/target \
macrodata/bigobject-build-workspace
Builds everything configured to the specification by BigObject work space.
To build specific module in BigObject
docker run -it --rm \
-v YOUR_BIGOBJECT_WORKSPACE:/bigobject \
-v YOUR_OUTPUT_DIR:/target \
macrodata/bigobject-build-workspace \
/bin/bash
Will bring you to a shell in the container, which you could compile as you would
Content type
Image
Digest
sha256:5631541d3…
Size
372.5 MB
Last updated
almost 9 years ago
docker pull macrodata/bigobject-build-workspace