Unable to pull owasp-skf-lab docker image
1nf1n17y opened this issue · 3 comments
docker pull blabla1337/owasp-skf-lab
Using default tag: latest
Error response from daemon: manifest for blabla1337/owasp-skf-lab:latest not found: manifest unknown: manifest unknown
Hey, @1nf1n17y It looks like Docker Hub isn't set up to pull default tags. Can you try to pull specific challenge like
sudo docker pull blabla1337/owasp-skf-lab:lfi
@mzfr I am able to pull the lfi challenge. The issue I am trying to solve is deploying all the labs as well as SKF and slack-bot to our swarm, so employees are able to leverage SKF and labs without needing to stand up each container locally.
@1nf1n17y how did it go with the deployment of the labs + SKF + slack-bot?
Also for your info, we have a PoC in the Dev branch of SKF to start the labs and deploy the docker images from the SKF interface. So this will make it very easy in the future for people to start the labs as well from SKF