Skip to content

Commit

Permalink
OIS-48: Updated dev, rsyslog and service-base image version
Browse files Browse the repository at this point in the history
  • Loading branch information
sradziszewski committed Sep 18, 2024
1 parent a51ccda commit f8bd0ec
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openlmis/service-base:6.1
FROM openlmis/service-base:7

COPY build/libs/*.jar /service.jar
COPY src/main/resources/db/demo-data/*.csv /demo-data/
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.builder.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2"
services:
builder:
image: openlmis/dev:9
image: openlmis/dev:10
links:
- db
- log
Expand All @@ -15,7 +15,7 @@ services:
JAVA_OPTS: '-Dlogging.config=/logback.xml'
env_file: .env
sonar:
image: openlmis/dev:9
image: openlmis/dev:10
links:
- db
- log
Expand All @@ -35,6 +35,6 @@ services:
image: openlmis/postgres:12-debezium
env_file: .env
log:
image: openlmis/rsyslog:1
image: openlmis/rsyslog:3
volumes:
- '../logs/stockmanagement:/var/log'
2 changes: 1 addition & 1 deletion docker-compose.erd-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ services:
env_file: .env

log:
image: openlmis/rsyslog:1
image: openlmis/rsyslog:3
volumes:
- '../logs/stockmanagement:/var/log'
2 changes: 1 addition & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2"
services:
stockmanagement:
image: openlmis/dev:9
image: openlmis/dev:10
ports:
- "5005:5005"
- "8080:8080"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ services:
- "5432"
env_file: .env
log:
image: openlmis/rsyslog:1
image: openlmis/rsyslog:3
volumes:
- '../logs/stockmanagement:/var/log'
4 changes: 2 additions & 2 deletions local-manual-api-test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
depends_on: [consul]

stockmanagement:
image: openlmis/dev:9
image: openlmis/dev:10
ports:
- "5005:5005"
- "8080:8080"
Expand Down Expand Up @@ -54,7 +54,7 @@ services:
env_file: .manual-api-test-env

log:
image: openlmis/rsyslog:1
image: openlmis/rsyslog:3

volumes:
gradlecache:
Expand Down

0 comments on commit f8bd0ec

Please sign in to comment.