Based on ubuntu:18.04 and go1.13.5.linux-amd64
It needs to mount 3 folders and set 3 environment variables,
docker-compose -f docker-compose.yml up
version: '3'
services:
streamer_builder:
image: bigobject/streamer_builder
container_name: streamer_builder
volumes:
- ./major/:/workspace/streamer_go/major/
- ./plugin/:/workspace/streamer_go/plugin/
- ./output/:/workspace/output
environment:
PROD: symomdb_order_rd
GOCONVERTER: csv2csv
#RUN_BASH: 'true'
version: '3'
services:
streamer_builder:
image: bigobject/streamer_builder:svt
container_name: streamer_builder
volumes:
#- ./major/:/workspace/streamer_go/major/
#- ./plugin/:/workspace/streamer_go/plugin/ # Optional
#- ./svt/:/workspace/streamer_go/svt/ # Optional
- ./output/:/workspace/output
environment:
PROD: symomdb_order_rd
GOCONVERTER: csv2csv
#RUN_BASH: 'true'
docker run --rm -v $PWD/major:/workspace/streamer_go/major/ -v $PWD/plugin:/workspace/streamer_go/plugin/ -v $PWD/output:/workspace/output -e PROD=symomdb_order_rd -e GOCONVERTER=csv2csv -e RUN_BASH=true bigobject/streamer_builder
Content type
Image
Digest
sha256:c81c219a6…
Size
549.9 MB
Last updated
over 3 years ago
docker pull bigobject/streamer_builder