Skip to content

Commit

Permalink
chore: bump tools/toolchain for toolchain refactor
Browse files Browse the repository at this point in the history
See siderolabs/toolchain#8, siderolabs/tools#82

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira committed Oct 25, 2019
1 parent dad1273 commit 13f49f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Makefile
Expand Up @@ -25,7 +25,6 @@ endif

COMMON_ARGS = --progress=auto
COMMON_ARGS += --frontend=dockerfile.v0
COMMON_ARGS += --allow security.insecure
COMMON_ARGS += --local context=.
COMMON_ARGS += --local dockerfile=.
COMMON_ARGS += --opt filename=Pkgfile
Expand Down Expand Up @@ -76,8 +75,7 @@ ifneq ($(BUILDKIT_CONTAINER_RUNNING),$(BUILDKIT_CONTAINER_NAME))
--privileged \
-p 1234:1234 \
$(BUILDKIT_IMAGE) \
--addr $(BUILDKIT_HOST) \
--allow-insecure-entitlement security.insecure
--addr $(BUILDKIT_HOST)
@echo "Wait for buildkitd to become available"
@sleep 5
endif
Expand Down
2 changes: 1 addition & 1 deletion Pkgfile
Expand Up @@ -3,4 +3,4 @@
format: v1alpha2

vars:
TOOLS_IMAGE: docker.io/autonomy/tools:08059cc
TOOLS_IMAGE: docker.io/autonomy/tools:8fdb32d

0 comments on commit 13f49f2

Please sign in to comment.