Skip to content

Commit

Permalink
detect copy operations by other processes
Browse files Browse the repository at this point in the history
Requires to vendor containers/image, storage and the latest
version of the progress bar library.

Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg committed Apr 2, 2019
1 parent ad467ba commit dd86c78
Show file tree
Hide file tree
Showing 38 changed files with 914 additions and 370 deletions.
8 changes: 4 additions & 4 deletions vendor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ github.com/containerd/cgroups 39b18af02c4120960f517a3a4c2588fabb61d02c
github.com/containerd/continuity 004b46473808b3e7a4a3049c20e4376c91eb966d
github.com/containernetworking/cni v0.7.0-rc2
github.com/containernetworking/plugins v0.7.4
github.com/containers/image v1.5.1
github.com/vbauerster/mpb v3.3.4
github.com/containers/image copy-detection https://github.com/vrothberg/image
github.com/vbauerster/mpb v3.4.0
github.com/mattn/go-isatty v0.0.4
github.com/VividCortex/ewma v1.1.1
github.com/containers/storage v1.12.1
github.com/containers/storage copy-locks https://github.com/vrothberg/storage
github.com/containers/psgo v1.2
github.com/coreos/go-systemd v14
github.com/cri-o/ocicni 0c180f981b27ef6036fa5be29bcb4dd666e406eb
Expand Down Expand Up @@ -93,7 +93,7 @@ k8s.io/apimachinery kubernetes-1.10.13-beta.0 https://github.com/kubernetes/apim
k8s.io/client-go kubernetes-1.10.13-beta.0 https://github.com/kubernetes/client-go
github.com/mrunalp/fileutils 7d4729fb36185a7c1719923406c9d40e54fb93c7
github.com/varlink/go 3ac79db6fd6aec70924193b090962f92985fe199
github.com/containers/buildah v1.7.2
github.com/containers/buildah copy-detection https://github.com/vrothberg/buildah
# TODO: Gotty has not been updated since 2012. Can we find replacement?
github.com/Nvveen/Gotty cd527374f1e5bff4938207604a14f2e38a9cf512
github.com/fsouza/go-dockerclient v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/containers/buildah/buildah.go

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

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

6 changes: 3 additions & 3 deletions vendor/github.com/containers/buildah/vendor.conf

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

186 changes: 164 additions & 22 deletions vendor/github.com/containers/image/copy/copy.go

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

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

Loading

0 comments on commit dd86c78

Please sign in to comment.