Skip to content

Commit

Permalink
Merge pull request #63 from pn-santos/buildkit-0.8.3
Browse files Browse the repository at this point in the history
Buildkit 0.8.3 / Rootlesskit 0.14.2
  • Loading branch information
vito authored Jun 16, 2021
2 parents 6dcd811 + 3776045 commit 5caf261
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM concourse/golang-builder AS builder
RUN go build -o /assets/task ./cmd/task
RUN go build -o /assets/build ./cmd/build

FROM moby/buildkit:v0.8.0 AS task
FROM moby/buildkit:v0.8.3 AS task
COPY --from=builder /assets/task /usr/bin/
COPY --from=builder /assets/build /usr/bin/
COPY bin/setup-cgroups /usr/bin/
Expand Down
2 changes: 1 addition & 1 deletion rootlesskit
Submodule rootlesskit updated 777 files
2 changes: 1 addition & 1 deletion scripts/setup-buildkit.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if ! which buildctl >/dev/null || ! which buildkitd >/dev/null; then
BUILDKIT_VERSION=0.8.0
BUILDKIT_VERSION=0.8.3
BUILDKIT_URL=https://github.com/moby/buildkit/releases/download/v$BUILDKIT_VERSION/buildkit-v$BUILDKIT_VERSION.linux-amd64.tar.gz

curl -fL "$BUILDKIT_URL" | tar zxf -
Expand Down

0 comments on commit 5caf261

Please sign in to comment.