dbvideostriketeam / wubloader

MIT License
14 stars 6 forks source link

Error running default docker-compose #359

Closed chrusher closed 10 months ago

chrusher commented 10 months ago

Running generate-docker-compose on the default docker-compose.jsonnet now gives RUNTIME ERROR: undefined external variable: tag which at the very least is not documented.

ekimekim commented 10 months ago

I can't reproduce this, and I'm not sure how it would be possible.

We define the tag when we run the docker-compose file:

docker run --rm -i sparkprime/jsonnet -V tag="$(./get-build-tag)"
chrusher commented 10 months ago

Ok this looks like I was running an old version of generate-docker-compose. I am going to close this issue.