Skip to content

Commit f2cf0d0

Browse files
authored
Removed unused attribute to keep it compatible with podman v5 (#1483)
Fixes #1482.
1 parent c04a4b9 commit f2cf0d0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

scripts/libpod-generate.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
# * Mount type
99
# - Added Destination (string)
1010
# - Added Options ([]string)
11+
#
12+
# Podman V5 update
13+
# .definitions.InspectContainerConfig.properties.StopSignal (removed)
1114
#
1215
LIBPOD_SPEC='./scripts/swagger-v4.0.3.yaml'
1316

scripts/swagger-v4.0.3.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2563,10 +2563,6 @@ definitions:
25632563
Whether STDIN is only left open once.
25642564
Presently not supported by Podman, unused.
25652565
type: boolean
2566-
StopSignal:
2567-
description: Container stop signal
2568-
format: uint64
2569-
type: integer
25702566
StopTimeout:
25712567
description: StopTimeout is time before container is stopped when calling
25722568
stop

0 commit comments

Comments
 (0)