Releases: docker/extensions-sdk
Releases · docker/extensions-sdk
v0.0.1-alpha.2
Docker Desktop build with Extensions capabilities
- mac (intel): https://desktop-stage.docker.com/mac/main/amd64/72256/Docker.dmg
- mac (arm): https://desktop-stage.docker.com/mac/main/arm64/72256/Docker.dmg
- win: https://desktop-stage.docker.com/win/main/amd64/72256/Docker%20Desktop%20Installer.exe
Docker Extensions CLI
Please find platform-specific release assets attached below.
Bug Fixes
- Fix CLI bug in
docker extension enable
, the extension feature was not properly enabled
Highlights
v0.0.1-alpha.1
Docker Desktop build with Extensions capabilities
- mac (intel): https://desktop-stage.docker.com/mac/main/amd64/72256/Docker.dmg
- mac (arm): https://desktop-stage.docker.com/mac/main/arm64/72256/Docker.dmg
- win: https://desktop-stage.docker.com/win/main/amd64/72256/Docker%20Desktop%20Installer.exe
Docker Extensions CLI
Please find platform-specific release assets attached below.
✨ Highlights ✨
- An extension must specify a set of required image labels in its
Dockerfile
. - You can now Hot reload the extension UI when developing an extension.
What's Changed
- Document new extension dev setup by @felipecruz91 in #35
- Doc CLI install for mac/windows by @gtardif in #37
- Update README.md with show extension containers by @felipecruz91 in #40
- tailscale: set environment variable for HostInfo by @DentonGentry in #38
- tailscale: set hostname to "docker-desktop" by @DentonGentry in #39
- Add documentation about developping the UI by @rumpl in #41
- tailscale: set hostname "${hostname}-docker-desktop" by @DentonGentry in #42
- Use new APIs simplifying extension definition of VM services by @gtardif in #43
- Add
org.opencontainers.image.description
to extensions by @felipecruz91 in #44 - Tidy the main README by @chris-crone in #45
- Fix tailscale image labels and add icon by @gtardif in #47
- tailscale: update copy for extension by @mayakacz in #48
- Renamed image labels by @gtardif in #50
- Use host network for tailscale VM extension by @gtardif in #52
- Add tutorial for minimal UI extension by @felipecruz91 in #54
New Contributors
- @DentonGentry made their first contribution in #38
- @mayakacz made their first contribution in #48
Full Changelog: v0.0.1-alpha...v0.0.1-alpha.1
v0.0.1-alpha
Docker Desktop build with Extensions capabilities
- mac (intel): https://desktop-stage.docker.com/mac/main/amd64/71131/Docker.dmg
- mac (arm): https://desktop-stage.docker.com/mac/main/arm64/71131/Docker.dmg
- win: https://desktop-stage.docker.com/win/main/amd64/71131/Docker%20Desktop%20Installer.exe
Docker Extensions CLI
Please find platform-specific release assets attached below.