doesn't work with image "devopsqa/fortify"
See original GitHub issuedocker pull laniksj/dfimage
alias dfimage="docker run -v /var/run/docker.sock:/var/run/docker.sock --rm laniksj/dfimage"
docker pull devopsqa/fortify
dfimage devopsqa/fortify
Traceback (most recent call last):
File "/root/entrypoint.py", line 56, in <module>
__main__ = MainObj()
File "/root/entrypoint.py", line 16, in __init__
self._get_image(argv[-1])
File "/root/entrypoint.py", line 32, in _get_image
raise ImageNotFound("Image {} not found\n".format(img_hash))
__main__.ImageNotFound: Image devopsqa/fortify not found
I am looking for a image to run with fortify, and find it in hub.docker.com. I 'd like to reverse its Dockerfile. this image devopsqa/fortify
is huge,
docker images devopsqa/fortify
REPOSITORY TAG IMAGE ID CREATED SIZE
devopsqa/fortify latest 9db34bb78a6e 2 years ago 3.04GB
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Azure DevOps - Fortify Integrations - Micro Focus
Use the Fortify Azure DevOps build tasks in your continuous integration builds to identify security issues in your source code. Build tasks include:....
Read more >Fortify CI Integrations Part 2 (Jenkins, Azure DevOps) - YouTube
Fortify can integrate with virtually any CI/CD tool in the market. In this session, Diogo Rispoli ( Fortify Master Solutions Architect), ...
Read more >Fortify Docker image security with these 5 tips | TechTarget
2. Opt for multistage builds. It's often optimal to run one image in testing and another in production. Tested images don't need compilers,...
Read more >Error authenticating with Fortify on Demand. Error
I am trying to do automate build with fortify on demand extension ... Run Fortify on Demand static assessment on Devops - IISDeploy.sln....
Read more >Troubleshoot pipeline runs - Azure DevOps - Microsoft Learn
In this article. Pipeline won't trigger; Pipeline queues but never gets an agent; Pipeline fails to complete; Get logs to diagnose problems; I ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You’re using the image name vs image ID:
Above works no problem.
Sure, let me take a look when have time to improve it.