Skip to content

Commit

Permalink
updated buildkit to v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
damoon committed Feb 4, 2021
1 parent 64d11e8 commit 60ad87b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################
FROM moby/buildkit:v0.7.2-rootless AS buildkit
FROM moby/buildkit:v0.8.1-rootless AS buildkit

# build-env ###################################################
FROM golang:1.15.5-buster AS build-env
Expand Down
2 changes: 1 addition & 1 deletion deployment/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
memory: "200Mi"
cpu: "200m"
- name: buildkit
image: moby/buildkit:v0.7.2-rootless
image: moby/buildkit:v0.8.1-rootless
args:
- --addr=tcp://127.0.0.1:1234
- --oci-worker-no-process-sandbox
Expand Down
2 changes: 1 addition & 1 deletion pkg/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
MaxExecutionTime = 30 * time.Minute

apiVersion = "1.40"
buildkitImage = "moby/buildkit:v0.7.2-rootless"
buildkitImage = "moby/buildkit:v0.8.1-rootless"
skopeoImage = "mrliptontea/skopeo:1.2.0"
buildMemory = "2147483648" // 2Gi default
buildCPUQuota = 100_000 // results in 1 cpu
Expand Down

0 comments on commit 60ad87b

Please sign in to comment.