acorn-io / runtime

A simple application deployment framework built on Kubernetes
https://docs.acorn.io/
Apache License 2.0
1.14k stars 101 forks source link

buildArgs doesn't work when using `acorn dev` #2395

Open WoLfulus opened 6 months ago

WoLfulus commented 6 months ago

I have an Acornfile that defines 2 containers, both of them builds from the same Dockerfile and the only difference is that each passes a different buildArgs. It seems to work fine when building the acornfile, but when launching with acorn dev, both containers won't received those buildArgs for some reason.

I'll build a repo to reproduce that if necessary ASAP, just let me know.

I'm using v0.9.2