educative.io

Educative

Docker build ansible:latest failing

Hi,

Everytime I ran the command below its not letting me build the image and even if I try to start the container it says “unable to find image locally ansible:latest .”

Thanks
Joel


Type your question above this line.

Course: https://www.educative.io/collection/10370001/5161609486925824
Lesson: https://www.educative.io/collection/page/10370001/5161609486925824/6527406655930368

Hi @Joel_Cangayo,

There is a version issue. We will update the course with the latest version of ubuntu. Meanwhile, please use version 20.04 instead of the latest in the docker file.

FROM ubuntu:latest => FROM ubuntu:20.04