Skip to content

Commit 799e5c6

Browse files
committed
Fix local extension development
Due to a Docker Desktop issue (docker/extensions-sdk#215), all local extension containers need to have a namespace prefix before a slash (eg. tailscale/my-extension). Failure to do so can cause issues when trying to remove extensions. While the bug might be fixed, it seems like this prefix is recommended anyways, so we'll keep it around for the long term.
1 parent 183c155 commit 799e5c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BUILDER=buildx-multi-arch
22

3-
LOCAL_IMAGE_NAME=tailscale-docker-extension
3+
LOCAL_IMAGE_NAME=tailscale/docker-extension-dev
44
REMOTE_IMAGE_NAME=tailscale/docker-extension
55

66
STATIC_FLAGS=CGO_ENABLED=0

0 commit comments

Comments
 (0)