application-research / estuary-docker

Estuary provisioning using docker
2 stars 6 forks source link

compiling estuary twice #6

Open snissn opened 1 year ago

snissn commented 1 year ago

https://github.com/application-research/estuary-docker/blob/main/estuary-shuttle/Dockerfile

estuary-shuttle is compiling it's own binary for estuary even though it depends on estuary-main, so I think right now my laptop is compiling estuary twice. Is it easy to retool the shuttle docker file to just use the binary compiled in main?

image
snissn commented 1 year ago

it looks like /usr/estuary/private is a shared volume between the two containers already, so we could either copy the binary into there, or create an additional volume for sharing the binary

snissn commented 1 year ago

https://github.com/application-research/estuary-docker/pull/7