devcontainer (latest)
Installation
docker pull git.kree.gr/kreeger/devcontainer:latestsha256:35d778bb7d5000c77ad983175764e5bd583aca04a0c54646b385a26988f363c1Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1757289600' |
| USER root |
| RUN /bin/sh -c mkdir -p /tmp/dev-container-features # buildkit |
| COPY /tmp/build-features/ /tmp/dev-container-features # buildkit |
| RUN /bin/sh -c echo "_CONTAINER_USER_HOME=$( (command -v getent >/dev/null 2>&1 && getent passwd 'root' || grep -E '^root|^[^:]*:[^:]*:root:' /etc/passwd || true) | cut -d: -f6)" >> /tmp/dev-container-features/devcontainer-features.builtin.env && echo "_REMOTE_USER_HOME=$( (command -v getent >/dev/null 2>&1 && getent passwd 'user' || grep -E '^user|^[^:]*:[^:]*:user:' /etc/passwd || true) | cut -d: -f6)" >> /tmp/dev-container-features/devcontainer-features.builtin.env # buildkit |
| RUN /bin/sh -c cp -ar /tmp/build-features-src/starship.rs_0 /tmp/dev-container-features && chmod -R 0755 /tmp/dev-container-features/starship.rs_0 && cd /tmp/dev-container-features/starship.rs_0 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh && rm -rf /tmp/dev-container-features/starship.rs_0 # buildkit |
| RUN /bin/sh -c cp -ar /tmp/build-features-src/common-utils_1 /tmp/dev-container-features && chmod -R 0755 /tmp/dev-container-features/common-utils_1 && cd /tmp/dev-container-features/common-utils_1 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh && rm -rf /tmp/dev-container-features/common-utils_1 # buildkit |
| ARG _DEV_CONTAINERS_IMAGE_USER=root |
| USER root |
| LABEL devcontainer.metadata=[ {"id":"ghcr.io/devcontainer-community/devcontainer-features/starship.rs:latest"}, {"id":"ghcr.io/devcontainers/features/common-utils:latest"}, {"remoteUser":"user"} ] |
Labels
| Key | Value |
|---|---|
| devcontainer.metadata | [ {"id":"ghcr.io/devcontainer-community/devcontainer-features/starship.rs:latest"}, {"id":"ghcr.io/devcontainers/features/common-utils:latest"}, {"remoteUser":"user"} ] |
Details
Versions (2)
View all
latest
2025-09-12
073070029f901e447fde32768664a7228b4cf517
2025-09-12