Skip to content

Instantly share code, notes, and snippets.

@jniltinho
jniltinho / install-buildkit.sh
Last active July 19, 2024 00:09
Enable BuildKit Docker Ubuntu 22.04|24.04
#!/bin/bash
#
# https://docs.docker.com/build/buildkit/
# https://github.com/docker/buildx/releases/
# https://github.com/docker/buildx
#VERSION=v0.14.1
VERSION=$(curl -Ls -o /dev/null -w %{url_effective} https://github.com/docker/buildx/releases/latest)
VERSION=${VERSION##*/}