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
Return follow error: 2024/08/12 17:58:14 INFO Building images for 1 architectures: [arm64] 2024/08/12 17:58:14 [DEBUG] GET @local%20./packages/apk-configuration 2024/08/12 17:58:14 [ERR] GET @local%20./packages/apk-configuration request failed: Get "@local%20./packages/apk-configuration": unsupported protocol scheme "" 2024/08/12 17:58:14 WARN ignoring missing keys: failed to perform key discovery: Get "@local%20./packages/apk-configuration": GET @local%20./packages/apk-configuration giving up after 1 attempt(s): Get "@local%20./packages/apk-configuration": unsupported protocol scheme "" 2024/08/12 17:58:14 [DEBUG] GET https://alpinelinux.org/releases.json 2024/08/12 17:58:15 [DEBUG] GET https://alpinelinux.org/keys/alpine-devel%40lists.alpinelinux.org-616ae350.rsa.pub 2024/08/12 17:58:15 [DEBUG] GET https://dl-cdn.alpinelinux.org/alpine/v3.15/community/apk-configuration 2024/08/12 17:58:15 [DEBUG] GET https://alpinelinux.org/releases.json 2024/08/12 17:58:16 [DEBUG] GET https://alpinelinux.org/keys/alpine-devel%40lists.alpinelinux.org-616ae350.rsa.pub 2024/08/12 17:58:16 [DEBUG] GET https://dl-cdn.alpinelinux.org/alpine/v3.15/main/apk-configuration 2024/08/12 17:58:16 INFO setting apk repositories: [@local ./packages https://dl-cdn.alpinelinux.org/alpine/v3.15/community https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 2024/08/12 17:58:16 [DEBUG] HEAD https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 2024/08/12 17:58:16 [DEBUG] HEAD https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz Error: building layers: building layers: for arch "arm64": installing apk packages: error getting package dependencies: solving "giropops-senhas-0.1.0-r0" constraint: could not find package that provides giropops-senhas-0.1.0-r0 in indexes 2024/08/12 17:58:16 INFO error during command execution: building layers: building layers: for arch "arm64": installing apk packages: error getting package dependencies: solving "giropops-senhas-0.1.0-r0" constraint: could not find package that provides giropops-senhas-0.1.0-r0 in indexes
I use alpine in local machine, how can i resolve this?
The text was updated successfully, but these errors were encountered:
Hello!
When i try run the follow command:
apko build apko.yaml giropops-senhas giropops-senhas.tar
Return follow error:
2024/08/12 17:58:14 INFO Building images for 1 architectures: [arm64] 2024/08/12 17:58:14 [DEBUG] GET @local%20./packages/apk-configuration 2024/08/12 17:58:14 [ERR] GET @local%20./packages/apk-configuration request failed: Get "@local%20./packages/apk-configuration": unsupported protocol scheme "" 2024/08/12 17:58:14 WARN ignoring missing keys: failed to perform key discovery: Get "@local%20./packages/apk-configuration": GET @local%20./packages/apk-configuration giving up after 1 attempt(s): Get "@local%20./packages/apk-configuration": unsupported protocol scheme "" 2024/08/12 17:58:14 [DEBUG] GET https://alpinelinux.org/releases.json 2024/08/12 17:58:15 [DEBUG] GET https://alpinelinux.org/keys/alpine-devel%40lists.alpinelinux.org-616ae350.rsa.pub 2024/08/12 17:58:15 [DEBUG] GET https://dl-cdn.alpinelinux.org/alpine/v3.15/community/apk-configuration 2024/08/12 17:58:15 [DEBUG] GET https://alpinelinux.org/releases.json 2024/08/12 17:58:16 [DEBUG] GET https://alpinelinux.org/keys/alpine-devel%40lists.alpinelinux.org-616ae350.rsa.pub 2024/08/12 17:58:16 [DEBUG] GET https://dl-cdn.alpinelinux.org/alpine/v3.15/main/apk-configuration 2024/08/12 17:58:16 INFO setting apk repositories: [@local ./packages https://dl-cdn.alpinelinux.org/alpine/v3.15/community https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 2024/08/12 17:58:16 [DEBUG] HEAD https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 2024/08/12 17:58:16 [DEBUG] HEAD https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz Error: building layers: building layers: for arch "arm64": installing apk packages: error getting package dependencies: solving "giropops-senhas-0.1.0-r0" constraint: could not find package that provides giropops-senhas-0.1.0-r0 in indexes 2024/08/12 17:58:16 INFO error during command execution: building layers: building layers: for arch "arm64": installing apk packages: error getting package dependencies: solving "giropops-senhas-0.1.0-r0" constraint: could not find package that provides giropops-senhas-0.1.0-r0 in indexes
I use alpine in local machine, how can i resolve this?
The text was updated successfully, but these errors were encountered: