New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@devcontainers/cli

Package Overview
Dependencies
Maintainers
3
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devcontainers/cli - npm Package Versions

1
11

0.43.0

Diff

Changelog

Source

[0.43.0]

  • Fix a bug in passing users secrets to dotfile clone and install commands (https://github.com/devcontainers/cli/pull/544)
  • Fix for mount command string generation (https://github.com/devcontainers/cli/pull/537)

May 2023

chrmarti
published 0.42.0 •

Changelog

Source

[0.42.0]

  • Add object notation support for initializeCommand (https://github.com/devcontainers/cli/pull/514)
  • Keep existing lockfile updated (https://github.com/devcontainers/spec/issues/236)
  • HttpOci: Retry fetching bearer token anonymously if credentials appear expired (https://github.com/devcontainers/cli/pull/515)
  • Bump proxy-agent (https://github.com/devcontainers/cli/pull/534)
  • Log feature advisories (https://github.com/devcontainers/cli/pull/528)
  • Check for disallowed features (https://github.com/devcontainers/cli/pull/521)

April 2023

chrmarti
published 0.41.0 •

Changelog

Source

[0.41.0]

  • Secret support for up and run-user-commands (https://github.com/devcontainers/cli/pull/493)
chrmarti
published 0.40.0 •

Changelog

Source

[0.40.0]

  • Experimental lockfile support (https://github.com/devcontainers/cli/pull/495)
  • Update vm2 (https://github.com/devcontainers/cli/pull/500)
chrmarti
published 0.39.0 •

Changelog

Source

[0.39.0]

  • Update auth precedence level for fetching Features/Templates. Notably preferring docker login credentials. (https://github.com/devcontainers/cli/pull/482)
    • The precedence order (https://github.com/devcontainers/cli/blob/4fde394ac16df1061b731d2d2f226850277cbce2/src/spec-configuration/httpOCIRegistry.ts#L147) is now:
      • parsed out of a special DEVCONTAINERS_OCI_AUTH environment variable
      • Read from a docker credential helper indicated in config
      • Read from a docker cred store indicated in config (https://docs.docker.com/engine/reference/commandline/login/#credentials-store)
      • Read from a docker config file (flat file with base64 encoded credentials)
      • Read from the platform's default credential helper
      • Crafted from the GITHUB_TOKEN environment variable
  • Features can now be pinned to a digest in devcontainer.json (https://github.com/devcontainers/cli/pull/480)
  • Automatically clean up test containers when using devcontainers features test (https://github.com/devcontainers/cli/pull/450)
    • The --preserve-test-containers flag can be used to disable this behavior
  • Various internal changes to the Features/Templates OCI registry implementation (https://github.com/devcontainers/cli/pull/490)
chrmarti
published 0.38.0 •

Changelog

Source

[0.38.0]

  • Update vm2 (https://github.com/devcontainers/cli/pull/488)
chrmarti
published 0.37.0 •

Changelog

Source

[0.37.0]

  • Add --config to build command (microsoft/vscode-remote-release#8068)
  • Features/Templates: Fix a bug in reading from docker credential helpers (https://github.com/devcontainers/cli/issues/477)

March 2023

chrmarti
published 0.36.0 •

Changelog

Source

[0.36.0]

  • Add initial support for docker credential helpers when fetching Features/Templates. (https://github.com/devcontainers/cli/pull/460, contributed by @aaronlehmann)
chrmarti
published 0.35.0 •

Changelog

Source

[0.35.0]

  • Transform maven, gradle and jupyterlab usages to their features v2 counterparts. (https://github.com/devcontainers/cli/issues/461)
  • Escape and enclose containerEnv in quotes when writing to Dockerfile. (https://github.com/devcontainers/cli/issues/454)
  • Update package dependencies.
chrmarti
published 0.34.0 •

Changelog

Source

[0.34.0]

  • Also require name property in devcontainer-feature.json. (https://github.com/devcontainers/cli/pull/447)
  • Add --omit-config-remote-env-from-metadata to omit remoteEnv from devcontainer config on container metadata label. (https://github.com/devcontainers/cli/pull/453)
  • Only include required legacy scripts. (https://github.com/microsoft/vscode-remote-release/issues/7532)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc