Skip to content

Commit

Permalink
chore: update with the upstream tag
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira committed Jul 18, 2019
1 parent a5aebda commit e482ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit e482ce5

Please sign in to comment.