mirror of https://github.com/containers/podman.git
Merge pull request #26583 from flouthoc/libpod_build
[docs] libpod/build: add headers
This commit is contained in:
commit
a479783d4b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue