Image for "docker builder create". Based on moby/buildkit.
174
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 .
'.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.
Content type
Image
Digest
sha256:865d369fc…
Size
86.1 MB
Last updated
almost 3 years ago
docker pull chaimfn/buildkit:v0.12.4.netfree