Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker failed to build #51

Closed
albhasan opened this issue Oct 22, 2019 · 2 comments
Closed

docker failed to build #51

albhasan opened this issue Oct 22, 2019 · 2 comments

Comments

@albhasan
Copy link

Good afternoon,

I'm having touble while building the docker image. I'm running the following:

git clone https://github.com/mundialis/actinia_core.git
cd actinia_core/docker/
docker-compose build
sudo docker-compose build

and I'm getting the following error:

Step 21/43 : COPY docker/actinia-core/snap /src/snap
ERROR: Service 'actinia-core' failed to build: COPY failed: stat /var/lib/docker/tmp/docker-builder473168139/docker/actinia-core/snap: no such file or directory

I'm running Ubuntu 18.04.3 LTS with Docker version 18.09.7, build 2d0083d

Kind regards,

@mmacata
Copy link
Member

mmacata commented Oct 23, 2019

Hi,
we updated the Dockerfile recently but forgot to update the docker-compose.yaml. Thank you for pointing us to this!
I created a PR #52 which should fix this issue. If you like, you can test with:

git clone https://github.com/mmacata/actinia_core.git
cd actinia_core
git checkout docker-compose-context
cd docker
docker-compose build
sudo docker-compose build

@albhasan
Copy link
Author

Hi,
your workaround did the job! Now I'm gonna test it in my local environment. I'm very excited about Actinia and its future releases. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants