Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
docker-image-exists
Advanced tools
Ever needed to check if a specific docker image has been published to Docker Hub?
npm install -g docker-image-exists
export DOCKER_USER=stayradiated
export DOCKER_PASSWORD=supersecretpassword
if docker-image-exists --quiet --repo stayradiated/dockerthing:2.0.0
then
echo Docker image exist!
else
echo Need to create docker image!
fi
Usage: docker-image-exists [options]
Options:
-h, --help output usage information
-V, --version output the version number
-q, --quiet Do not print anything to console
-r, --repo [repo] Docker repo name (owner/name:tag)
-u, --username [username] Docker username
-p, --password [password] Docker password
FAQs
Check if a docker image exists in the docker hub registry
The npm package docker-image-exists receives a total of 0 weekly downloads. As such, docker-image-exists popularity was classified as not popular.
We found that docker-image-exists 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
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.