Advertisement
Guest User

Untitled

a guest
May 15th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. Building ew-context-storage
  2. Step 1/7 : FROM java:alpine
  3. ---> 3fd9dd82815c
  4. Step 2/7 : ENV VERSION=2.22.0
  5. ---> Using cache
  6. ---> fec7f5128756
  7. Step 3/7 : ARG ARTIFACTORY
  8. ---> Using cache
  9. ---> 163d518ceb56
  10. Step 4/7 : RUN apk update && apk add ca-certificates wget && update-ca-certificates && apk add postgresql-client postgresql-bdr
  11. ---> Using cache
  12. ---> 18f4d9ac1ae5
  13. Step 5/7 : RUN wget --user=panbet-dev --password=panbet-dev ${ARTIFACTORY}/artifactory/libs-release/com/ewt/ew-context-storage-rest/"$VERSION"/ew-context-storage-rest-"$VERSION".war -O home/ew-context-storage.war
  14. ---> Running in cfe9095e76d6
  15. --2019-05-15 08:05:26-- http://172.18.4.26/artifactory/libs-release/com/ewt/ew-context-storage-rest/2.22.0/ew-context-storage-rest-2.22.0.war
  16. Connecting to 172.18.4.26:80... connected.
  17. HTTP request sent, awaiting response... 404 Not Found
  18. 2019-05-15 08:05:26 ERROR 404: Not Found.
  19.  
  20. ERROR: Service 'ew-context-storage' failed to build: The command '/bin/sh -c wget --user=panbet-dev --password=panbet-dev ${ARTIFACTORY}/artifactory/libs-release/com/ewt/ew-context-storage-rest/"$VERSION"/ew-context-storage-rest-"$VERSION".war -O home/ew-context-storage.war' returned a non-zero code: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement