npm testcontainers 7.0.0
v7.0.0

latest releases: 10.13.1, 10.13.0, 10.12.0...
3 years ago

Changes

🚨 Breaking Changes

  • Signature change: new GenericContainer('image', 'tag') => new GenericContainer('image:tag')
    The reason for this is to support providing an optional registry, eg. new GenericContainer('registry/image:tag')
  • withAuthentication method has been removed.
    Authentication is now automatically resolved from $HOME/.docker/config.json

🚀 Features

Don't miss a new testcontainers release

NewReleases is sending notifications on new releases.