File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1- FROM nginxinc/ nginx-unprivileged :1.17.8 -alpine
2- LABEL MAINTAINER="BBT Software AG <devadmin @bbtsoftware.ch>"
1+ FROM nginx:1.17.10 -alpine
2+ LABEL MAINTAINER="BBT Software AG <opensource @bbtsoftware.ch>"
33
44ENV CHK_DOCKER_API_VERSION v1.38
55ENV CHK_INTERVAL 60
@@ -10,12 +10,8 @@ ENV TZ UTC
1010
1111COPY index.html /usr/share/nginx/html/index.html
1212
13- USER root
14- RUN chmod 775 /usr/share/nginx/html/
15- RUN chown nginx:nginx /usr/share/nginx/html/
1613RUN apk add --no-cache bash curl jq && \
1714 echo $TZ > /etc/timezone
18- USER nginx
1915
2016COPY docker-entrypoint.sh /usr/local/bin/
2117
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ docker pull bbtsoftwareag/swarm-monitor
3131| Tag | Description | Size |
3232| --------| -----------------------------------------------------------------------------------------| ------------------------------------------------------------------------------------------------------------------------|
3333| latest | Latest master build | ![ Size] ( https://shields.beevelop.com/docker/image/image-size/bbtsoftwareag/swarm-monitor/latest.svg?style=flat-square ) |
34+ | 1.3.0 | Release [ 1.3.0] ( https://github.com/bbtsoftware/docker-swarm-monitor/releases/tag/1.3.0 ) | ![ Size] ( https://shields.beevelop.com/docker/image/image-size/bbtsoftwareag/swarm-monitor/1.3.0.svg?style=flat-square ) |
3435| 1.2.0 | Release [ 1.2.0] ( https://github.com/bbtsoftware/docker-swarm-monitor/releases/tag/1.2.0 ) | ![ Size] ( https://shields.beevelop.com/docker/image/image-size/bbtsoftwareag/swarm-monitor/1.2.0.svg?style=flat-square ) |
3536| 1.1.0 | Release [ 1.1.0] ( https://github.com/bbtsoftware/docker-swarm-monitor/releases/tag/1.1.0 ) | ![ Size] ( https://shields.beevelop.com/docker/image/image-size/bbtsoftwareag/swarm-monitor/1.1.0.svg?style=flat-square ) |
3637| 1.0.0 | Release [ 1.0.0] ( https://github.com/bbtsoftware/docker-swarm-monitor/releases/tag/1.0.0 ) | ![ Size] ( https://shields.beevelop.com/docker/image/image-size/bbtsoftwareag/swarm-monitor/1.0.0.svg?style=flat-square ) |
@@ -45,7 +46,7 @@ docker pull bbtsoftwareag/swarm-monitor
4546
4647| Port | Protocol | Description |
4748| ------| ----------| --------------------------------------|
48- | 80 | TCP | Web-UI which provides ` status.json ` . |
49+ | 80 | TCP | Web-UI which provides ` status.json ` . |
4950
5051### Configuration
5152
You can’t perform that action at this time.
0 commit comments