Skip to content

Commit

Permalink
Update buildkit and containerd
Browse files Browse the repository at this point in the history
* `buildkit` v0.11.2 -> v0.11.3
* `containerd` v1.6.16 -> v1.6.18
  • Loading branch information
kylos101 authored and roboquat committed Feb 20, 2023
1 parent 5e53e42 commit 852f5cd
Show file tree
Hide file tree
Showing 16 changed files with 29 additions and 27 deletions.
2 changes: 1 addition & 1 deletion components/blobserve/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/gitpod-io/gitpod/blobserve
go 1.19

require (
github.com/containerd/containerd v1.6.16
github.com/containerd/containerd v1.6.18
github.com/docker/cli v20.10.17+incompatible
github.com/docker/distribution v2.8.1+incompatible
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
Expand Down
4 changes: 2 additions & 2 deletions components/blobserve/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/ide-service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/gitpod-io/gitpod/ide-service
go 1.19

require (
github.com/containerd/containerd v1.6.16
github.com/containerd/containerd v1.6.18
github.com/docker/distribution v2.7.1+incompatible
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
github.com/gitpod-io/gitpod/gitpod-protocol v0.0.0-00010101000000-000000000000
Expand Down
4 changes: 2 additions & 2 deletions components/ide-service/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions components/image-builder-bob/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ go 1.19

require (
github.com/containerd/console v1.0.3
github.com/containerd/containerd v1.6.16
github.com/containerd/containerd v1.6.18
github.com/docker/cli v23.0.0-rc.1+incompatible
github.com/docker/distribution v2.8.1+incompatible
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
github.com/gofrs/flock v0.8.1 // indirect
github.com/hashicorp/go-retryablehttp v0.7.1
github.com/moby/buildkit v0.11.2
github.com/moby/buildkit v0.11.3
github.com/opencontainers/runtime-spec v1.0.3-0.20220909204839-494a5a6aca78
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.4.0
Expand Down
10 changes: 6 additions & 4 deletions components/image-builder-bob/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/image-builder-mk3/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/alecthomas/jsonschema v0.0.0-20210526225647-edb03dcab7bc
github.com/containerd/containerd v1.6.16
github.com/containerd/containerd v1.6.18
github.com/docker/cli v20.10.17+incompatible
github.com/docker/distribution v2.8.1+incompatible
github.com/docker/docker v20.10.17+incompatible
Expand Down
4 changes: 2 additions & 2 deletions components/image-builder-mk3/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/registry-facade/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/alicebob/miniredis/v2 v2.30.0
github.com/containerd/containerd v1.6.16
github.com/containerd/containerd v1.6.18
github.com/docker/cli v20.10.17+incompatible
github.com/docker/distribution v2.8.1+incompatible
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
Expand Down
4 changes: 2 additions & 2 deletions components/registry-facade/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/ws-daemon/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/bombsimon/logrusr/v2 v2.0.1
github.com/c9s/goprocinfo v0.0.0-20210130143923-c95fcf8c64a8
github.com/containerd/cgroups v1.0.4
github.com/containerd/containerd v1.6.16
github.com/containerd/containerd v1.6.18
github.com/containerd/typeurl v1.0.2
github.com/containers/storage v1.39.0
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
Expand Down
4 changes: 2 additions & 2 deletions components/ws-daemon/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/ws-daemon/seccomp-profile-installer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/gitpod-io/gitpod/ws-daemon/seccomp-profile-installer
go 1.19

require (
github.com/containerd/containerd v1.6.16
github.com/containerd/containerd v1.6.18
github.com/opencontainers/runtime-spec v1.0.3-0.20220909204839-494a5a6aca78
)

Expand Down
4 changes: 2 additions & 2 deletions components/ws-daemon/seccomp-profile-installer/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion install/installer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ require (
github.com/cilium/ebpf v0.7.0 // indirect
github.com/configcat/go-sdk/v7 v7.6.0 // indirect
github.com/containerd/cgroups v1.0.4 // indirect
github.com/containerd/containerd v1.6.16 // indirect
github.com/containerd/containerd v1.6.18 // indirect
github.com/containerd/continuity v0.3.0 // indirect
github.com/containerd/fifo v1.0.0 // indirect
github.com/containerd/ttrpc v1.1.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions install/installer/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 852f5cd

Please sign in to comment.