ray_chen
(Ray Chen)
15. Dezember 2017 um 09:52
1
I tried to build image using Dockerfile from https://github.com/discourse/discourse_docker/tree/master/image/base but ends up with below error.
Step 46/59 : ADD phantomjs /usr/local/bin/phantomjs
ADD failed: stat /var/lib/docker/tmp/docker-builder498252385/phantomjs: no such file or directory
I cannot find phantomjs on folder “/image/base” of [discourse_docker] repo (GitHub - discourse/discourse_docker: A Docker image for Discourse ). Can someone point me where can I find the file?
sam
(Sam Saffron)
15. Dezember 2017 um 10:32
2
Sorry we are in the process of nuking phantom, it should be gone soon cc @tgxworld
2 „Gefällt mir“
gerhard
(Gerhard Schlager)
15. Dezember 2017 um 10:41
3
Take a look at the following post if you don’t want to wait until phantomjs is removed.
Also, we build a new base image every week. You can find it at https://hub.docker.com/r/discourse/base/
1 „Gefällt mir“
tgxworld
(Alan Tan)
15. Dezember 2017 um 13:00
4
Hmm I didn’t nuke phantomjs yet… That is odd
gerhard
(Gerhard Schlager)
15. Dezember 2017 um 13:05
5
I think what Sam meant to say was:
Sorry we are in the process of nuking phantomjs. It should be gone soon and then you don’t need to worry about the missing phantomjs anymore.
It’s definitely not your fault that the build is failing for @ray_chen . Building the base image is just a little bit more complicated. Currently it doesn’t work without compiling phantomjs before building the base image.
3 „Gefällt mir“