colinmollenhour / mariadb-galera-swarm

MariaDb Galera Cluster container based on official mariadb image which can auto-bootstrap and recover cluster state.
https://hub.docker.com/r/colinmollenhour/mariadb-galera-swarm
Apache License 2.0
216 stars 101 forks source link

i am getting error ,but file is in that directory #89

Closed viki-v closed 3 years ago

viki-v commented 4 years ago

[centos@ip-172-31-33-86 mariadb-galera-swarm]$ docker build -t mariagalera - < Dockerfile-10.4 Sending build context to Docker daemon 3.072kB Step 1/12 : FROM mariadb:10.4 ---> 2f11cf2ec189 Step 2/12 : COPY bin/qpress-11-linux-x64.tar /tmp/qpress.tar COPY failed: stat /var/lib/docker/tmp/docker-builder579211663/bin/qpress-11-linux-x64.tar: no such file or directory

colinmollenhour commented 4 years ago

Strange, I have no idea why you would have that, builds all succeed for me...

koelle25 commented 4 years ago

Your build command seems strange. Try to use it the standard way (works for me): docker build -t mariagalera -f Dockerfile-10.4 .