chore: update dockerfile/buildkit versions

New buildkit release: https://github.com/moby/buildkit/releases/tag/v0.6.0

New release was published for buildkit's dockerfile:
https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.1.2-experimental,
so we can stick to release version now.

These releases include fixes/implementation for `RUN --security=insecure`.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
This commit is contained in:
Andrey Smirnov 2019-08-01 00:47:55 +03:00 committed by Andrey Smirnov
parent 084378ac04
commit 3024c26a55
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# syntax = docker/dockerfile-upstream:master-experimental
# syntax = docker/dockerfile-upstream:1.1.2-experimental
ARG TOOLS
FROM $TOOLS AS tools

View File

@ -1,7 +1,7 @@
TOOLS ?= autonomy/tools:b473afb
# TODO(andrewrynhard): Move this logic to a shell script.
BUILDKIT_VERSION ?= master@sha256:455f06ede03149051ce2734d9639c28aed1b6e8b8a0c607cb813e29b469a07d6
BUILDKIT_VERSION ?= v0.6.0
KUBECTL_VERSION ?= v1.14.1
BUILDKIT_IMAGE ?= moby/buildkit:$(BUILDKIT_VERSION)
BUILDKIT_HOST ?= tcp://0.0.0.0:1234