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 f01bb2d commit d637e76Copy full SHA for d637e76
services/dynamic-sidecar/Dockerfile
@@ -196,6 +196,9 @@ COPY --chown=scu:scu --from=prod-only-deps ${DYNAMIC_SIDECAR_DY_VOLUMES_MOUNT_D
196
COPY --chown=scu:scu services/dynamic-sidecar/docker services/dynamic-sidecar/docker
197
RUN chmod +x services/dynamic-sidecar/docker/*.sh
198
199
+# NOTE: the start period of 3 minutes is to allow the dynamic-sidecar
200
+# enough time to connect to the externald dependencies. some times the docker
201
+# networks take time to get created
202
# https://docs.docker.com/reference/dockerfile/#healthcheck
203
HEALTHCHECK \
204
--interval=10s \
0 commit comments