Skip to content

Commit 5caf261

Browse files
authored
Merge pull request #63 from pn-santos/buildkit-0.8.3
Buildkit 0.8.3 / Rootlesskit 0.14.2
2 parents 6dcd811 + 3776045 commit 5caf261

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM concourse/golang-builder AS builder
1010
RUN go build -o /assets/task ./cmd/task
1111
RUN go build -o /assets/build ./cmd/build
1212

13-
FROM moby/buildkit:v0.8.0 AS task
13+
FROM moby/buildkit:v0.8.3 AS task
1414
COPY --from=builder /assets/task /usr/bin/
1515
COPY --from=builder /assets/build /usr/bin/
1616
COPY bin/setup-cgroups /usr/bin/

rootlesskit

Submodule rootlesskit updated 777 files

scripts/setup-buildkit.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if ! which buildctl >/dev/null || ! which buildkitd >/dev/null; then
2-
BUILDKIT_VERSION=0.8.0
2+
BUILDKIT_VERSION=0.8.3
33
BUILDKIT_URL=https://github.com/moby/buildkit/releases/download/v$BUILDKIT_VERSION/buildkit-v$BUILDKIT_VERSION.linux-amd64.tar.gz
44

55
curl -fL "$BUILDKIT_URL" | tar zxf -

0 commit comments

Comments
 (0)