-
Notifications
You must be signed in to change notification settings - Fork 66
Docker build fail #84
Comments
You are removing lot of dependencies from the base os(which is centos7 not ubuntu) in the container. I don't think this will work properly. |
Ubuntu is the host, not the base image. I stumbled on that thread when I was google-ing, but that is not the problem. The changes I made is removing
The binary Does the image build successfully for you? Because I tried a few times on different distributions, just to be sure and it fails the same way. |
The image built successfully for me locally on ubuntu 20.04 using podman instead of docker. I also forked and rebuilt in a github actions pipeline on a ubi8 (rhel 8 container) rebase Dockerfile.ubi8. GH Actions pipelines run on ubuntu by default as well (20.04 in this case). Image is available for testing @ quay.io/containercraft/ansible-runner-service |
Hello, I am trying to run the Docker container on Ubuntu 20.04 with Docker version 19.03.12, build 48a66213fe
It seems the image can't build because of easy_install error, this is the output:
I manged to make it work with the following Dockerfile, I have not tested the service with playbooks yet, but the /api endpoint seems to work. If you think it is good enough please use it or I can make pull request:
The text was updated successfully, but these errors were encountered: