ewolff / SCS-ESI

Demo for Self-contained Systems (SCS) using ESI (Edge Side Includes) with Varnish for Frontend Integration
Apache License 2.0
45 stars 15 forks source link

build problem #1

Closed jochen777 closed 8 years ago

jochen777 commented 8 years ago

Hello Eberhard, I just wanted to try out this, everything went fine until "docker-compose build":

docker-compose build Building catalog Step 1 : FROM ewolff/docker-java latest: Pulling from ewolff/docker-java c862d82a67a2: Pull complete a3ed95caeb02: Pull complete eb7afce74b5b: Pull complete Digest: sha256:bcb1e79929d2334edef90fbb4a80b07aafe74fcbb8b0a28d5e085d366c9ff6d5 Status: Downloaded newer image for ewolff/docker-java:latest ---> 051556b239ed Step 2 : ADD target/microservice-demo-catalog-0.0.1-SNAPSHOT.jar . ERROR: Service 'catalog' failed to build: lstat target/microservice-demo-catalog-0.0.1-SNAPSHOT.jar: no such file or directory

Is this target maybe missing?

best regards -- Jochen

ewolff commented 8 years ago

Hi, Please do a git pull. This should be fixed now. Best regards, Eberhard On Jun 29, 2016 13:29, "Jochen Pier" notifications@github.com wrote:

Hello Eberhard, I just wanted to try out this, everything went fine until "docker-compose build":

docker-compose build Building catalog Step 1 : FROM ewolff/docker-java latest: Pulling from ewolff/docker-java c862d82a67a2: Pull complete a3ed95caeb02: Pull complete eb7afce74b5b: Pull complete Digest: sha256:bcb1e79929d2334edef90fbb4a80b07aafe74fcbb8b0a28d5e085d366c9ff6d5 Status: Downloaded newer image for ewolff/docker-java:latest ---> 051556b239ed Step 2 : ADD target/microservice-demo-catalog-0.0.1-SNAPSHOT.jar . ERROR: Service 'catalog' failed to build: lstat target/microservice-demo-catalog-0.0.1-SNAPSHOT.jar: no such file or directory

Is this target maybe missing?

best regards -- Jochen

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ewolff/SCS-ESI/issues/1, or mute the thread https://github.com/notifications/unsubscribe/AAgTps4xJh43gW0mpdrYIzatN-AZvjIwks5qQkkdgaJpZM4JA_gA .

ewolff commented 8 years ago

Hi, I forgot to push. Please try again and close the issue if it is fixed. Thanks! Eberhard On Jun 29, 2016 16:42, "Eberhard Wolff" eberhard.wolff@gmail.com wrote:

Hi, Please do a git pull. This should be fixed now. Best regards, Eberhard On Jun 29, 2016 13:29, "Jochen Pier" notifications@github.com wrote:

Hello Eberhard, I just wanted to try out this, everything went fine until "docker-compose build":

docker-compose build Building catalog Step 1 : FROM ewolff/docker-java latest: Pulling from ewolff/docker-java c862d82a67a2: Pull complete a3ed95caeb02: Pull complete eb7afce74b5b: Pull complete Digest: sha256:bcb1e79929d2334edef90fbb4a80b07aafe74fcbb8b0a28d5e085d366c9ff6d5 Status: Downloaded newer image for ewolff/docker-java:latest ---> 051556b239ed Step 2 : ADD target/microservice-demo-catalog-0.0.1-SNAPSHOT.jar . ERROR: Service 'catalog' failed to build: lstat target/microservice-demo-catalog-0.0.1-SNAPSHOT.jar: no such file or directory

Is this target maybe missing?

best regards -- Jochen

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ewolff/SCS-ESI/issues/1, or mute the thread https://github.com/notifications/unsubscribe/AAgTps4xJh43gW0mpdrYIzatN-AZvjIwks5qQkkdgaJpZM4JA_gA .

jochen777 commented 8 years ago

Now it works - thank you!