We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The architecture is correctly determined by the architecture pod, but for some reason devpod is looking for amd64 prebuilt image.
[15:30:45] debug Build context files to use for hash are [] [15:30:45] debug Prebuild hash from: [15:30:45] debug Arch: arm64 [15:30:45] debug Config: {"name":"lon","features":{"ghcr.io/devcontainers-extra/features/argo-cd:1":{},"ghcr.io/devcontainers/features/aws-cli:1":{},"ghcr.io/devcontainers/features/docker-in-docker:2":{},"ghcr.io/devcontainers/features/git:1":{},"ghcr.io/devcontainers/features/kubectl-helm-minikube:1":{},"ghcr.io/devcontainers/features/node:1":{}},"image":"mcr.microsoft.com/vscode/devcontainers/base:ubuntu"} [15:30:45] debug DockerfileContent: [15:30:45] debug ContextHash: [15:30:45] debug Try to find prebuild image devpod-ccd40fb79996cc4ccb6d19fa045a9277 in repositories ghcr.io/loanoriginatornetworks/devpod [15:30:46] debug Error trying to find prebuild image ghcr.io/loanoriginatornetworks/devpod:devpod-ccd40fb79996cc4ccb6d19fa045a9277: retrieve image ghcr.io/loanoriginatornetworks/devpod:devpod-ccd40fb79996cc4ccb6d19fa045a9277: no child with platform linux/amd64 in index ghcr.io/loanoriginatornetworks/devpod:devpod-ccd40fb79996cc4ccb6d19fa045a9277
using devpod 0.6.4
kubernetes provider 0.1.15
Any workaround for this? I wouldn't expect it to be looking for an amd64 child if the node architecture is arm64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The architecture is correctly determined by the architecture pod, but for some reason devpod is looking for amd64 prebuilt image.
using devpod 0.6.4
kubernetes provider 0.1.15
Any workaround for this? I wouldn't expect it to be looking for an amd64 child if the node architecture is arm64
The text was updated successfully, but these errors were encountered: