Sign in
Log inSign up
Batuhan Apaydın

102 likes

·

5.3K reads

4 comments

Saiyam Pathak
Saiyam Pathak
Apr 5, 2022

Loved every bit of it!!

2
·
Batuhan Apaydın
Batuhan Apaydın
Author
·May 5, 2022

Some nits from @crazymax who is one of the core maintainers of the BuildKit project:

$ docker buildx create --name builder --use
$ docker buildx inspect builder --bootstrap

Can be replaced by
$ docker buildx create --name builder --use --bootstrap

Instead of crane to inspect the manifest, you can use buildx imagetools inspect with its new --format flag:

$ docker buildx imagetools inspect --format "{{json .}}" devopps/hello-world-multi-arch:v1

It will give you more info like manifest, image config, and buildinfo

1
·
BUSHRA NAZISH
BUSHRA NAZISH
Apr 5, 2022

An awesome and insightful read 🤩💯 Great piece!!

·
Muhammad Hammad Sani
Muhammad Hammad Sani
Apr 5, 2022

Great, well explained!

·