Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest image won't build #6

Open
rosshettel opened this issue Jul 10, 2016 · 0 comments
Open

Latest image won't build #6

rosshettel opened this issue Jul 10, 2016 · 0 comments

Comments

@rosshettel
Copy link

Hi, it seems there's an issue building the image, I've copied my log output below.

Building transmission
Step 1 : FROM alpine:3.3
3.3: Pulling from library/alpine
6c123565ed5e: Pull complete
Digest: sha256:4fa633f4feff6a8f02acfc7424efd5cb3e76686ed3218abf4ca0fa4a2a358423
Status: Downloaded newer image for alpine:3.3
 ---> 47cf20d8c26c
Step 2 : MAINTAINER Albert Dixon <[email protected]>
 ---> Running in 65e1ebe9a667
 ---> 79612307f709
Removing intermediate container 65e1ebe9a667
Step 3 : ENTRYPOINT tini -g -- /sbin/entry
 ---> Running in 0d720bc0463d
 ---> 0d73d7ecb196
Removing intermediate container 0d720bc0463d
Step 4 : CMD /sbin/start
 ---> Running in 95edc8939f16
 ---> ee11b2791e07
Removing intermediate container 95edc8939f16
Step 5 : EXPOSE 9091
 ---> Running in 2b8138d6cc76
 ---> 714598c15c62
Removing intermediate container 2b8138d6cc76
Step 6 : ENV T2_VER v2.2.1 TRANSMON_VER v0.2.3
 ---> Running in 85d36767bde9
 ---> 2ba171051c78
Removing intermediate container 85d36767bde9
Step 7 : ADD https://github.com/albertrdixon/tmplnator/releases/download/${T2_VER}/t2-linux.tgz /t2.tgz

 ---> 7a4e5ca057e3
Removing intermediate container aad67e91b65c
Step 8 : ADD https://github.com/albertrdixon/transmon/releases/download/${TRANSMON_VER}/transmon-linux.tgz /transmon.tgz

 ---> 4cd21a70e372
Removing intermediate container 81ac90b5c86a
Step 9 : ADD https://github.com/ronggang/transmission-web-control/raw/master/release/transmission-control-full.tar.gz /web.tgz

 ---> 5fd8394436c8
Removing intermediate container 129de445a2d7
Step 10 : ADD https://www.privateinternetaccess.com/openvpn/openvpn.zip /

 ---> 84f38eb06190
Removing intermediate container c46a6c5fde52
Step 11 : WORKDIR /
 ---> Running in 044e89daa52e
 ---> 7bd027383298
Removing intermediate container 044e89daa52e
Step 12 : RUN echo "http://dl-4.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories     && echo "http://dl-4.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories     && echo "http://dl
-1.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories     && apk update     && apk add       bash       ca-certificates       openvpn       tar       tini       transmission-daemon
unzip     && mkdir -vp       /certs       /etc/pia_transmission_monitor       /openvpn       /transmission/openvpn       /web     && tar xvzf /t2.tgz -C /bin     && tar xvzf /transmon.tgz -C /bin
&& tar xvzf /web.tgz -C /web --strip-components=1     && unzip -Lj /openvpn.zip ca.crt crl.pem -d /openvpn     && mv -vf /openvpn/ca.crt /certs/pia.crt     && mv -vf /openvpn/crl.pem /certs/pia.pem
  && deluser transmission     && rm -rvf /openvpn* /*.tgz
 ---> Running in 958d1faffe81
fetch http://dl-cdn.alpinelinux.org/alpine/v3.3/main/x86_64/APKINDEX.tar.gz
ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.3/main: temporary error (try again later)
WARNING: Ignoring APKINDEX.5a59b88b.tar.gz: No such file or directory
fetch http://dl-cdn.alpinelinux.org/alpine/v3.3/community/x86_64/APKINDEX.tar.gz
ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.3/community: temporary error (try again later)
WARNING: Ignoring APKINDEX.7c1f02d6.tar.gz: No such file or directory
fetch http://dl-4.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
ERROR: http://dl-4.alpinelinux.org/alpine/edge/main: temporary error (try again later)
WARNING: Ignoring APKINDEX.ed54c246.tar.gz: No such file or directory
fetch http://dl-4.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
ERROR: http://dl-4.alpinelinux.org/alpine/edge/testing: temporary error (try again later)
WARNING: Ignoring APKINDEX.24c95890.tar.gz: No such file or directory
fetch http://dl-1.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
ERROR: http://dl-1.alpinelinux.org/alpine/edge/community: temporary error (try again later)
WARNING: Ignoring APKINDEX.84e0dd09.tar.gz: No such file or directory
5 errors; 11 distinct packages available
ERROR: Service 'transmission' failed to build: The command '/bin/sh -c echo "http://dl-4.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories     && echo "http://dl-4.alpinelinux.org/alpine/edge
/testing" >> /etc/apk/repositories     && echo "http://dl-1.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories     && apk update     && apk add       bash       ca-certificates       open
vpn       tar       tini       transmission-daemon       unzip     && mkdir -vp       /certs       /etc/pia_transmission_monitor       /openvpn       /transmission/openvpn       /web     && tar xvzf /
t2.tgz -C /bin     && tar xvzf /transmon.tgz -C /bin     && tar xvzf /web.tgz -C /web --strip-components=1     && unzip -Lj /openvpn.zip ca.crt crl.pem -d /openvpn     && mv -vf /openvpn/ca.crt /certs
/pia.crt     && mv -vf /openvpn/crl.pem /certs/pia.pem     && deluser transmission     && rm -rvf /openvpn* /*.tgz' returned a non-zero code: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant