Sebastiaan van Stijn
dc9e069ff2
vendor: github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43
...
Changed `matcher.Matches(file)` to `matcher.MatchesOrParentMatches(file)`:
cli/command/image/build/context.go:95:9: SA1019: matcher.Matches is deprecated: This implementation is buggy (it only checks a single parent dir against the pattern) and will be removed soon. Use either MatchesOrParentMatches or MatchesUsingParentResults instead. (staticcheck)
return matcher.Matches(file)
^
And updated a test to match the JSON omitting empty RootFS.Type fields (in
practice, this field should never be empty in real situations, and always
be "layer"). Changed the test to use subtests to easier find which case
is failing.
full diff: https://github.com/docker/docker/compare/343665850e3a...83b51522df43
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-09 18:45:37 +01:00
Sebastiaan van Stijn
e90cb75152
vendor: github.com/docker/distribution v2.8.1
...
full diff: https://github.com/docker/distribution/compare/0d3efadf0154...v2.8.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-09 18:20:28 +01:00
Sebastiaan van Stijn
30e47e5a04
vendor: github.com/prometheus/common v0.10.0
...
full diff: https://github.com/prometheus/common/compare/v0.9.1...v0.10.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-09 18:17:15 +01:00
Sebastiaan van Stijn
6da0fc299d
vendor: github.com/moby/sys/signal v0.7.0
...
full diff: https://github.com/moby/sys/signal/compare/v0.6.0...v0.7.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-09 18:17:10 +01:00
Sebastiaan van Stijn
4adea808ce
vendor: github.com/google/go-cmp v0.5.7
...
full diff: https://github.com/google/go-cmp/compare/v0.5.5...v0.5.7
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-09 18:17:07 +01:00
Sebastiaan van Stijn
fe8a12c621
vendor: github.com/opencontainers/image-spec v1.0.2
...
full diff: https://github.com/opencontainers/image-spec/compare/v1.0.1...v1.0.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-09 17:50:50 +01:00
Sebastiaan van Stijn
3669aa3518
vendor: github.com/Microsoft/go-winio v0.5.1
...
full diff: https://github.com/Microsoft/go-winio/compare/v0.4.19...v0.5.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-09 17:50:47 +01:00
Sebastiaan van Stijn
58747a6316
vendor: github.com/google/go-cmp v0.5.5
...
it was downgraded to v0.2.0, but should be safe to upgrade
full diff: https://github.com/google/go-cmp/compare/v0.2.0...v0.5.5
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-01 16:34:33 +01:00
CrazyMax
7dc35c03fc
validate manpages target
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2022-02-25 17:11:17 +01:00
Nicolas De Loof
7b9580df51
Drop support for (archived) Compose-on-Kubernetes
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2022-02-22 13:47:34 +01:00
Sebastiaan van Stijn
a3c1314968
vendor: compose-on-kubernetes v0.5.0 to remove use of github.com/golang/glog
...
glog has the same issue as k8s.io/klog, and is calling `user.Current()`
inside an `init()`; see https://github.com/kubernetes/klog/commit/466fbb6507dbc90eba32172bb1c662640e78e0c3
Calling `user.Current()` on Windows can result in remove connections being
made to get the user's information, which can be a heavy call. See https://github.com/docker/cli/issues/2420
glog was only used in a single location in compose-on-kubernetes, so we may as
well remove it.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-02-14 14:54:51 +01:00
CrazyMax
6fef143dbc
Set buildx as default builder
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2022-02-03 10:38:05 +01:00
CrazyMax
7e560ae76f
vendor with go mod
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2021-12-16 21:16:01 +01:00
Mathieu Champlon
a4e7460872
Bump moby/sys
...
This adds a Windows TERM signal which makes propagation of termination to containers work properly.
Signed-off-by: Mathieu Champlon <mathieu.champlon@docker.com >
2021-11-05 18:46:03 +01:00
Jonathan Warriss-Simmons
221bf5761f
bump imdario/mergo v0.3.12
...
full diff: imdario/mergo@v0.3.8...v0.3.12
includes:
- imdario/mergo@c085d66e6b use src map if dst is nil and can't be set
- fixes imdario/mergo#90 panic: reflect: reflect.Value.Set using unaddressable value merging nested structures
Signed-off-by: Jonathan Warriss-Simmons <misterws@diogenes.ws >
2021-09-18 22:44:44 +01:00
Sebastiaan van Stijn
2ef71e502c
vendor: genproto 8816d57aaa9a, google.golang.org/protobuf v1.26.0, github.com/golang/protobuf v1.5.2
...
- full diff: https://github.com/googleapis/go-genproto/compare/3f1135a288c9a07e340ae8ba4cc6c7065a3160e8...8816d57aaa9ad8cba31b2a8ecb6199c494bdf8b4
- google.golang.org/protobuf is the new name for this package, and to use both,
we also need the old github.com/golang/protobuf updated to v1.4.0 or above.
- github.com/golang/protobuf v1.5.2: full diff: https://github.com/golang/protobuf/compare/v1.3.5...v1.5.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-08-12 17:02:16 +02:00
Sebastiaan van Stijn
fc85fe4eb8
vendor: update docker to current master (API v1.42)
...
full diff: https://github.com/docker/docker/compare/25917217cab38eab40c3db0010b915258f4a8491...343665850e3a7ee160989b33b39477b6dd3f15cb
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-08-12 13:24:05 +02:00
Sebastiaan van Stijn
3e50224fd8
vendor: github.com/docker/swarmkit 3629f50980f6c0dd5ccd7dbfa0956b57ea0cd78d
...
no changes in the vendored code
full diff: https://github.com/docker/swarmkit/compare/2dcf70aafdc9ea55af3aaaeca440638cde0ecda6...3629f50980f6c0dd5ccd7dbfa0956b57ea0cd78d
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-08-11 11:58:24 +02:00
Sebastiaan van Stijn
fcc2ce3499
vendor: github.com/containerd/containerd v1.5.5
...
no changes in the vendored code
full diff: https://github.com/containerd/containerd/compare/v1.5.3...v1.5.5
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-08-10 12:14:25 +02:00
Sebastiaan van Stijn
cfb07a75a9
vendor: github.com/opencontainers/runc v1.0.1
...
full diff: https://github.com/opencontainers/runc/comopare/v1.0.0-rc95...v1.0.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-08-10 12:14:23 +02:00
Sebastiaan van Stijn
ecad24d47f
vendor: github.com/sirupsen/logrus v1.8.1
...
full diff: https://github.com/sirupsen/logrus/compare/v1.7.0...v1.8.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-08-10 12:14:20 +02:00
Sebastiaan van Stijn
23ed50c10f
replace docker/pkg/signal with github.com/moby/sys/signal
...
The github.com/docker/docker/pkg/signal package was moved to a separate
module in moby/sys.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-08-09 19:15:46 +02:00
Sebastiaan van Stijn
13e8225007
vendor: cpuguy83/go-md2man/v2 v2.0.1
...
full diff: https://github.com/cpuguy83/go-md2man/compare/v2.0.0...v2.0.1
- Fix handling multiple definition descriptions
- Fix inline markup causing table cells to split
- Remove escaping tilde character (prevents tildes (`~`) from disappearing).
- Do not escape dash, underscore, and ampersand (prevents ampersands (`&`) from disappearing).
- Ignore unknown HTML tags to prevent noisy warnings
With this, generating manpages becomes a lot less noisy; no more of these:
WARNING: go-md2man does not handle node type HTMLSpan
WARNING: go-md2man does not handle node type HTMLSpan
WARNING: go-md2man does not handle node type HTMLSpan
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-07-21 10:28:34 +02:00
Sebastiaan van Stijn
ef14ae09bb
vendor: github.com/russross/blackfriday/v2 v2.1.0
...
removes the github.com/shurcooL/sanitized_anchor_name dependency
full diff: https://github.com/russross/blackfriday/compare/v2.0.1...v2.1.0
- Committed to github.com/russross/blackfriday/v2 as the canonical import path for blackfriday v2.
- Reduced the amount of dependencies.
- Added a SanitizedAnchorName function.
- Added Node.IsContainer and Node.IsLeaf methods.
- Fixed parsing of links that end with a double backslashes.
- Fixed an issue where fence length wasn't computed.
- Improved the default value for the HTMLRendererParameters.FootnoteReturnLinkContents field.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-07-21 10:22:53 +02:00
Sebastiaan van Stijn
0ebdad7492
vendor: github.com/containerd/containerd v1.5.3 to reduce indirect dependencies
...
full diff: https://github.com/containerd/containerd/compare/v1.5.2...v1.5.3
This removes the hcsshim dependency and other dependencies coming from that.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-07-14 17:46:16 +02:00
Sebastiaan van Stijn
711334e9a4
vendor: github.com/moby/buildkit 9f254e18360a24c2ae47b26f772c3c89533bcbb7 (master / v0.9.0-dev)
...
full diff: https://github.com/moby/buildkit/compare/8142d66b5ebde79846b869fba30d9d30633e74aa...9f254e18360a24c2ae47b26f772c3c89533bcbb7
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-22 12:12:03 +02:00
Sebastiaan van Stijn
a04c8210a6
vendor: github.com/docker/docker 25917217cab38eab40c3db0010b915258f4a8491
...
https://github.com/docker/docker/compare/b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0..25917217cab38eab40c3db0010b915258f4a8491
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-22 10:16:54 +02:00
Sebastiaan van Stijn
29fed6bff1
vendor: github.com/docker/swarmkit 2dcf70aafdc9ea55af3aaaeca440638cde0ecda6
...
full diff: https://github.com/docker/swarmkit/compare/17d8d4e4d8bdec33d386e6362d3537fa9493ba00...2dcf70aafdc9ea55af3aaaeca440638cde0ecda6
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 17:11:02 +02:00
Sebastiaan van Stijn
f647fce891
vendor: github.com/containerd/containerd v1.5.2
...
- update to v1.5.0 https://github.com/containerd/containerd/compare/0edc412565dcc6e3d6125ff9e4b009ad4b89c638...v1.5.0 (v1.5.0 is last tag on master/main branch)
- update to v1.5.2 https://github.com/containerd/containerd/compare/v1.5.0...v1.5.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 17:08:47 +02:00
Sebastiaan van Stijn
f269e7fc35
vendor: github.com/coreos/etcd v3.3.25
...
full diff: https://github.com/coreos/etcd/v3.3.12...v3.3.25
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:30:07 +02:00
Sebastiaan van Stijn
83c915857f
vendor: github.com/tonistiigi/fsutil d72af97c0eaf93c1d20360e3cb9c63c223675b83
...
full diff: https://github.com/tonistiigi/fsutil/compare/0834f99b7b85462efb69b4f571a4fa3ca7da5ac9...d72af97c0eaf93c1d20360e3cb9c63c223675b83
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:30:05 +02:00
Sebastiaan van Stijn
79a9fd61fd
vendor: github.com/opencontainers/runc v1.0.0-rc95
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:30:03 +02:00
Sebastiaan van Stijn
579279ce09
vendor: github.com/Microsoft/hcsshim v0.8.16
...
full diff: https://github.com/Microsoft/hcsshim/compare/v0.8.9...v0.8.16
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:29:58 +02:00
Sebastiaan van Stijn
ab46952ba8
vendor: github.com/Microsoft/go-winio v0.4.19
...
full diff: https://github.com/Microsoft/go-winio/compare/v0.4.15...v0.4.19
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:29:53 +02:00
Sebastiaan van Stijn
f114f6c871
vendor: github.com/json-iterator/go v1.1.10
...
full diff: https://github.com/json-iterator/go/compare/v1.1.6...v1.1.10
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:29:51 +02:00
Sebastiaan van Stijn
c451d82af9
vendor: github.com/containerd/typeurl v1.0.2
...
full diff: https://github.com/containerd/typeurl/compare/v1.0.1...v1.0.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:29:49 +02:00
Sebastiaan van Stijn
3ea82da319
vendor: github.com/containerd/continuity v0.1.0
...
full diff: https://github.com/containerd/continuity/efbc4488d8fe1bdc16bde3b2d2990d9b3a899165...v0.1.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:29:47 +02:00
Sebastiaan van Stijn
9ee3d08aeb
vendor: github.com/containerd/console v1.0.2
...
full diff: https://github.com/containerd/console/compare/v1.0.1...v1.0.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:29:45 +02:00
Sebastiaan van Stijn
945f1237ec
vendor: github.com/containerd/cgroups v1.0.1
...
full diff: https://github.com/containerd/cgroups/compare/0b889c03f102012f1d93a97ddd3ef71cd6f4f510...v1.0.1
relevant changes:
- go.mod: github.com/gogo/protobuf v1.3.2 and generate protos
update gogo/protobuf and regenerate protos to address CVE-2021-3121
(https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3121 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:29:42 +02:00
Sebastiaan van Stijn
2cbb88f4c9
vendor: github.com/modern-go/reflect2 v1.0.1
...
Previous vendor was using the 1.0.1 tag (without v-prefix).
diff: https://github.com/modern-go/reflect2/compare/1.0.1...v1.0.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:29:27 +02:00
Sebastiaan van Stijn
d6c55a105f
vendor: github.com/moby/sys mountinfo/v0.4.1
...
full diff: https://github.com/moby/sys/compare/1bc8673b57550ddf85262eb0fed0aac651a37dab...b0f1fd7235275d01bd35cc4421e884e522395f45
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:29:22 +02:00
Sebastiaan van Stijn
f445637470
vendor: github.com/gogo/protobuf v1.3.2
...
full diff: https://github.com/gogo/protobuf/compare/v1.3.1...v1.3.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:27:51 +02:00
Sebastiaan van Stijn
b5bc279901
vendor: moby/term, Azure/go-ansiterm for golang.org/x/sys/windows compat
...
Changes:
- winterm: GetStdFile(): Added compatibility with "golang.org/x/sys/windows"
- winterm: fix GetStdFile() falltrough
- update deprecation message to refer to the correct replacement
- add go.mod
- Fix int overflow
- Convert int to string using rune()
full diff:
- https://github.com/moby/term/compare/bea5bbe245bf407372d477f1361d2ff042d2f556...3f7ff695adc6a35abc925370dd0a4dafb48ec64d
- https://github.com/Azure/go-ansiterm/compare/d6e3b3328b783f23731bc4d058875b0371ff8109...d185dfc1b5a126116ea5a19e148e29d16b4574c9
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 13:30:47 +02:00
Silvin Lubecki
674c074dc4
Merge pull request #3013 from thaJeztah/bump_cobra
...
vendor: github.com/spf13/cobra v1.1.3
2021-06-17 22:33:19 +02:00
Sebastiaan van Stijn
7672267e16
vendor: github.com/docker/docker-credential-helpers v0.6.4
...
full diff: https://github.com/docker/docker-credential-helpers/compare/38bea2ce277ad0c9d2a6230692b0606ca5286526...v0.6.4
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-07 18:12:01 +02:00
Sebastiaan van Stijn
49f6071532
vendor: github.com/docker/docker v20.10.7
...
full diff: https://github.com/docker/docker/compare/d5209b29b9777e0b9713d87847a5dc8ce9d93da6...v20.10.7
skipping the buildkit update for now, as it didn't bring changes
in vendored files.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-05 17:46:36 +02:00
Sebastiaan van Stijn
75dd73f642
vendor: github.com/theupdateframework/notary v0.7.0-21-gbf96a202
...
no change in local code, but updates some dependencies to more recent
versions, which may help users that consume docker/cli to get a better
selection (when using go modules).
full diff: https://github.com/theupdateframework/notary/compare/5f1f4a34f4cfa3066e44f652e895f4b24b96248e...bf96a202a09a312ae005cd312fc06ff4d2c166ce
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-04-01 01:34:10 +02:00
Sebastiaan van Stijn
25dc8034ff
vendor: github.com/spf13/cobra v1.1.3
...
full diff: https://github.com/spf13/cobra/compare/v1.1.1...v1.1.3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-03-14 18:55:35 +01:00
Tonis Tiigi
a54577b757
vendor: update notary to 5f1f4a34
...
Brings in fixes for darwin/arm64 targets
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2021-03-03 23:49:48 -08:00
Tibor Vass
7bef248765
vendor docker, docker-credential-helpers and golang/sys for execabs package
...
Signed-off-by: Tibor Vass <tibor@docker.com >
2021-01-26 17:18:04 +00:00