Skip to content

Commit

Permalink
OIS-48: Updated dev, rsyslog and service-base image version (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
sradziszewski authored Sep 18, 2024
1 parent 53b9851 commit 4e94241
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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
8 changes: 4 additions & 4 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 @@ -30,7 +30,7 @@ services:
GRADLE_OPTS: '-Dorg.gradle.daemon=false'
env_file: .env
demo-data:
image: openlmis/dev:9
image: openlmis/dev:10
links:
- db
- log
Expand All @@ -50,6 +50,6 @@ services:
image: openlmis/postgres:12-debezium
env_file: .env
log:
image: openlmis/rsyslog:1
image: openlmis/rsyslog:3
volumes:
- '../logs/cce:/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/cce:/var/log'
2 changes: 1 addition & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2"
services:

cce:
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 @@ -12,6 +12,6 @@ services:
image: openlmis/postgres:12-debezium
env_file: .env
log:
image: openlmis/rsyslog:1
image: openlmis/rsyslog:3
volumes:
- '../logs/cce:/var/log'

0 comments on commit 4e94241

Please sign in to comment.