Dockerexit code > 0
manifest for ... not found
$Error response from daemon: manifest for node:100-alpine not found: manifest unknown
Analysis
The requested image tag does not exist in the Docker registry.
Common Triggers
- ●Typo in the image tag (e.g.,
node:latestt). - ●The tag was deleted from the registry.
- ●You are trying to pull a Windows image on Linux (or vice versa).
Debug Checks
- $Search Docker Hub for the valid tags for that image.
Resolution
1
Use a valid tag (e.g.,
node:lts instead of node:latestt).2
Check if the image supports your OS/Arch.
Metadata
- Tool
- Docker
- Severity
- High
- Tags
- #docker#image#registry