Open dvgitit opened 4 months ago
Same here with "ghcr.io/devcontainers-contrib/features/mage:1": {"version": "1.15.0"}
. Root seems to be this
64Bit
as name used by those projects not matching the default patterns:
https://github.com/devcontainers-contrib/nanolayer/blob/main/nanolayer/installers/gh_release/resolvers/asset_resolver.py#L328
https://github.com/devcontainers-contrib/nanolayer/blob/main/nanolayer/installers/gh_release/resolvers/asset_resolver.py#L18-L29
Arch not being explicitly provided: https://github.com/devcontainers-contrib/features/blob/main/src/gh-release/install.sh#L21-L23 https://github.com/devcontainers-contrib/features/blob/main/src/mage/install.sh#L17-L18
This project is not associated with the devcontainer project and appears to have been abandoned https://github.com/devcontainers-contrib/features/issues/628 . The official project has removed all devcontainer-contrib features from their listing. https://github.com/devcontainers/devcontainers.github.io/issues/451. There is a fork that is being worked on to update and maintain the features https://github.com/devcontainers-extra/features
Feature id and version
ghcr.io/devcontainers-contrib/features/trivy:1.0.9
Devcontainer base Image
mcr.microsoft.com/devcontainers/python:latest
What happened?
Apparently resolved two packages: Linux-64bit and Linux-ARM. But the underlying architecture is amd64
.devcontainer/devcontainer.json
extract:build command:
devcontainer build --workspace-folder . --image-name ${REGISTRY_IMAGE}:latest
In comparison, the go-task, works fine with a similar mechanism.
Relevant log output