super/flyctl GitHub actions are throwing a fatal error that blocks us from deploying

  #8 [3/4] RUN curl -L https://fly.io/install.sh | FLYCTL_INSTALL=/usr/local sh
  #8 0.286   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  #8 0.290                                  Dload  Upload   Total   Spent    Left  Speed
  #8 0.291 
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  100  1735    0  1735    0     0   1575      0 --:--:--  0:00:01 --:--:--  1577
  #8 1.574 curl: (3) URL rejected: Malformed input to a URL function
  #8 ERROR: process "/bin/sh -c curl -L https://fly.io/install.sh | FLYCTL_INSTALL=/usr/local sh" did not complete successfully: exit code: 3
  ------
   > [3/4] RUN curl -L https://fly.io/install.sh | FLYCTL_INSTALL=/usr/local sh:
  100  1735    0  1735    0     0   1575      0 --:--:--  0:00:01 --:--:--  1577
  1.574 curl: (3) URL rejected: Malformed input to a URL function
  ------
  Dockerfile:5
  --------------------
     3 |     RUN apk add --no-cache curl
     4 |     
     5 | >>> RUN curl -L https://fly.io/install.sh | FLYCTL_INSTALL=/usr/local sh
     6 |     
     7 |     COPY entrypoint.sh /entrypoint.sh
  --------------------
  ERROR: failed to solve: process "/bin/sh -c curl -L https://fly.io/install.sh | FLYCTL_INSTALL=/usr/local sh" did not complete successfully: exit code: 3

Since last hour our CI it’s totally stopped by this error, we didn’t change anything so it’s quite complex to debug

Are you still having this issue?

No, it looks that it was caused by the downtime that happened on Friday.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.