When reconstructing a Dockerfile from the image configuration, the start period is converted to the incorrect format --startPeriod instead of the correct --start-period. This causes the Dockerfile parser to fail when processing the HEALTHCHECK instruction.
Discussed in #9809
When reconstructing a Dockerfile from the image configuration, the start period is converted to the incorrect format
--startPeriodinstead of the correct--start-period. This causes the Dockerfile parser to fail when processing theHEALTHCHECKinstruction.Discussed in #9809