Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: build endpoint for compat API #9790

Merged

Conversation

matejvasek
Copy link
Contributor

@matejvasek matejvasek commented Mar 23, 2021

resolves: #9290

Signed-off-by: Matej Vasek [email protected]

@matejvasek
Copy link
Contributor Author

/cc @riyad @jwhonce

@openshift-ci-robot
Copy link
Collaborator

@matejvasek: GitHub didn't allow me to request PR reviews from the following users: riyad.

Note that only containers members and repo collaborators can review this PR, and authors cannot review their own PRs.

In response to this:

/cc @riyad @jwhonce

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@matejvasek matejvasek force-pushed the fix-isolation-serde branch from 8f5eb38 to aba3bbd Compare March 23, 2021 16:48
Signed-off-by: Matej Vasek <[email protected]>
@matejvasek matejvasek force-pushed the fix-isolation-serde branch from 5fc16bb to 4db4c65 Compare March 23, 2021 17:07
@matejvasek
Copy link
Contributor Author

/cc @mheon

@rhatdan
Copy link
Member

rhatdan commented Mar 23, 2021

I have a similar PR, but have not been able to get back to this. Some of this code is in the master branch of Buildah, now I believe.

@@ -205,9 +205,15 @@ func BuildImage(w http.ResponseWriter, r *http.Request) {
isolation := buildah.IsolationDefault
*/
if utils.IsLibpodRequest(r) {
// isolation = buildah.Isolation(query.Isolation)
// isolation = parseLibPodIsolation(query.Isolation)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this comment of any value?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I understand it correctly the comment should be removed at some point see TODO above.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I have a PR that is attempting to remove it.
I think we just merge this and I will continue to rework my PRs

@TomSweeneyRedHat
Copy link
Member

Changes LGTM, but I'm not sure if we should go with this or @rhatdan's WIP?

@rhatdan
Copy link
Member

rhatdan commented Mar 24, 2021

/approve
/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 24, 2021
@openshift-ci-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: matejvasek, rhatdan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 24, 2021
@openshift-merge-robot openshift-merge-robot merged commit af91f27 into containers:master Mar 24, 2021
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 23, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[APIv2] building container with isolation=default started failing after #9246
5 participants