
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
create-docker-release
Advanced tools
A simple utility to tag and push a docker image to a private registry.
To install the npm run
npm install -g create-docker-release
Then to setup the registry
create-docker-release setup --registry <REGISTRY URL>
then to create a latest release run
create-docker-release release --image <IMAGE NAME>
[!IMPORTANT] The first time this is run a version.json file will be created in the current directory, and maintained for each subsequent release
[!IMPORTANT] when running release withough any --version or --type specified the version will be tagged as latest and will increment the version file with +0.001
To release a specific version (and update the version file to that version)
create-docker-release releare --image <IMAGE NAME> --version <VERSION NUMBER AS FLOAT>
To release a minor or major version
create-docker-release releare --image <IMAGE NAME> --type <minor, major or latest>
[!IMPORTANT] when releasing a minor version it is incremented by +0.01 and a major version increments with +1.0
FAQs
Create a docker release and push it to a registry
We found that create-docker-release 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.