Replies: 1 comment
-
Finally I've found the issue: for some reason |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
tl;dr
Finally I've found the issue: for some reason
${PATH}
incontainerEnv
isn't expanging anymore.I have had it for quite some time in there, if not from the beginning of working with these devcontainers and suddenly it stopped working.
I've been happy devcontainer user but suddenly I cannot start them and there were no modifications to my setup - the new images fail with
sleep
,bash
or evensh
not found.I've been looking into devcontainers generated
docker compose
command and or the generated files - it's straightforward but I can't figure out what image is used by devcontainers as its base...My
Dockerfile
is wrapped withARG _DEV_CONTAINERS_BASE_IMAGE=placeholder
and thenSomewhere somehow the baseimage is so thin it does not contain anything or maybe the entrypoint is overwritten or something…
I can run the Dockerfile, compose.yml just fine with Docker and connect to it, without Devcontainers benefits...
The CLI fails with:
And Docker image log will be something like:
Beta Was this translation helpful? Give feedback.
All reactions