Sign inSign up

macrodata/bigobject-build-workspace

By macrodata

Updated almost 9 years ago

Build helper for BigObject

Image
0

2.3K

macrodata/bigobject-build-workspace repository overview

Docker image for building BigObject package

tl;dr

docker run --rm \
    -v YOUR_BIGOBJECT_WORKSPACE:/bigobject \
    -v YOUR_OUTPUT_DIR:/target \
    macrodata/bigobject-build-workspace

More Info

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

Tag summary

Content type

Image

Digest

sha256:5631541d3

Size

372.5 MB

Last updated

almost 9 years ago

docker pull macrodata/bigobject-build-workspace