When using a hardened images, such as dhi/debian-base the folder /usr/local/share doesn't exist. This causes errors such as:
tee: /usr/local/share/docker-init.sh: No such file or directory
The PR #1594 fixes this issue.
Simple example to reproduce:
{
"image": "dhi.io/debian-base:trixie-debian13-dev",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"version": "28",
"moby": false,
"dockerDashComposeVersion": "none",
"installDockerBuildx": true,
"installDockerComposeSwitch": false
}
}
}
When using a hardened images, such as dhi/debian-base the folder
/usr/local/sharedoesn't exist. This causes errors such as:The PR #1594 fixes this issue.
Simple example to reproduce:
{ "image": "dhi.io/debian-base:trixie-debian13-dev", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": { "version": "28", "moby": false, "dockerDashComposeVersion": "none", "installDockerBuildx": true, "installDockerComposeSwitch": false } } }