Skip to content

Commit

Permalink
updated skopeo and buildkit image
Browse files Browse the repository at this point in the history
  • Loading branch information
damoon committed Dec 8, 2021
1 parent e7309b7 commit 2bc527b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const (
MaxExecutionTime = 30 * time.Minute

apiVersion = "1.40"
buildkitImage = "moby/buildkit:v0.8.1-rootless"
skopeoImage = "mrliptontea/skopeo:1.2.0"
buildkitImage = "moby/buildkit:v0.9.3-rootless"
skopeoImage = "ghcr.io/utopia-planitia/skopeo-image@sha256:130836bd82e5f3a856f659e22f0e9d97c545ff0d955807b806595ec4874d5f37"
buildMemory = "2147483648" // 2Gi default
buildCPUQuota = 100_000 // results in 1 cpu
buildCPUPeriod = 100_000 // 100ms is the default of docker
Expand Down

0 comments on commit 2bc527b

Please sign in to comment.