Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetching from alpine-linux repository is not allowed by self-hosted runner because of using http protocol by default #53

Open
tlytvynDoosan opened this issue Jun 3, 2024 · 2 comments

Comments

@tlytvynDoosan
Copy link

tlytvynDoosan commented Jun 3, 2024

I'm using a self-hosted runner and by default port 80 is blocked by company policy. Using the action I get error

 #6 0.465 fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz
  #6 134.2 ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.9/main: network error (check Internet connection and firewall)

because url uses http protocol by default. Is there a way to force docker to use https protocol? Or update action so it will use https for fetching images from a repo

Its actually just a duplicate of issue #20

@mgrybyk
Copy link

mgrybyk commented Jun 6, 2024

@tlytvynDoosan I'm suggesting two options:

@tlytvynDoosan
Copy link
Author

@mgrybyk Yeah man thanks a lot for this. I'm already making transition to your actions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants