Skip to content

Commit e6f812c

Browse files
nalindTomSweeneyRedHat
authored andcommitted
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 <[email protected]>
1 parent 7bc9691 commit e6f812c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pkg/api/server/register_images.go

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -560,20 +560,6 @@ func (s *APIServer) registerImagesHandlers(r *mux.Router) error {
560560
// description: |
561561
// Suppress verbose build output
562562
// - in: query
563-
// name: inheritlabels
564-
// type: boolean
565-
// default: true
566-
// description: |
567-
// Inherit the labels from the base image or base stages
568-
// (As of Podman version v5.5)
569-
// - in: query
570-
// name: inheritannotations
571-
// type: boolean
572-
// default: true
573-
// description: |
574-
// Inherit the annotations from the base image or base stages
575-
// (As of Podman version v5.5)
576-
// - in: query
577563
// name: nocache
578564
// type: boolean
579565
// default: false

0 commit comments

Comments
 (0)