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
Testing script with i.e. Alpine would fa il because missing bash, can you document how to install it before running the test?
node ➜ /workspaces/feature-starter (main) $ devcontainer features test --skip-scenarios -f color -i alpine:latest
Result:
OCI runtime exec failed: exec failed: unable to start container process: exec ./test.sh: no such file or directory: unknown
The text was updated successfully, but these errors were encountered:
devcontainer features test
/bin/bash
Thanks for the issue. This is a known limitation for how the test command is implemented in the CLI. I've opened an issue on the CLI to track this.
Sorry, something went wrong.
Thanks I've actually solved this way: https://github.com/gremo/devcontainers-features/blob/main/test/deployer/test.sh
No branches or pull requests
Testing script with i.e. Alpine would fa il because missing bash, can you document how to install it before running the test?
node ➜ /workspaces/feature-starter (main) $ devcontainer features test --skip-scenarios -f color -i alpine:latest
Result:
The text was updated successfully, but these errors were encountered: