blabla1337 / skf-labs

Repo for all the OWASP-SKF Docker lab examples
Apache License 2.0
439 stars 201 forks source link

Unable to pull owasp-skf-lab docker image #61

Closed 1nf1n17y closed 4 years ago

1nf1n17y commented 4 years ago

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

mzfr commented 4 years ago

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
1nf1n17y commented 4 years ago

@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.

blabla1337 commented 4 years ago

@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