mirror of
https://github.com/containers/podman.git
synced 2025-10-20 20:54:45 +08:00
API server: drop inherit-labels/annotations for compat builds
Drop the inheritlabels and inheritannotations flags in the description for the compat build endpoint, because the docker engine's build endpoint doesn't recognize them. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:

committed by
tomsweeneyredhat

parent
7bc9691045
commit
e6f812c21e
@ -560,20 +560,6 @@ func (s *APIServer) registerImagesHandlers(r *mux.Router) error {
|
|||||||
// description: |
|
// description: |
|
||||||
// Suppress verbose build output
|
// Suppress verbose build output
|
||||||
// - in: query
|
// - in: query
|
||||||
// name: inheritlabels
|
|
||||||
// type: boolean
|
|
||||||
// default: true
|
|
||||||
// description: |
|
|
||||||
// Inherit the labels from the base image or base stages
|
|
||||||
// (As of Podman version v5.5)
|
|
||||||
// - in: query
|
|
||||||
// name: inheritannotations
|
|
||||||
// type: boolean
|
|
||||||
// default: true
|
|
||||||
// description: |
|
|
||||||
// Inherit the annotations from the base image or base stages
|
|
||||||
// (As of Podman version v5.5)
|
|
||||||
// - in: query
|
|
||||||
// name: nocache
|
// name: nocache
|
||||||
// type: boolean
|
// type: boolean
|
||||||
// default: false
|
// default: false
|
||||||
|
Reference in New Issue
Block a user