From e482ce525a84382bdd9f0874c1dcc37a307ff2c9 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 19 Jul 2019 01:18:40 +0300 Subject: [PATCH] chore: update with the upstream tag Signed-off-by: Andrey Smirnov --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 33feda4a88d..f208ab125e0 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ TOOLS ?= autonomy/tools:b4e3778 # TODO(andrewrynhard): Move this logic to a shell script. -BUILDKIT_VERSION ?= sysfs +BUILDKIT_VERSION ?= master@sha256:455f06ede03149051ce2734d9639c28aed1b6e8b8a0c607cb813e29b469a07d6 KUBECTL_VERSION ?= v1.14.1 -BUILDKIT_IMAGE ?= smira/buildkit:$(BUILDKIT_VERSION) +BUILDKIT_IMAGE ?= moby/buildkit:$(BUILDKIT_VERSION) BUILDKIT_HOST ?= tcp://0.0.0.0:1234 BUILDKIT_CONTAINER_NAME ?= talos-buildkit BUILDKIT_CONTAINER_STOPPED := $(shell docker ps --filter name=$(BUILDKIT_CONTAINER_NAME) --filter status=exited --format='{{.Names}}' 2>/dev/null)