We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e626b commit 589a0d0Copy full SHA for 589a0d0
run.sh
@@ -226,5 +226,6 @@ if [[ -z "${DISABLE_CLEANER_AGENT}" && -z "${SIGTERM}" ]]; then
226
fi
227
228
DOCKERD_PID=$(cat /var/run/docker.pid)
229
-echo "DOCKERD_PID = ${DOCKERD_PID} "
+echo "DOCKERD_PID = ${DOCKERD_PID}"
230
+[[ -n "${SIGTERM}" ]] && kill $DOCKERD_PID
231
wait ${DOCKERD_PID}
service.yaml
@@ -1 +1 @@
1
-version: 1.25.4
+version: 1.25.7
0 commit comments