Sebastiaan van Stijn
|
97b7746df0
|
vendor: github.com/docker/docker 59996a493cfc (v27.0.0-dev)
full diff: 181e70cc07...59996a493c
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
2024-06-07 16:11:03 +02:00 |
Mathias Duedahl
|
ccfd0b2cc2
|
test/ Improve test coverage in volume.go
Co-authored-by: Adam Siraj <40822894+asirago@users.noreply.github.com>
Co-authored-by: Emil Sjölander <72094310+emilsjol@users.noreply.github.com>
Co-authored-by: Omar Askar Vergara <71982892+Omar-AV@users.noreply.github.com>
Co-authored-by: Emir Catir <emir.catir@gmail.com>
Signed-off-by: Mathias Duedahl <64321057+Lussebullen@users.noreply.github.com>
|
2024-03-20 19:53:33 +01:00 |
Sebastiaan van Stijn
|
2c0e93063b
|
bump gotest.tools v3.0.1 for compatibility with Go 1.14
full diff: https://github.com/gotestyourself/gotest.tools/compare/v2.3.0...v3.0.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
2020-02-23 00:28:55 +01:00 |
Vincent Demeester
|
2c4de4fb5e
|
Update tests to use gotest.tools 👼
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
|
2018-06-08 18:24:26 +02:00 |
Daniel Nephin
|
b4c108a385
|
Fix named network in compose file
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2018-03-12 15:15:27 -04:00 |
Daniel Nephin
|
baf65a5502
|
Convert to assert.NilError
Using:
git grep -l '^\s\+assert\.Check(t, err)$' | \
xargs sed -i -e 's/^\(\s\+assert\)\.Check(t, err)$/\1.NilError(t, err)/'
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2018-03-06 15:27:34 -05:00 |
Daniel Nephin
|
39c2ca57c1
|
Automated migration
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2018-03-05 19:41:17 -05:00 |
Daniel Nephin
|
9da2602f38
|
Fix external networks
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2017-12-11 11:29:49 -05:00 |
Daniel Nephin
|
15837afa77
|
Replace pkg/testutil/tempfile with gotestyourself/fs
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2017-08-16 14:23:28 -04:00 |
Brian Goff
|
e574286ba2
|
Add support for configs to compose format
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
|
2017-05-16 17:10:14 -04:00 |
Daniel Nephin
|
10641c2aae
|
Update imports.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2017-04-17 18:07:56 -04:00 |
Daniel Nephin
|
1630fc40f8
|
Import docker/docker/cli
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
|
2017-04-17 17:40:59 -04:00 |