Skip to content

Commit 93595b7

Browse files
committed
Use data: URI for extension icon
1 parent 429797d commit 93595b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ LABEL org.opencontainers.image.title="Tailscale" \
2323
org.opencontainers.image.description="Tailscale lets you securely connect to your Docker containers without exposing them to the public internet." \
2424
org.opencontainers.image.authors="Tailscale Inc." \
2525
org.opencontainers.image.vendor="Tailscale Inc." \
26-
com.docker.desktop.extension.icon="https://tailscale.com/files/tailscale-docker-icon.svg" \
26+
com.docker.desktop.extension.icon="data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='5' width='110' height='110' rx='27.5' fill='%231C1816'/%3E%3Ccircle cx='35.2499' cy='60' r='8.25002' fill='%23FFFDFA'/%3E%3Ccircle cx='59.9999' cy='60' r='8.25002' fill='%23FFFDFA'/%3E%3Ccircle cx='35.2499' cy='84.7501' r='8.25002' fill='%236A6565'/%3E%3Ccircle cx='84.75' cy='84.7501' r='8.25002' fill='%236A6565'/%3E%3Ccircle cx='59.9999' cy='84.7501' r='8.25002' fill='%23FFFDFA'/%3E%3Ccircle cx='84.75' cy='60' r='8.25002' fill='%23FFFDFA'/%3E%3Ccircle cx='35.2499' cy='35.2499' r='8.25002' fill='%236A6565'/%3E%3Ccircle cx='59.9999' cy='35.2499' r='8.25002' fill='%236A6565'/%3E%3Ccircle cx='84.75' cy='35.2499' r='8.25002' fill='%236A6565'/%3E%3C/svg%3E" \
2727
com.docker.desktop.extension.api.version=">=0.2.3" \
2828
com.docker.extension.screenshots='[{"alt": "A list of Docker containers in the Tailscale extension. A caption that says: Connect Docker to your private network. Share development servers with teammates, or remotely access private resources.", "url": "https://tailscale.com/files/images/docker/docker-screenshot-1.png"},{"alt": "A Docker container with a tooltip that says Open in Browser. A browser next to it with a website. A caption that says Easy access, from anywhere. Tailscale gives your containers a static IP and easy DNS name. It works even across firewalls and containerization layers.", "url": "https://tailscale.com/files/images/docker/docker-screenshot-2.png"}]' \
2929
com.docker.extension.detailed-description="<p>With Tailscale, create a secure, virtual private network to connect your devices to in minutes. Tailscale's Docker Desktop extension enables you to connect your containers to your Tailscale network. Any containers with exposed ports are available to others on the same tailnet (Tailscale network).</p><p>Tailscale lets you:</p><ul><li>Share development servers with your teammates without any extra setup</li><li>Access databases and sensitive development resources without exposing them to the public internet</li><li>Use shortnames for your devices and containers thanks to <i>MagicDNS</i></li></ul><h3>About Tailscale</h3><p>Tailscale is a zero-config VPN that installs on any device in minutes, manages firewall rules for you, and works from anywhere. No matter the firewalls or containerization layers that may exist between devices, Tailscale just works. With robust access control rules enforced by each device, users on your network can only access what they're allowed to.</p><p>For more details, visit <a href="https://tailscale.com">tailscale.com</a>." \

0 commit comments

Comments
 (0)