Skip to content

Commit 2cc7488

Browse files
authored
Merge pull request SensorsIot#734 from Paraphraser/20231009-mosquitto-dockerfile-master
2023-10-09 Mosquitto Dockerfile - master branch - PR 1 of 2
2 parents e820f56 + f49818b commit 2cc7488

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
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

.templates/mosquitto/docker-entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ if [ "$user" = '0' -a -d "/mosquitto" ]; then
1515
chown -Rc mosquitto:mosquitto /mosquitto
1616

1717
# specific requirements for the password file
18-
chown -c root:root "$PWFILE"
1918
chmod -c 600 "$PWFILE"
2019

2120
echo "[IOTstack] end self-repair"

0 commit comments

Comments
 (0)