Skip to content

Commit

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

Also removes insecure entitlement from Makefile (copy-paste bug).

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Oct 25, 2019
1 parent 4db6f1f commit 8fdb32d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
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 @@ -74,8 +73,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
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
format: v1alpha2

vars:
TOOLCHAIN_IMAGE: docker.io/autonomy/toolchain:0714f82
TOOLCHAIN_IMAGE: docker.io/autonomy/toolchain:52e8abf

0 comments on commit 8fdb32d

Please sign in to comment.