ray_chen
(Ray Chen)
15 Dicembre 2017, 9:52am
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 Dicembre 2017, 10:32am
2
Sorry we are in the process of nuking phantom, it should be gone soon cc @tgxworld
2 Mi Piace
gerhard
(Gerhard Schlager)
15 Dicembre 2017, 10:41am
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 Mi Piace
tgxworld
(Alan Tan)
15 Dicembre 2017, 1:00pm
4
Hmm I didn’t nuke phantomjs yet… That is odd
gerhard
(Gerhard Schlager)
15 Dicembre 2017, 1:05pm
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 Mi Piace