Skip to content

Commit 543dabf

Browse files
committed
2023-10-09 Mosquitto Dockerfile - master branch - PR 1 of 2
Undoes some changes added by PR SensorsIot#521 which had the effect of preventing the health-check script from running as intended. Detailed explanation at [Issue 731](SensorsIot#731 (comment)) Signed-off-by: Phill Kelley <[email protected]>
1 parent e820f56 commit 543dabf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.templates/mosquitto/Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,4 @@ VOLUME ["/mosquitto/config", "/mosquitto/pwfile"]
4545
LABEL com.github.SensorsIot.IOTstack.Dockerfile.build-args="${MOSQUITTO_BASE}"
4646
LABEL com.github.SensorsIot.IOTstack.Dockerfile.based-on="https://github.com/eclipse/mosquitto"
4747

48-
# don't need these variables in the running container
49-
ENV MOSQUITTO_BASE=
50-
ENV HEALTHCHECK_SCRIPT=
51-
ENV IOTSTACK_ENTRY_POINT=
52-
5348
# EOF

0 commit comments

Comments
 (0)