Closed salaerts closed 3 years ago
Thanks for reporting this. We're getting reports of this intermittent behavior but haven't been able to pinpoint the exact cause yet.
While we continue to diagnose this, could you try our apk repo? This method is just as fast as the install.sh script and should bypass the route that's returning intermittent 500s. You can find instructions here.
This should be fixed as of 7c5057d581afecae2bc35ddb396ea070c1f66710.
Describe the bug We have a number of Docker images that install the Doppler CLI as part of the image. Since Friday April 16th the image builds have started failing occasionally with the message "ERROR: Download failed with status 500". (To be clear, this is not consistent behavior, sometimes the images builds do succeed.)
To Reproduce Steps to reproduce the behavior. Please include output from running the command with
--debug
.ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
Install doppler CLI
RUN (curl -Ls https://cli.doppler.com/install.sh || wget -qO- https://cli.doppler.com/install.sh) | sh
... remaining file omitted