Giter VIP home page Giter VIP logo

Comments (1)

tianon avatar tianon commented on July 19, 2024

Just because I'm feeling paranoid and wanted to be absolutely certain this is scoped specifically to the containerd snapshotter integration, I ran it again with the non-containerd configuration and it works correctly and as expected:

$ docker run -it --rm --name dind --privileged --pull=always tianon/docker-master dockerd
...
$ docker exec -i -e DOCKER_BUILDKIT=0 dind docker build --pull --platform linux/arm64 - <<<$'FROM bash\nRUN apk --print-arch'
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            BuildKit is currently disabled; enable it by removing the DOCKER_BUILDKIT=0
            environment-variable.

Sending build context to Docker daemon  2.048kB
Step 1/2 : FROM bash
latest: Pulling from library/bash
bca4290a9639: Pulling fs layer
3f7f1892fc44: Pulling fs layer
a08a5a04fd53: Pulling fs layer
a08a5a04fd53: Download complete
bca4290a9639: Verifying Checksum
bca4290a9639: Download complete
3f7f1892fc44: Verifying Checksum
3f7f1892fc44: Download complete
bca4290a9639: Pull complete
3f7f1892fc44: Pull complete
a08a5a04fd53: Pull complete
Digest: sha256:890897682a8025c1e178b5ec6126b3b532ad8535f1e81dbf60bc2b7300b1bcf8
Status: Downloaded newer image for bash:latest
 ---> 2b0b7c7c3e41
Step 2/2 : RUN apk --print-arch
 ---> [Warning] The requested image's platform (linux/arm64) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested
 ---> Running in 5165e07f1493
aarch64
 ---> Removed intermediate container 5165e07f1493
 ---> d9ba09cc96db
Successfully built d9ba09cc96db

from moby.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.