extensions-sdk icon indicating copy to clipboard operation
extensions-sdk copied to clipboard

Desktop Extensions SDK

Results 63 extensions-sdk issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210915214749-c084706c2272 to 0.17.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20210915214749-c084706c2272&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
go

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.30.3. Changelog Sourced from terser's changelog. v5.30.3 Fix precedence of #private in ... operator v5.30.2 Avoid optimizations inside computed keys, because they can cause js-engine-specific...

dependencies
javascript

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.30.3. Changelog Sourced from terser's changelog. v5.30.3 Fix precedence of #private in ... operator v5.30.2 Avoid optimizations inside computed keys, because they can cause js-engine-specific...

dependencies
javascript

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210226172049-e18ecbb05110 to 0.17.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20210226172049-e18ecbb05110&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
go

**Is your feature request related to a problem? Please describe.** When extensions launch containers using the extensions SDK, additional labels are added to associate the new container with the extension....

enhancement

**Describe the bug** I have created a docker extension, currently the code is private. when I do `docker build -t secretscanner-docker-extension:latest . ` and then `docker extension install secretscanner-docker-extension:latest` I...

bug

**Describe the bug** I've created an extension that uses a named volume (specified in its `compose.yml` file) to store data for the extension. At the moment this volume is visible...

enhancement

**Describe the solution you'd like** A docker extension should be able to hook into the creation of objects in the engine. An extension could thus apply mutations or reject a...

enhancement

**Is your feature request related to a problem? Please describe.** Yeah, some of the icons, may look good on a light theme, but a dark theme may require some changes...

enhancement

**Is your feature request related to a problem? Please describe.** I need to be able to send a stream of characters to the stdin belonging to a process started by...

enhancement