Skip to content
New issue

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

sdk image cannot be used in devcontainers #93

Open
shyim opened this issue Mar 10, 2024 · 0 comments
Open

sdk image cannot be used in devcontainers #93

shyim opened this issue Mar 10, 2024 · 0 comments
Labels
enhancement New feature or request needs-triage applied to all new customer/user issues. Removed after triage occurs.

Comments

@shyim
Copy link

shyim commented Mar 10, 2024

Description

Go to vscode and start a devcontainer of wolfi-dev/os

[22577 ms] Start: Run in container: test -x '/root/.vscode-server-insiders/bin/6c19c003574b02afc604c0c1c471b1441b33a3d3-insider/bin/helpers/check-requirements.sh'
[22579 ms] 
[22579 ms] 
[22579 ms] Start: Run in container: '/root/.vscode-server-insiders/bin/6c19c003574b02afc604c0c1c471b1441b33a3d3-insider/bin/helpers/check-requirements.sh'
[22584 ms] 
[22584 ms] 
[22584 ms] Exit code 1
[22584 ms] Start: Run: docker rm -f 499089790db940e06e2d7cbd79abf2939dffe31c2ed39ef59dbe349486d92beb
[22587 ms] Command in container failed: '/root/.vscode-server-insiders/bin/6c19c003574b02afc604c0c1c471b1441b33a3d3-insider/bin/helpers/check-requirements.sh'
[22587 ms] Exit code 1
[22723 ms] Container server terminated (code: 137, signal: null).

for easier reproducing the issue,

docker run --rm -it ghcr.io/wolfi-dev/sdk:latest
curl -o test.sh https://raw.githubusercontent.com/microsoft/vscode/main/resources/server/bin/helpers/check-requirements-linux.sh
sh test.sh
echo $?

It seems to fail as it cannot find libstdc++.so.6 as requirement

@shyim shyim added enhancement New feature or request needs-triage applied to all new customer/user issues. Removed after triage occurs. labels Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-triage applied to all new customer/user issues. Removed after triage occurs.
Projects
None yet
Development

No branches or pull requests

1 participant