Skip to content

Commit

Permalink
Update docker image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Apr 20, 2022
1 parent 98849a8 commit cf30694
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions docker-compose-monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.4'

services:
portainer:
image: portainer/portainer-ce:2.5.1-alpine
image: portainer/portainer-ce:2.11.1-alpine
command:
- "--admin-password-file"
- "/tmp/portainer_password"
Expand All @@ -15,7 +15,7 @@ services:
- expose

prometheus:
image: prom/prometheus:v2.27.1
image: prom/prometheus:v2.34.0
restart: unless-stopped
# ports:
# - 9090:9090
Expand All @@ -31,7 +31,7 @@ services:
- expose

node-exporter:
image: prom/node-exporter:v1.1.2
image: prom/node-exporter:v1.3.1
restart: unless-stopped
# ports:
# - 9100:9100
Expand Down Expand Up @@ -61,7 +61,7 @@ services:
- expose

grafana:
image: grafana/grafana:7.5.7
image: grafana/grafana:7.5.15
restart: unless-stopped
# ports:
# - 3000:3000
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-teams.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '2.4'
version: '3'

services:
team-tigers:
Expand Down
14 changes: 7 additions & 7 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.4'

services:
caddy:
image: caddy:2.2.1-alpine
image: caddy:2-alpine
restart: unless-stopped
ports:
- "80:80/tcp"
Expand All @@ -17,7 +17,7 @@ services:
- expose

guacd:
image: guacamole/guacd:1.3.0
image: guacamole/guacd:1.4.0
restart: unless-stopped
volumes:
- guacd-drive:/drive:rw
Expand All @@ -43,7 +43,7 @@ services:
- guacamole

guacamole:
image: guacamole/guacamole:1.3.0
image: guacamole/guacamole:1.4.0
restart: unless-stopped
environment:
GUACD_HOSTNAME: guacd
Expand Down Expand Up @@ -71,7 +71,7 @@ services:
- expose

ssl-status-board:
image: robocupssl/ssl-status-board:2.4.1
image: robocupssl/ssl-status-board:2.5.0
restart: unless-stopped
ports:
- 8082/tcp
Expand All @@ -80,7 +80,7 @@ services:
- expose

ssl-game-controller-private:
image: robocupssl/ssl-game-controller:2.12.7
image: robocupssl/ssl-game-controller:2.15.2
command:
- "-visionAddress"
- "224.5.23.2:11006"
Expand Down Expand Up @@ -118,7 +118,7 @@ services:
- match

simulator-private:
image: roboticserlangen/simulatorcli:commit-d893d1c00a4b
image: roboticserlangen/simulatorcli:commit-6a4e1c06533b
# image: robocupssl/grsim:2.4.0
restart: unless-stopped
environment:
Expand Down Expand Up @@ -197,7 +197,7 @@ services:
- guacamole

autoref-tigers:
image: tigersmannheim/auto-referee-vnc:0.13.0
image: tigersmannheim/auto-referee-vnc:0.13.1
# Run with UI (note: need to connect to the UI once to start the autoRef)
# command: [ "vnc", "-a" ]
# Run without UI in active mode
Expand Down

0 comments on commit cf30694

Please sign in to comment.