Skip to content

Commit

Permalink
Fix local extension development
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rosszurowski committed Sep 27, 2022
1 parent 183c155 commit 799e5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BUILDER=buildx-multi-arch

LOCAL_IMAGE_NAME=tailscale-docker-extension
LOCAL_IMAGE_NAME=tailscale/docker-extension-dev
REMOTE_IMAGE_NAME=tailscale/docker-extension

STATIC_FLAGS=CGO_ENABLED=0
Expand Down

0 comments on commit 799e5c6

Please sign in to comment.