This repository was archived by the owner on Aug 2, 2023. It is now read-only.
Change testing repo link to use https rather than http#96
Merged
wei merged 1 commit intorepo-sync:masterfrom Oct 31, 2022
mattcharlton:patch-1
Merged
Change testing repo link to use https rather than http#96wei merged 1 commit intorepo-sync:masterfrom mattcharlton:patch-1
wei merged 1 commit intorepo-sync:masterfrom
mattcharlton:patch-1
Conversation
Updated testing repo url for http://dl-cdn.alpinelinux.org/alpine/edge/testing to use https instead so it matches the main and community repos in use here. We only allow https access out so this is preventing the action from running for us. === Step 3/5 : RUN echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && apk add --no-cache git hub bash ---> Running in 73033cbc27d8 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz ===
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated testing repo url for http://dl-cdn.alpinelinux.org/alpine/edge/testing to use https instead so it matches the main and community repos in use here.
We only allow https access out so this is preventing the action from running for us.
===
Step 3/5 : RUN echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && apk add --no-cache git hub bash
---> Running in 73033cbc27d8
fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz