Skip to content

Commit b64d5c6

Browse files
committed
Merge branch 'release/1.3.0'
2 parents 12ba8e9 + 3b6b5a2 commit b64d5c6

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

Dockerfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
ENV CHK_DOCKER_API_VERSION v1.38
55
ENV CHK_INTERVAL 60
@@ -10,12 +10,8 @@ ENV TZ UTC
1010

1111
COPY 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/
1613
RUN apk add --no-cache bash curl jq && \
1714
echo $TZ > /etc/timezone
18-
USER nginx
1915

2016
COPY docker-entrypoint.sh /usr/local/bin/
2117

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)