I get the same result.
[root@onap-offline-installation docker]# docker build .
Sending build context to Docker daemon  25.09kB
Step 1/8 : FROM alpine:3.8
---> c8bccc0af957
Step 2/8 : ARG ansible_version=2.7.8
---> Using cache
---> 4fb9b8ff2b64
Step 3/8 : LABEL ansible_version=$ansible_version vendor=Samsung
---> Using cache
---> 1bd953315b96
Step 4/8 : RUN apk --no-cache update && apk --no-cache --update add --virtual 
build-dependencies   gcc   make   musl-dev   libffi-dev   openssl-dev   
python3-dev && apk add --no-cache   python3   py3-pip   openssh-client   
openssl   py3-openssl   openssh   sshpass && pip3 install --upgrade pip && pip3 
install   ansible==$ansible_version   jmespath   netaddr   jsonpointer && apk 
del build-dependencies && rm -rf /var/cache/apk/* && rm -rf /root/.cache
---> Running in 66ff4d449ff3
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
v3.8.5-66-gccbd6a8ae7 [http://dl-cdn.alpinelinux.org/alpine/v3.8/main]
v3.8.5-66-gccbd6a8ae7 [http://dl-cdn.alpinelinux.org/alpine/v3.8/community]
OK: 9563 distinct packages available
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz

It hangs on this step.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23020): https://lists.onap.org/g/onap-discuss/message/23020
Mute This Topic: https://lists.onap.org/mt/81360759/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to