Closed symplrdudley closed 1 month ago
This issue happens also to me, and it happens because ansbile
features will try to install python
features first (from this line). Python features will most likely to break on Alpine distro, even with latest version (3.19). Fix for me is to use another base development image from mcr.io
{
"image": "mcr.microsoft.com/devcontainers/base:bullseye"
}
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
This project is not associated with the devcontainer project and appears to have been abandoned #628 .
That's unfortunate. I'll have to open/copy this request on the new forked repository.
Feature id and version
ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7
Devcontainer base Image
docker.io/library/alpine:latest
What happened?
when attempting to build an image with Alpine as the base and using these features, the pipx-package fails because it is only written for Ubuntu commands.
Then when using in Ubuntu I receive the following error:
Relevant log output