A library that pulls container images.
This repository is closed to public contributions.
| Function | Description |
|---|---|
| new DockerPull().pull | Downloads an image from a Container Registry |
See the internal Confluence page snyk-docker-pull: Local Testing Setup for environment variable names, 1Password credential locations, and instructions for running the test suite locally.
Note: Linting tasks are also run as part of the test run. However, due to their execution speed, it can be useful to run them as you develop, to keep your code organized.
To run the code formatting tasks:
$ npm run formatTo run the linting tasks:
$ npm run lint