Commit Graph

2235 Commits (430c5256d54a3a0e0506562d88750decd6c099d5)

Author SHA1 Message Date
Akihiro Suda c21555d19b
Merge pull request #1175 from tonistiigi/containerd-daemon-update
vendor: update containerd to v1.3.0-rc.2
2019-09-21 10:56:43 +09:00
Tonis Tiigi 211e20a587 vendor: update containerd to v1.3.0-rc.2
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-09-20 14:59:57 -07:00
Tonis Tiigi ce9dfec05f hack: update containerd daemon
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-09-20 14:59:54 -07:00
Tonis Tiigi 91198c3188 hack: fix unbound ci vars
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-09-20 14:53:28 -07:00
Tonis Tiigi 5756b62927 vendor: update containerd to v1.3.0-rc.1
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-09-19 15:52:26 -07:00
Akihiro Suda 1bf81905fe
Merge pull request #1171 from ibuildthecloud/patch-1
Update Rio status
2019-09-15 17:27:28 +09:00
Darren Shepherd c73d942012 Update Rio status
Signed-off-by: Darren Shepherd <darren@rancher.com>
2019-09-14 16:50:23 -07:00
Akihiro Suda ef9ed22495
Merge pull request #1168 from tonistiigi/update-gorunc
vendor: update go-runc to e029b79d
2019-09-15 02:56:42 +09:00
Tonis Tiigi 0ef435687b runcexecutor: update go-runc call after contract change
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-09-11 10:57:51 -07:00
Tonis Tiigi e3e13ad204 vendor: update go-runc to e029b79d
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-09-11 10:57:14 -07:00
Akihiro Suda 9c56f1c50a
Merge pull request #1166 from tonistiigi/incoming-update
solver: fix pipe signaling on incoming updates
2019-09-11 14:21:05 +09:00
Tonis Tiigi eede0facb7 solver: fix pipe signaling on incoming updates
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-09-10 16:59:56 -07:00
Akihiro Suda f6fe51ed9a
Merge pull request #1161 from tonistiigi/update-containerd
vendor: update containerd to v1.3.0-rc.0
2019-09-06 14:18:12 +09:00
Akihiro Suda 9be0a7d8d1
Merge pull request #1160 from tonistiigi/cni-rootless
dockerfile: skip cni tests on rootless
2019-09-06 14:17:37 +09:00
Akihiro Suda d7900f9a78
Merge pull request #1162 from tonistiigi/dockerfile-syntax-update
hack: update to dockerfile-1.1
2019-09-06 14:17:15 +09:00
Tonis Tiigi d313ab6a58 hack: update to dockerfile-1.1
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-09-05 17:14:18 -07:00
Tonis Tiigi eba10d51b9 vendor: update containerd to v1.3.0-rc.0
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-09-05 17:13:39 -07:00
Tibor Vass 7886d6b696
Merge pull request #1159 from erydo/fix-etag
http: Handle missing but unambiguous ETags in response
2019-09-05 16:52:53 -07:00
Tonis Tiigi fef0996045 dockerfile: skip cni tests on rootless
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-09-05 16:49:48 -07:00
Tõnis Tiigi 0639e6fbc0
Merge pull request #1141 from Metaswitch/run-network-mode
Implement support for RUN --network=none|default|host
2019-09-05 16:38:23 -07:00
Robert Estelle 6ff0868457 http: Response refers to requested ETag on 304, not 200
Otherwise a 200 response without an ETag could be incorrectly associated
to previous content in the following scenario:

* The remote server had in the past responded with an ETag for this
  resource, which was cached.
  - (Otherwise, onlyETag would be empty)
* That was the only ETag cached for this resource.
  - (Otherwise, onlyETag would be empty)
* The remote server then stopped supporting ETag/If-None-Match for this
  resource at all.
  - (Otherwise, it would respond with a 304 or a 200+ETag)

Signed-off-by: Robert Estelle <robertestelle@gmail.com>
2019-09-04 20:25:53 -04:00
Robert Estelle c63c6f9683 http: Handle missing but unambiguous ETags in response
If a single ETag is requested in `If-None-Match`, some servers do not
include that (unambiguous) ETag header in the response.

For detailed description, see:
https://github.com/moby/buildkit/issues/905#issuecomment-528058142

Signed-off-by: Robert Estelle <robertestelle@gmail.com>
2019-09-04 18:10:56 -04:00
Tõnis Tiigi 9a490d39cc
Merge pull request #1156 from tonistiigi/multiple-cache-importers
llbsolver: fix error on multiple cache importers
2019-08-30 10:01:50 -07:00
Andy Caldwell 17769771d4
Rename tests to be called tests
Signed-off-by: Andy Caldwell <andrew.caldwell@metaswitch.com>
2019-08-30 16:44:28 +01:00
Tibor Vass dd6731b000
Merge pull request #1157 from tonistiigi/travis-logs
travis: print main buildkit logs on job failure
2019-08-29 18:53:02 -07:00
Tonis Tiigi 6ff2cd9922 travis: print main buildkit logs on job failure
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-08-29 15:29:26 -07:00
Tonis Tiigi 1d7e7a6b51 llbsolver: fix error on multiple cache importers
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-08-29 15:21:17 -07:00
Andy Caldwell d637340066
Fix up guard and add extra negative test
Signed-off-by: Andy Caldwell <andrew.caldwell@metaswitch.com>
2019-08-29 18:29:47 +01:00
Tõnis Tiigi 6cb8555622
Merge pull request #1144 from tiborvass/fsutil-sockets
Fix socket handling
2019-08-28 17:43:48 -07:00
Akihiro Suda 96d13d600f
Merge pull request #1150 from tonistiigi/ssh-release
session: release forwarded ssh socket connection per connection
2019-08-28 17:06:37 +09:00
Tõnis Tiigi 61e246a001
Merge pull request #1148 from SamWhited/testing_backend
Factor only required methods out of Sandbox
2019-08-27 15:29:11 -07:00
Sam Whited e90be385b4 all: factor only required methods out of Sandbox
Signed-off-by: Sam Whited <sam@samwhited.com>
2019-08-27 16:54:20 -05:00
Tibor Vass aa3ad5f985 vendor fsutil to 3d2716dd0a4d to fix sockets handling
Signed-off-by: Tibor Vass <tibor@docker.com>
2019-08-27 20:53:37 +00:00
Tibor Vass bd8f49ed58 dockerfile: add TestCopySocket test + vendor needed continuity fix
Signed-off-by: Tibor Vass <tibor@docker.com>
2019-08-27 20:53:37 +00:00
Tibor Vass 77ca4bce2e client: add exporter test for sockets
Signed-off-by: Tibor Vass <tibor@docker.com>
2019-08-27 20:53:37 +00:00
Tõnis Tiigi df7e93a159
Merge pull request #1147 from tonistiigi/cross-repo-push
add cross-repo push support
2019-08-27 10:48:43 -07:00
Andy Caldwell 808ad65222
Add guard for CNI tests
Signed-off-by: Andy Caldwell <andrew.caldwell@metaswitch.com>
2019-08-27 14:43:22 +01:00
Tonis Tiigi bc3a1eefdd session: release forwarded ssh socket connection per connection
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-08-26 15:34:55 -07:00
Tõnis Tiigi 6885427759
Merge pull request #1149 from SamWhited/internal_test_conf
util/testutil/integration: s/TestConf/testConf/
2019-08-26 09:01:31 -07:00
Sam Whited 93687ae5bf util/testutil/integration: s/TestConf/testConf/
Signed-off-by: Sam Whited <sam@samwhited.com>
2019-08-26 07:56:33 -05:00
Tonis Tiigi 481d39c176 add cross-repo push support
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-08-22 17:25:13 -07:00
Akihiro Suda 763379fb2c
Merge pull request #1145 from tonistiigi/update-containerd
vendor: update containerd to v1.3.0-beta.2
2019-08-22 15:54:41 +09:00
Tonis Tiigi fdce39046a vendor: update containerd to v1.3.0-beta.2
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-08-21 20:22:55 -07:00
Andy Caldwell b939973129
Remove note about entitlement on dockerd
Signed-off-by: Andy Caldwell <andrew.caldwell@metaswitch.com>
2019-08-21 22:03:01 +01:00
Andy Caldwell 113e3133cd
Don't set network/security mode on stable dockerfile
Signed-off-by: Andy Caldwell <andrew.caldwell@metaswitch.com>
2019-08-21 13:08:22 +01:00
Tibor Vass 458661a4ca
Merge pull request #1107 from tonistiigi/containerd-update
vendor: update containerd to 1.3.0-beta
2019-08-20 17:43:25 -07:00
Tonis Tiigi a859c9df82 hack: enabled progressflag for ci_first_pass
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-08-20 17:26:48 -07:00
Tonis Tiigi ac8fd77049 client: update tests to new deps
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-08-20 17:03:05 -07:00
Michael Crosby 9290c15ffc Pin containerd runtime to v1
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-08-20 17:03:04 -07:00
Tonis Tiigi 5d617c557d vendor: update containerd to f0821348
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-08-20 17:03:04 -07:00