Open brendoncdrew opened 3 years ago
ah yes good old bintray closing down it's service. i'm very sorry for not fixing that in the meantimes.
i think the simplest way at this point would be to edit the docker file (on that line there where it's trying to download). And substitute for a local COPY
or ADD
.
Can build locally the tar.gz
archive, using other existing Dockerfile
here in my repo. If you look under linux-bin/
subdirectory here:
https://github.com/dreamcat4/docker-images/blob/master/linux-bin/Dockerfile#L111-L122
this 2nd Dockerfile
also needs to be tweaked. Comment out the lines for bintray (no longer working). And instead grab the archive from the /out
docker volume.
Use docker-build
, or any other tool like compose etc. You can also bind:mount the /out
volume to a local folder on your disk. Instead of having the volume hidden away under /var/lib/docker/.............
somewhere.
Again, my apologies for not fixing this. Too busy with other things elsewhere.
It Seems that dl.bintray.com no longer exists --
Is there somewhere else i could grab these files from possibly???
=> ERROR [3/8] RUN wget -O /tmp/dnsmasq.tar.gz https://dl.bintray.com/dreamcat4/linux/dnsmasq/dnsmasq-latest_lin 1.0s