
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
docker-image-builder
Advanced tools
Builds docker images using remote Dockerfiles and source directories from S3
npm install Runnable/docker-image-builder
For an example, see example.js. Replace the AWS placeholders with valid credentials, and populate the context with valid information (source, and optionally versions). This is how you would use this module externally.
This also assumes you have Docker running locally on the standard port (4243).
Be sure to run npm install prior to running the example.
Finally, run the example:
node example.js
You can see more verbose debugging output by setting DEBUG before running.
DEBUG=docker-image-builder:* node example.js
This now supports specifying S3 file versions for specific keys. See the example.js for how it is used, but here is the gist: in the context, include a key versions which is a map of Key: VersionId and is used to retrieve specific versions of an object out of S3.
There is one test written, which can be run using npm test. It currently uses nock to mock all the calls to S3 and Docker, which makes it run quickly but only test the functionality of the written logic.
FAQs
build images from many different sources!
We found that docker-image-builder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.