why _?111git statuskubectl apply -n kube-system -f descheduler-cronjob.yaml
This commit is contained in:
16
apps/mosquitto/Dockerfile
Normal file
16
apps/mosquitto/Dockerfile
Normal file
@@ -0,0 +1,16 @@
|
||||
FROM cr.wks/debian-stable
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
mosquitto procps && \
|
||||
apt-get clean -y && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
# Op port
|
||||
EXPOSE 1883
|
||||
|
||||
ADD docker-entrypoint.sh /
|
||||
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
|
||||
CMD ["/usr/sbin/mosquitto", "-v", "-c", "/mosquitto/config/mosquitto.conf"]
|
||||
Reference in New Issue
Block a user