vendor docker/engine-api@f9cef590446e4e6073b49b652f47a337b897c1a3#26200
vendor docker/engine-api@f9cef590446e4e6073b49b652f47a337b897c1a3#26200justincormack merged 1 commit intomoby:masterfrom
Conversation
|
Windows failure looks real |
8d16307 to
5ae46e3
Compare
|
updated - let's see |
|
/cc @allencloud @yongtang @stevvooe for changes relative to your engine-api PRs that are in it 👼 |
api/client/container/update.go
Outdated
There was a problem hiding this comment.
I think in this place, we still need warns = append(warns, r.Warnings...), since when err is nil, r.Warnings still can be non-nil. Correct me if I am wrong. @runcom
There was a problem hiding this comment.
right, we should add to warns regardless of an error I'll fix it
5ae46e3 to
2dccf7b
Compare
|
@runcom |
pushed a fix (nevermind what I wrote earlier) |
2dccf7b to
84054f9
Compare
|
@allencloud PTAL |
84054f9 to
02203f8
Compare
|
Great! Thanks @runcom. I think the ContainerUpdate change in engine-api is done perfectly in this PR. @vdemeester |
api/client/stack/deploy.go
Outdated
There was a problem hiding this comment.
This line could be removed as the engine-api change will allow omitting the IPAM.
02203f8 to
0492791
Compare
|
@yongtang updated PTAL |
|
janky failure looks real (changed type). |
0492791 to
d170a4a
Compare
|
@justincormack should now be fixed |
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
d170a4a to
8f7a8c7
Compare
|
LGTM 🐸 |
|
LGTM |
|
I'll rebase the seccomp branch thx @justincormack |
Needed by #24510
@vdemeester @justincormack PTAL
Signed-off-by: Antonio Murdaca runcom@redhat.com