Sign inSign up

chaimfn/buildkit

By chaimfn

•Updated almost 3 years ago

Image for "docker builder create". Based on moby/buildkit.

Image
0

174

chaimfn/buildkit repository overview

⁠Quickly:
Based on: moby/buildkit⁠

With buildkit you can make your own docker builder (to build multi-platform images, for example).
See buildx⁠ and builder⁠.

Create your own builder: docker buildx create --bootstrap --use --driver=docker-container --name=builder-netfree --driver-opt="image=chaimfn/buildkit:v0.12.4.netfree".

Use this builder: docker buildx build --builder=builder-netfree --platform=linux/amd64,linux/arm64 -t={image-name}:{image-tag} --push .

⁠Tagging:

'.netfree' in the tag means the Netfree⁠ SSL certificate/s, related ENV variables and/or config files etc. is embedded, so the image is prepared to work in Netfree environment.
Netfree is working with multi internet providers. So, each image tag describes which provider/s is supported, by the label internet-providers.


Without any kind of warranty.

Tag summary

Content type

Image

Digest

sha256:865d369fc…

Size

86.1 MB

Last updated

almost 3 years ago

docker pull chaimfn/buildkit:v0.12.4.netfree