angelnu / docker-ccu

Script to create a docker container with the CCU2 firmware
Apache License 2.0
33 stars 14 forks source link

trying to build newest version 3.49.17 #37

Closed lukicsl closed 4 years ago

lukicsl commented 4 years ago

When I try to build the newest version I always get "connection refused" at downloading:

Step 5/23 : RUN export CCU_FW_LINK="http://update.homematic.com/firmware/download?cmd=download&version=${CCU_VERSION}&serial=${CCU_SERIAL}&lang=de&product=HM-CCU${CCU_VERSION%%.*}" && echo "Downloading from $CCU_FW_LINK " && wget --no-verbose $CCU_FW_LINK -O -|tar -xzO rootfs.ext4.gz|gunzip>rootfs.ext4 ---> Running in 54da381ae811 Downloading from http://update.homematic.com/firmware/download?cmd=download&version=3.49.17&serial=ccu_docker&lang=de&product=HM-CCU3 failed: Connection refused.

gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exiting now

gzip: stdin: unexpected end of file The command '/bin/sh -c export CCU_FW_LINK="http://update.homematic.com/firmware/download?cmd=download&version=${CCU_VERSION}&serial=${CCU_SERIAL}&lang=de&product=HM-CCU${CCU_VERSION%%.*}" && echo "Downloading from $CCU_FW_LINK " && wget --no-verbose $CCU_FW_LINK -O -|tar -xzO rootfs.ext4.gz|gunzip>rootfs.ext4' returned a non-zero code: 1

What do I wrong here

lukicsl commented 4 years ago

IT has to be a real serial number