docker-ci-tool-stack icon indicating copy to clipboard operation
docker-ci-tool-stack copied to clipboard

Can't locate specified Dockerfile: Dockerfile

Open unipark00 opened this issue 6 years ago • 3 comments

Hi, Marcel I tried to run containers, but error occurs like the below,

$ docker-compose up -d
Creating network "dockercitoolstack_prodnetwork" with driver "bridge"
Creating volume "dockercitoolstack_nexus-data" with default driver
Creating volume "dockercitoolstack_jenkins-data" with default driver
Building nexus
ERROR: Cannot locate specified Dockerfile: Dockerfile

I guess that there is something wrong at your docker-compose.yml. services: nexus: build: ./docker-nexus3 -> ./nexus

Could you check it out?

unipark00 avatar Mar 18 '18 12:03 unipark00

Nexus directory is actually a nested git repo, so when you start clone, you also must define: git clone --recursive http://...

On Mar 18, 2018 3:08 PM, "unipark00" [email protected] wrote:

Hi, Marcel I tried to run containers, but error occurs like the below,

$ docker-compose up -d Creating network "dockercitoolstack_prodnetwork" with driver "bridge" Creating volume "dockercitoolstack_nexus-data" with default driver Creating volume "dockercitoolstack_jenkins-data" with default driver Building nexus ERROR: Cannot locate specified Dockerfile: Dockerfile

I guess that there is something wrong at your docker-compose.yml. services: nexus: build: ./docker-nexus3 -> ./nexus

Could you check it out?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/marcelbirkner/docker-ci-tool-stack/issues/63, or mute the thread https://github.com/notifications/unsubscribe-auth/AbrAG3YZXRcO-42Tyq0jInN_mYM6uS7Mks5tfk4ugaJpZM4SvK8W .

localsnet avatar Mar 18 '18 17:03 localsnet

hi even am getting the same error with docker compose file

sandeepk17 avatar Oct 20 '18 16:10 sandeepk17

i am getting this error. Please help me.

ERROR: Cannot locate specified Dockerfile: Dockerfile

babujii avatar Nov 14 '18 11:11 babujii