Skip to content

Commit

Permalink
Merge branch 'release/5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-taman committed May 10, 2020
2 parents dbd2fe2 + 01b8f7e commit aaeb8ec
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions docker-compose-kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ services:
## Start - mongodb database definition
### $ mongo
mongodb:
image: mongo:4.2.5-bionic
image: mongo:4.2.6-bionic
ports:
- "27017-27019:27017-27019"
healthcheck:
Expand All @@ -162,7 +162,7 @@ services:
## Start - MySql database definition
### $ mysql -uroot -h127.0.0.1 -p
mysql:
image: mysql:8.0.19
image: mysql:8.0.20
ports:
- "3306:3306"
environment:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-partitions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ services:
## Start - mongodb database definition
### $ mongo
mongodb:
image: mongo:4.2.5-bionic
image: mongo:4.2.6-bionic
ports:
- "27017-27019:27017-27019"
healthcheck:
Expand All @@ -148,7 +148,7 @@ services:
## Start - MySql database definition
### $ mysql -uroot -h127.0.0.1 -p
mysql:
image: mysql:8.0.19
image: mysql:8.0.20
ports:
- "3306:3306"
environment:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ services:
## Start - mongodb database definition
### $ mongo
mongodb:
image: mongo:4.2.5-bionic
image: mongo:4.2.6-bionic
ports:
- "27017-27019:27017-27019"
healthcheck:
Expand All @@ -99,7 +99,7 @@ services:
## Start - MySql database definition
### $ mysql -uroot -h127.0.0.1 -p
mysql:
image: mysql:8.0.19
image: mysql:8.0.20
ports:
- "3306:3306"
environment:
Expand Down
2 changes: 1 addition & 1 deletion store-base/store-build-chassis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<properties>
<java.version>14</java.version>
<spring.cloud.version>Hoxton.SR4</spring.cloud.version>
<spring.cloud.version>2020.0.0-M1</spring.cloud.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

Expand Down
4 changes: 2 additions & 2 deletions store-cloud-infra/authorization-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#### Start of builder image
# ------------------------
# Builder stage to prepare application for final image
FROM openjdk:14-slim-buster as builder
FROM openjdk:14.0.1-jdk-slim-buster as builder
WORKDIR temp

# Fatjar location, but could be set to different location from command line
Expand All @@ -23,7 +23,7 @@ RUN test ! -d ./snapshot-dependencies \
#### Start of actual image
# ------------------------
# Build image based on JDK 14 base image, based on latest debian buster OS
FROM openjdk:14-slim-buster
FROM openjdk:14.0.1-jdk-slim-buster
VOLUME /tmp

# Set image information, but could be set to different location from command line
Expand Down
4 changes: 2 additions & 2 deletions store-cloud-infra/edge-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#### Start of builder image
# ------------------------
# Builder stage to prepare application for final image
FROM openjdk:14-slim-buster as builder
FROM openjdk:14.0.1-jdk-slim-buster as builder
WORKDIR temp

# Fatjar location, but could be set to different location from command line
Expand All @@ -23,7 +23,7 @@ RUN test ! -d ./snapshot-dependencies \
#### Start of actual image
# ------------------------
# Build image based on JDK 14 base image, based on latest debian buster OS
FROM openjdk:14-slim-buster
FROM openjdk:14.0.1-jdk-slim-buster
VOLUME /tmp

# Set image information, but could be set to different location from command line
Expand Down
4 changes: 2 additions & 2 deletions store-cloud-infra/eureka-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#### Start of builder image
# ------------------------
# Builder stage to prepare application for final image
FROM openjdk:14-slim-buster as builder
FROM openjdk:14.0.1-jdk-slim-buster as builder
WORKDIR temp

# Fatjar location, but could be set to different location from command line
Expand All @@ -23,7 +23,7 @@ RUN test ! -d ./snapshot-dependencies \
#### Start of actual image
# ------------------------
# Build image based on JDK 14 base image, based on latest debian buster OS
FROM openjdk:14-slim-buster
FROM openjdk:14.0.1-jdk-slim-buster
VOLUME /tmp

# Set image information, but could be set to different location from command line
Expand Down
4 changes: 2 additions & 2 deletions store-services/product-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#### Start of builder image
# ------------------------
# Builder stage to prepare application for final image
FROM openjdk:14-slim-buster as builder
FROM openjdk:14.0.1-jdk-slim-buster as builder
WORKDIR temp

# Fatjar location, but could be set to different location from command line
Expand All @@ -17,7 +17,7 @@ RUN java -Djarmode=layertools -jar --enable-preview application.jar extract
#### Start of actual image
# ------------------------
# Build image based on JDK 14 base image, based on latest debian buster OS
FROM openjdk:14-slim-buster
FROM openjdk:14.0.1-jdk-slim-buster
VOLUME /tmp

# Set image information, but could be set to different location from command line
Expand Down
4 changes: 2 additions & 2 deletions store-services/recommendation-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#### Start of builder image
# ------------------------
# Builder stage to prepare application for final image
FROM openjdk:14-slim-buster as builder
FROM openjdk:14.0.1-jdk-slim-buster as builder
WORKDIR temp

# Could be set to different jar file location
Expand All @@ -17,7 +17,7 @@ RUN java -Djarmode=layertools -jar --enable-preview application.jar extract
#### Start of actual image
# ------------------------
# Build image based on JDK 14 base image, based on latest debian buster OS
FROM openjdk:14-slim-buster
FROM openjdk:14.0.1-jdk-slim-buster
VOLUME /tmp

# Set image information, but could be set to different location from command line
Expand Down
4 changes: 2 additions & 2 deletions store-services/review-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#### Start of builder image
# ------------------------
# Builder stage to prepare application for final image
FROM openjdk:14-slim-buster as builder
FROM openjdk:14.0.1-jdk-slim-buster as builder
WORKDIR temp

# Could be set to different jar file location
Expand All @@ -17,7 +17,7 @@ RUN java -Djarmode=layertools -jar --enable-preview application.jar extract
#### Start of actual image
# ------------------------
# Build image based on JDK 14 base image, based on latest debian buster OS
FROM openjdk:14-slim-buster
FROM openjdk:14.0.1-jdk-slim-buster
VOLUME /tmp

# Set image information, but could be set to different location from command line
Expand Down
4 changes: 2 additions & 2 deletions store-services/store-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#### Start of builder image
# ------------------------
# Builder stage to prepare application for final image
FROM openjdk:14-slim-buster as builder
FROM openjdk:14.0.1-jdk-slim-buster as builder
WORKDIR temp

# Could be set to different jar file location
Expand All @@ -17,7 +17,7 @@ RUN java -Djarmode=layertools -jar --enable-preview application.jar extract
#### Start of actual image
# ------------------------
# Build image based on JDK 14 base image, based on latest debian buster OS
FROM openjdk:14-slim-buster
FROM openjdk:14.0.1-jdk-slim-buster
VOLUME /tmp

# Set image information, but could be set to different location from command line
Expand Down

0 comments on commit aaeb8ec

Please sign in to comment.