mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #2057] npm package "http-client" does not exist under owner "actions" #990
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#990
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ospfranco on GitHub (Oct 20, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/2057
Bug report info
Am I doing something wrong, or is some sort of proxy when running on the cloud that gets setup and allows to fetch this package?
Describe issue
Npm install should succeed without an error.
Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
No response
@ChristopherHX commented on GitHub (Oct 20, 2023):
You might got confused by the old readme files that the image can be still used meaningfully, old images won't work forever.
Using
catthehacker/ubuntu:full-latest(mirror) would bring you into the year 2023 with a copy of the files from ubuntu-latest GitHub hosted runners. (updated automatically, the image is rolling and is big)@ospfranco commented on GitHub (Oct 20, 2023):
Perfect! yeah, I just took it from the readme since I didn't want the 20gb image, but I will try the latest image. thanks!
@ChristopherHX commented on GitHub (Oct 22, 2023):
The act-latest (1-2GB), js-latest (1-2GB), custom-latest (should also have a moderate size), full-latest (currently ca. 17GB data to download, this is a decompression bomb of 53.1GB) are step wise bigger.
The full-latest is mirrored from my Runner Image Upload script (https://github.com/ChristopherHX/runner-image-blobs), you can also only download parts of the largest image.
E.g.
ghcr.io/christopherhx/runner-images:ubuntu22-runner-medium-latestis a lite variant ofghcr.io/christopherhx/runner-images:ubuntu22-runner-large-latest/ full-latest.You can also obtain a copy of the failing workflow
For example different tags of the same image might be
ubuntu22-runner-medium-20231001.1.0 (
20231001.1.0is image version as published by GitHub)ubuntu22-runner-medium-6450215291.1 (
6450215291.1is<run_id>.<run_attempt>)ubuntu22-runner-medium-latest (
latestis a rolling tag and is updated once the image version as published by GitHub changed, may take 7 days for be uploaded by a cron job)For example the Setup Job has a version like
20231001.1.0, it is possible that you can pull the image with this in the tag.FixIfStatement()#1716