Merge pull request #26583 from flouthoc/libpod_build

[docs] libpod/build: add headers
This commit is contained in:
openshift-merge-bot[bot] 2025-07-08 16:44:51 +00:00 committed by GitHub
commit a479783d4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -1487,6 +1487,14 @@ func (s *APIServer) registerImagesHandlers(r *mux.Router) error {
// summary: Create image
// description: Build an image from the given Dockerfile(s)
// parameters:
// - in: header
// name: Content-Type
// type: string
// default: application/x-tar
// enum: ["application/x-tar"]
// - in: header
// name: X-Registry-Config
// type: string
// - in: query
// name: dockerfile
// type: string