cachethq / Docker

A Dockerized version of Cachet.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
415 stars 280 forks source link

docker-compose build fails @16/25 getting 404 when connecting to codeload.github.com #297

Closed squaricdot closed 6 years ago

squaricdot commented 6 years ago

Running latest docker-ce on CentOS Linux release 7.5.1804 (Core) docker-ce-18.03.1.ce-1.el7.centos.x86_64

Running docker-compose version 1.21.2, build a133471

$ docker-compose build fails at step 16/25:

Step 16/25 : RUN wget https://github.com/cachethq/Cachet/archive/${cachet_ver}.tar.gz &&     tar xzvf ${cachet_ver}.tar.gz --strip-components=1 &&     chown -R www-data:root /var/www/html &&     rm -r ${cachet_ver}.tar.gz &&     php /bin/composer.phar global require "hirak/prestissimo:^0.3" &&     php /bin/composer.phar install --no-dev -o &&     rm -rf bootstrap/cache/*
---> Running in b57b6d4ab642
--2018-06-01 15:04:29--  https://github.com/cachethq/Cachet/archive/2.3.14.tar.gz
Resolving github.com... 192.30.253.113, 192.30.253.112
Connecting to github.com|192.30.253.113|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/CachetHQ/Cachet/tar.gz/2.3.14 [following]
--2018-06-01 15:04:29--  https://codeload.github.com/CachetHQ/Cachet/tar.gz/2.3.14
Resolving codeload.github.com... 192.30.253.120, 192.30.253.121
Connecting to codeload.github.com|192.30.253.120|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-06-01 15:04:29 ERROR 404: Not Found. 
squaricdot commented 6 years ago

my bad, use version like "v2.3.14" instead of "2.3.14"... closing

DevMan01 commented 4 years ago

Literally did the same thing.