Skip to content

Tag v0.11.0 exists but no releases, breaks devcontainer docker-in-docker feature #1878

@hpe-ykoehler

Description

@hpe-ykoehler

Contributing guidelines

I've found a bug and checked that ...

  • ... the documentation does not mention anything about my problem
  • ... there are no open or closed issues that are related to my problem

Description

devconatiner docker-in-docker feature polls github for tags, find the latest then try to download the release tarball, yet fails now because latest if v0.11.0 but the release tarball for it doesn't exists:

#0 105.5 (*) Installing buildx 0.11.0...
#0 105.5 --2023-06-13 14:18:56--  https://github.com/docker/buildx/releases/download/v0.11.0/buildx-v0.11.0.linux-amd64
#0 105.5 Resolving github.com (github.com)... 192.30.255.113
#0 105.5 Connecting to github.com (github.com)|192.30.255.113|:443... connected.
#0 105.6 HTTP request sent, awaiting response... 404 Not Found
#0 105.7 2023-06-13 14:18:56 ERROR 404: Not Found.
#0 105.7
#0 105.7 ERROR: Feature "Docker (Docker-in-Docker)" (ghcr.io/devcontainers/features/docker-in-docker) failed to install! Look at the documentation at https://github.com/devcontainers/features/tree/main/src/docker-in-docker for help troubleshooting this error.
------
Dockerfile-with-features:95
--------------------
  94 |     ENV DOCKER_BUILDKIT=1
  95 | >>> RUN --mount=type=bind,from=dev_containers_feature_content_source,source=docker-in-docker_3,target=/tmp/build-features-src/docker-in-docker_3 \
  96 | >>>     cp -ar /tmp/build-features-src/docker-in-docker_3 /tmp/dev-container-features \
  97 | >>>  && chmod -R 0755 /tmp/dev-container-features/docker-in-docker_3 \
  98 | >>>  && cd /tmp/dev-container-features/docker-in-docker_3 \
  99 | >>>  && chmod +x ./devcontainer-features-install.sh \
 100 | >>>  && ./devcontainer-features-install.sh \
 101 | >>>  && rm -rf /tmp/dev-container-features/docker-in-docker_3
 102 |
--------------------

Expected behaviour

Please publish the v0.11.0 tarball to unblock devcontainer users.

Actual behaviour

devcontainer image build are failing.

Buildx version

v0.11.0

Docker info

No response

Builders list

n/a

Configuration

n/a

Build logs

No response

Additional info

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions