podmanV2: implement build#5819
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vrothberg The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
☔ The latest upstream changes (presumably #5770) made this pull request unmergeable. Please resolve the merge conflicts. |
|
Wait, what? The container registers as present for |
Yes, that's the case. I could not reproduce manually but hit it 100 percent of times in the build system test. It screams race condition but so many things have changed that I have a hard time pinning it down. |
|
As discussed, I dropped the patch, so we have a reproducer in in the build system test. Ready to merge from my side. |
|
Thanks, repushed! |
|
☔ The latest upstream changes (presumably #5842) made this pull request unmergeable. Please resolve the merge conflicts. |
Implement `podman build` for the local client. The remote client will require some rather large work in the backend and a new build endpoint for the libpod rest API. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
|
Repushed. |
|
LGTM |
|
Changes LGTM, but I didn't test them. |
|
/lgtm |
Implement
podman buildfor the local client. The remote client willrequire some rather large work in the backend and a new build endpoint
for the libpod rest API.
Signed-off-by: Valentin Rothberg rothberg@redhat.com