kubedock
kubedock copied to clipboard
`OneShotStartupCheckStrategy` always returns `StartupStatus.NOT_YET_KNOWN`
trafficstars
OneShotStartupCheckStrategy in testcontainers checks if finishedAt is not equal DOCKER_TIMESTAMP_ZERO ("0001-01-01T00:00:00Z"). Kubedock always returns DOCKER_TIMESTAMP_ZERO for finished containers.
I have improved the container status api endpoint, can you validate if this solves the issue?