mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 04:45:51 +03:00
[GH-ISSUE #300] the joys of docker buildkit -- context #135
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#135
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lts-rad on GitHub (Mar 21, 2024).
Original GitHub issue: https://github.com/spr-networks/super/issues/300
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.
@lts-rad commented on GitHub (Mar 25, 2024):
This affected VIRTUAL_MODE containers. fixed now.