In particular, if you go into so/packages/docker/src/main/docker/docker-files and run the command: *docker build -f Dockerfile.so-base-image .
* The output is: root@rancher:/home/ubuntu/so/packages/docker/src/main/docker/docker-files# docker build -f Dockerfile.so-base-image . Sending build context to Docker daemon 31.74 kB Step 1/10 : FROM openjdk:8-jdk-alpine ---> 3675b9f543c5 Step 2/10 : ARG http_proxy ---> Using cache ---> f538a6ef3fd7 Step 3/10 : ARG https_proxy ---> Using cache ---> e64a4a9b6508 Step 4/10 : ENV HTTP_PROXY $http_proxy ---> Using cache ---> 9365fe016d04 Step 5/10 : ENV HTTPS_PROXY $https_proxy ---> Using cache ---> 0d52a5bc379d Step 6/10 : ENV http_proxy $HTTP_PROXY ---> Using cache ---> 43fd850d0be3 Step 7/10 : ENV https_proxy $HTTPS_PROXY ---> Using cache ---> 06a290aa3d34 Step 8/10 : RUN apk update && apk upgrade ---> Running in 0d7344de6893 fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz *ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.9/main: temporary error (try again later)* *WARNING: Ignoring APKINDEX.b89edf6e.tar.gz: No such file or directory* *ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.9/community: temporary error (try again later)* *WARNING: Ignoring APKINDEX.737f7e01.tar.gz: No such file or directory* *2 errors; 54 distinct packages available* *The command '/bin/sh -c apk update && apk upgrade' returned a non-zero code: 2 * Aniello Paolo Malinconico -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16942): https://lists.onap.org/g/onap-discuss/message/16942 Mute This Topic: https://lists.onap.org/mt/31532362/21656 Mute #so: https://lists.onap.org/mk?hashtag=so&subid=2740164 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
