For several months I’ve had repeated issues with builds using the CAS Initializer. Previously the below command would build fine
curl https://casinit.herokuapp.com/starter.tgz -d type=cas-overlay -d casVersion="XXX" -d dependencies="XXX" | tar -xzvf -
Replacing the version number and dependencies. However now I consistently run into the following
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 162 0 102 100 60 368 216 --:--:-- --:--:-- --:--:-- 369
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
I’ve tried running a local docker instance of the initializer however that has its own issues ranging from showing completely different versions to dependencies either failing to download or showing version mismatches.
Does anyone have a way to get the initializer to correctly download the latest 6.X build with dependencies?
Thanks
Joe