simple-elf / allure-report-action

Allure Report action with history
https://simple-elf.github.io/allure-report-action/
MIT License
115 stars 100 forks source link

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

Open tlytvynDoosan opened 3 months ago

tlytvynDoosan commented 3 months ago

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 https://github.com/simple-elf/allure-report-action/issues/20

mgrybyk commented 3 months ago

@tlytvynDoosan I'm suggesting two options:

tlytvynDoosan commented 3 months ago

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