Skip to content

Conversation

@mashehu
Copy link
Contributor

@mashehu mashehu commented Nov 12, 2025

Reverts #3893
Seems to break "docker-outside-of-docker" for now

  
  
  [2025-11-12T12:27:56.110Z] #20 102.5   Downloading pynacl-1.6.1-cp38-abi3-manylinux_2_34_aarch64.whl.metadata (9.8 kB)
  #20 CANCELED
  
  #32 [linux/amd64 dev_containers_target_stage 4/4] RUN --mount=type=bind,from=dev_containers_feature_content_source,source=docker-outside-of-docker_0,target=/tmp/build-features-src/docker-outside-of-docker_0     cp -ar /tmp/build-features-src/docker-outside-of-docker_0 /tmp/dev-container-features  && chmod -R 0755 /tmp/dev-container-features/docker-outside-of-docker_0  && cd /tmp/dev-container-features/docker-outside-of-docker_0  && chmod +x ./devcontainer-features-install.sh  && ./devcontainer-features-install.sh  && rm -rf /tmp/dev-container-features/docker-outside-of-docker_0
  #32 0.058 ===========================================================================
  #32 0.058 Feature       : Docker (docker-outside-of-docker)
  #32 0.058 Description   : Re-use the host docker socket, adding the Docker CLI to a container. Feature invokes a script to enable using a forwarded Docker socket within a container to run Docker commands.
  #32 0.058 Id            : ghcr.io/devcontainers/features/docker-outside-of-docker
  #32 0.058 Version       : 1.6.3
  #32 0.058 Documentation : https://github.com/devcontainers/features/tree/main/src/docker-outside-of-docker
  #32 0.058 Options       :
  #32 0.058     VERSION="latest"
  
  [2025-11-12T12:27:56.110Z] 
  #32 0.058     MOBY="true"
  #32 0.058     MOBYBUILDXVERSION="latest"
  #32 0.058     DOCKERDASHCOMPOSEVERSION="v2"
  #32 0.058     INSTALLDOCKERBUILDX="true"
  #32 0.058     INSTALLDOCKERCOMPOSESWITCH="true"
  #32 0.058 ===========================================================================
  #32 0.083 (!) Unsupported  distribution version 'trixie'. To resolve, either: (1) set feature option '"moby": false' , or (2) choose a compatible OS distribution
  #32 0.083 (!) Support distributions include:  bookworm buster bullseye bionic focal jammy noble plucky
  #32 0.084 ERROR: Feature "Docker (docker-outside-of-docker)" (ghcr.io/devcontainers/features/docker-outside-of-docker) failed to install! Look at the documentation at https://github.com/devcontainers/features/tree/main/src/docker-outside-of-docker for help troubleshooting this error.
  #32 ERROR: process "/bin/sh -c cp -ar /tmp/build-features-src/docker-outside-of-docker_0 /tmp/dev-container-features  && chmod -R 0755 /tmp/dev-container-features/docker-outside-of-docker_0  && cd /tmp/dev-container-features/docker-outside-of-docker_0  && chmod +x ./devcontainer-features-install.sh  && ./devcontainer-features-install.sh  && rm -rf /tmp/dev-container-features/docker-outside-of-docker_0" did not complete successfully: exit code: 1
  ------
   > [linux/amd64 dev_containers_target_stage 4/4] RUN --mount=type=bind,from=dev_containers_feature_content_source,source=docker-outside-of-docker_0,target=/tmp/build-features-src/docker-outside-of-docker_0     cp -ar /tmp/build-features-src/docker-outside-of-docker_0 /tmp/dev-container-features  && chmod -R 0755 /tmp/dev-container-features/docker-outside-of-docker_0  && cd /tmp/dev-container-features/docker-outside-of-docker_0  && chmod +x ./devcontainer-features-install.sh  && ./devcontainer-features-install.sh  && rm -rf /tmp/dev-container-features/docker-outside-of-docker_0:
  0.058     VERSION="latest"
  0.058     MOBY="true"
  0.058     MOBYBUILDXVERSION="latest"
  0.058     DOCKERDASHCOMPOSEVERSION="v2"
  0.058     INSTALLDOCKERBUILDX="true"
  0.058     INSTALLDOCKERCOMPOSESWITCH="true"
  0.058 ===========================================================================
  0.083 (!) Unsupported  distribution version 'trixie'. To resolve, either: (1) set feature option '"moby": false' , or (2) choose a compatible OS distribution
  0.083 (!) Support distributions include:  bookworm buster bullseye bionic focal jammy noble plucky
  0.084 ERROR: Feature "Docker (docker-outside-of-docker)" (ghcr.io/devcontainers/features/docker-outside-of-docker) failed to install! Look at the documentation at https://github.com/devcontainers/features/tree/main/src/docker-outside-of-docker for help troubleshooting this error.
  ------
  
  
  [2025-11-12T12:27:56.112Z] ERROR: failed to build: failed to solve: process "/bin/sh -c cp -ar /tmp/build-features-src/docker-outside-of-docker_0 /tmp/dev-container-features  && chmod -R 0755 /tmp/dev-container-features/docker-outside-of-docker_0  && cd /tmp/dev-container-features/docker-outside-of-docker_0  && chmod +x ./devcontainer-features-install.sh  && ./devcontainer-features-install.sh  && rm -rf /tmp/dev-container-features/docker-outside-of-docker_0" did not complete successfully: exit code: 1
  
  
  [2025-11-12T12:27:56.117Z] Exit code 1
  
  Error: Command failed: docker buildx build --platform linux/amd64,linux/arm64 --output type=oci,dest=/tmp/output.tar --build-arg BUILDKIT_INLINE_CACHE=1 -f /tmp/devcontainercli-runner/container-features/0.80.1-1762950332257/Dockerfile-with-features -t nfcore/devcontainer:dev --target dev_containers_target_stage --no-cache --pull --build-context dev_containers_feature_content_source=/tmp/devcontainercli-runner/container-features/0.80.1-1762950332257 --build-arg _DEV_CONTAINERS_BASE_IMAGE=final --build-arg _DEV_CONTAINERS_IMAGE_USER=root --build-arg _DEV_CONTAINERS_FEATURE_CONTENT_SOURCE=dev_container_feature_content_temp /home/runner/work/tools/tools
      at F6 (/usr/local/lib/node_modules/@devcontainers/cli/dist/spec-node/devContainersSpecCLI.js:468:1988)
      at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
      at async pw (/usr/local/lib/node_modules/@devcontainers/cli/dist/spec-node/devContainersSpecCLI.js:467:1886)
      at async k7 (/usr/local/lib/node_modules/@devcontainers/cli/dist/spec-node/devContainersSpecCLI.js:667:2203)
      at async R7 (/usr/local/lib/node_modules/@devcontainers/cli/dist/spec-node/devContainersSpecCLI.js:666:4937)
      at async /usr/local/lib/node_modules/@devcontainers/cli/dist/spec-node/devContainersSpecCLI.js:484:1188

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants