You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realize the images are not meant to be complete, etc. but since node is somewhat required for a lot of github actions, would it be possible to include node?
I usually get by with node:16-buster-slim but that seems to require a TLS update, I think:
| source: source#getRelease
| -----------------
| ERROR: Post "https://api.github.com/graphql": tls: failed to verify certificate: x509: certificate signed by unknown authority
| ERROR: ✗ Post "https://api.github.com/graphql": tls: failed to verify certificate: x509: certificate signed by unknown authority
|
| ERROR: something went wrong in "target#download" : update pipeline: template: cfg:18:88: executing "cfg" at <source "getRelease">: error calling source: parent source "getRelease" failed
(I am using act to run a workflow that invokes updatecli.io.)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I realize the images are not meant to be complete, etc. but since node is somewhat required for a lot of github actions, would it be possible to include node?
I usually get by with
node:16-buster-slim
but that seems to require a TLS update, I think:(I am using
act
to run a workflow that invokes updatecli.io.)Beta Was this translation helpful? Give feedback.
All reactions