ansible-nas
ansible-nas copied to clipboard
Krusader fails because the image has been removed from Docker Hub
https://hub.docker.com/r/djaydev/krusader/ 404s
This results in an error while running the playbook like such:
fatal: [ansible-nas]: FAILED! => {"changed": false, "msg": "Error pulling image djaydev/krusader:latest - 404 Client Error for http+docker://localhost/v1.41/images/create?tag=latest&fromImage=djaydev%2Fkrusader: Not Found ("pull access denied for djaydev/krusader, repository does not exist or may require 'docker login': denied: requested access to the resource is denied")"}
One solution might be to swap it out in the tasks/krusader file for the item 'image':
binhex/arch-krusader:latest
https://hub.docker.com/r/binhex/arch-krusader