Closed lts-rad closed 8 months ago
while developing a plugin it was observed that buildkit broke the concept of context on a multiline compose file
for ex:
docker compose -f $PWD/docker-compose-virt.yml -f plugins/user/spr-tailscale/docker-compose.yml build
if the 2nd compose file has a context of '.', insteado f using plugins/user/spr-tailscale/ it will attempt to use the CWD.
To address this, we can update the plugin references to use a ${BUILDCTX} environment variable that superd will know to set.
This affected VIRTUAL_MODE containers. fixed now.
while developing a plugin it was observed that buildkit broke the concept of context on a multiline compose file
for ex:
if the 2nd compose file has a context of '.', insteado f using plugins/user/spr-tailscale/ it will attempt to use the CWD.
To address this, we can update the plugin references to use a ${BUILDCTX} environment variable that superd will know to set.