Skip to content

Conversation

Honny1
Copy link
Member

@Honny1 Honny1 commented Oct 10, 2025

Add manifest parameter documentation to /libpod/build, and /libpod/local/build endpoints in OpenAPI spec.

Fixes: #27261

For reviewer: I am not sure if I should add this to the compat API. The Docker documentation didn't mention Manifest, but our implementation will work with that query argument for the compat API.

Does this PR introduce a user-facing change?

None

@openshift-ci openshift-ci bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. release-note-none labels Oct 10, 2025
Copy link
Contributor

openshift-ci bot commented Oct 10, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Honny1
Once this PR has been reviewed and has the lgtm label, please assign luap99 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@github-actions github-actions bot added the kind/api-change Change to remote API; merits scrutiny label Oct 10, 2025
@Honny1 Honny1 added the documentation Issue or fix is in project documentation label Oct 10, 2025
@Honny1
Copy link
Member Author

Honny1 commented Oct 10, 2025

cc @inknos

@Honny1 Honny1 added the No New Tests Allow PR to proceed without adding regression tests label Oct 10, 2025
@Honny1 Honny1 marked this pull request as ready for review October 10, 2025 10:03
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 10, 2025
// type: string
// default:
// description: |
// Add the image to the specified manifest list. Creates manifest list if it does not exist.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
// Add the image to the specified manifest list. Creates manifest list if it does not exist.
// Add the image to the specified manifest list. Creates a manifest list if it does not exist.

I'm not sure if it should be "a manifest", or "the manifest". Your pick, but please add one or the other.

// type: string
// default:
// description: |
// Add the image to the specified manifest list. Creates manifest list if it does not exist.
Copy link
Member

Choose a reason for hiding this comment

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

Ditto prior comment. Add a or the before manifest list in the second sentence.

@TomSweeneyRedHat
Copy link
Member

Once the nits are squished,
LGTM
@inknos PTAL

Add manifest parameter documentation to /libpod/build, and /libpod/local/build endpoints in OpenAPI spec.

Fixes: containers#27261

Signed-off-by: Jan Rodák <[email protected]>
@inknos
Copy link
Collaborator

inknos commented Oct 13, 2025

Thanks @Honny1 , once the comments are addressed, it LGTM

@Honny1
Copy link
Member Author

Honny1 commented Oct 14, 2025

I addressed comments. @TomSweeneyRedHat @inknos

@inknos
Copy link
Collaborator

inknos commented Oct 14, 2025

no more comments from my side LGTM again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Issue or fix is in project documentation kind/api-change Change to remote API; merits scrutiny No New Tests Allow PR to proceed without adding regression tests release-note-none

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOCS] Missing manifest option in api docs for /libpod/build

3 participants