File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
jvmcc-product-reactive-service
jvmcc-review-reactive-service Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM eclipse-temurin:17-jdk-alpine as development
44# A better option could be to have a local Nexus Repository with all the dependencies.
55WORKDIR /app
66RUN apk add git curl
7- RUN git clone -b cloud-lb --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
7+ RUN git clone -b v1.1 --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
88RUN chmod -R 777 spring-cloud-kafka-microservices
99WORKDIR /app/spring-cloud-kafka-microservices
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM eclipse-temurin:17-jdk-alpine as development
44# A better option could be to have a local Nexus Repository with all the dependencies.
55WORKDIR /app
66RUN apk add git curl
7- RUN git clone -b cloud-lb --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
7+ RUN git clone -b v1.1 --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
88RUN chmod -R 777 spring-cloud-kafka-microservices
99WORKDIR /app/spring-cloud-kafka-microservices
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM eclipse-temurin:17-jdk-alpine as development
44# A better option could be to have a local Nexus Repository with all the dependencies.
55WORKDIR /app
66RUN apk add git
7- RUN git clone -b cloud-lb --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
7+ RUN git clone -b v1.1 --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
88RUN chmod -R 777 spring-cloud-kafka-microservices
99WORKDIR /app/spring-cloud-kafka-microservices
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM eclipse-temurin:17-jdk-alpine as development
44# A better option could be to have a local Nexus Repository with all the dependencies.
55WORKDIR /app
66RUN apk add git curl
7- RUN git clone -b cloud-lb --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
7+ RUN git clone -b v1.1 --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
88RUN chmod -R 777 spring-cloud-kafka-microservices
99WORKDIR /app/spring-cloud-kafka-microservices
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM eclipse-temurin:17-jdk-alpine as development
44# A better option could be to have a local Nexus Repository with all the dependencies.
55WORKDIR /app
66RUN apk add git
7- RUN git clone -b cloud-lb --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
7+ RUN git clone -b v1.1 --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
88RUN chmod -R 777 spring-cloud-kafka-microservices
99WORKDIR /app/spring-cloud-kafka-microservices
1010
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM eclipse-temurin:17-jdk-alpine as development
55# A better option could be to have a local Nexus Repository with all the dependencies.
66WORKDIR /app
77RUN apk add git
8- RUN git clone -b cloud-lb --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
8+ RUN git clone -b v1.1 --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
99RUN chmod -R 777 spring-cloud-kafka-microservices
1010WORKDIR /app/spring-cloud-kafka-microservices
1111
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM eclipse-temurin:17-jdk-alpine as development
44# A better option could be to have a local Nexus Repository with all the dependencies.
55WORKDIR /app
66RUN apk add git
7- RUN git clone -b cloud-lb --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
7+ RUN git clone -b v1.1 --single-branch https://github.com/danielsobrado/spring-cloud-kafka-microservices.git
88RUN chmod -R 777 spring-cloud-kafka-microservices
99WORKDIR /app/spring-cloud-kafka-microservices
1010
You can’t perform that action at this time.
0 commit comments