Skip to content

Commit

Permalink
feat: bump docker images versions (#866)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Barnoin <[email protected]>
Co-authored-by: Moroine Bentefrit <[email protected]>
  • Loading branch information
3 people authored Dec 4, 2023
1 parent d9cd063 commit d628d96
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .infra/docker-compose.preview-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:

mongodb:
<<: *default
image: mongo:6.0.2-focal
image: mongo:6.0.11
hostname: mongodb
container_name: lba_mongodb
deploy:
Expand Down Expand Up @@ -72,7 +72,7 @@ services:
resources:
limits:
memory: 2g
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.6
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.15
environment:
- ES_JAVA_OPTS=-Xmx512m -Xms512m
- discovery.type=single-node
Expand Down Expand Up @@ -108,7 +108,7 @@ services:

smtp:
<<: *default
image: axllent/mailpit:v1.5.5
image: axllent/mailpit:v1.10.1
container_name: lba_smtp
ports:
- 1025:1025
Expand All @@ -126,7 +126,7 @@ services:

nodeexporter:
<<: *default
image: prom/node-exporter:v1.5.0
image: prom/node-exporter:v1.7.0
hostname: "{{host_name}}"
user: root
command:
Expand All @@ -150,7 +150,7 @@ services:

cadvisor:
<<: *default
image: gcr.io/cadvisor/cadvisor:v0.46.0
image: gcr.io/cadvisor/cadvisor:v0.47.2
hostname: "{{host_name}}"
privileged: true
devices:
Expand Down
4 changes: 2 additions & 2 deletions .infra/docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ services:

metabase:
<<: *default
image: metabase/metabase:v0.46.6.4
image: metabase/metabase:v0.47.8
deploy:
<<: *deploy-default
resources:
Expand Down Expand Up @@ -122,7 +122,7 @@ services:

elasticsearch:
<<: *default
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.6
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.15
deploy:
<<: *deploy-default
resources:
Expand Down
2 changes: 1 addition & 1 deletion .infra/docker-compose.recette.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
smtp:
image: axllent/mailpit:v1.5.5
image: axllent/mailpit:v1.10.1
deploy:
resources:
limits:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
mongodb:
image: mongo:6.0.2-focal
image: mongo:6.0.11
restart: unless-stopped
hostname: mongodb
mem_limit: 5g
Expand All @@ -21,7 +21,7 @@ services:
start_period: 10s

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.6
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.15
container_name: lba_elasticsearch
environment:
- ES_JAVA_OPTS=-Xmx512m -Xms512m
Expand Down Expand Up @@ -55,7 +55,7 @@ services:
- lba_clamav_data:/var/lib/clamav

smtp:
image: axllent/mailpit:v1.5.5
image: axllent/mailpit:v1.10.1
restart: unless-stopped
ports:
- 1025:1025
Expand Down

0 comments on commit d628d96

Please sign in to comment.