File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docker/spring-cloud-contract-stub-runner-docker Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ VOLUME /tmp
3333COPY --chown=scc:scc target/maven_dependencies /home/scc/.m2/repository/
3434COPY --chown=scc:scc target/libs/stub-runner-boot.jar stub-runner-boot.jar
3535RUN echo "Fetching dependencies, please wait..."
36- RUN java -Dthin.dryrun=true -jar stub-runner-boot.jar --thin.repo=${THIN_REPO}
37- RUN java -Dthin.dryrun=true -jar stub-runner-boot.jar --thin.profile=rabbit --thin.repo=${THIN_REPO}
38- RUN java -Dthin.dryrun=true -jar stub-runner-boot.jar --thin.profile=kafka --thin.repo=${THIN_REPO}
36+ RUN java -Dthin.dryrun=true -jar stub-runner-boot.jar --thin.repo=https://repo.maven.apache.org/maven2
37+ RUN java -Dthin.dryrun=true -jar stub-runner-boot.jar --thin.profile=rabbit --thin.repo=https://repo.maven.apache.org/maven2
38+ RUN java -Dthin.dryrun=true -jar stub-runner-boot.jar --thin.profile=kafka --thin.repo=https://repo.maven.apache.org/maven2
3939COPY --chown=scc:scc run.sh run.sh
4040ENTRYPOINT ["./run.sh" ]
Original file line number Diff line number Diff line change 288288 <profile >
289289 <id >milestone</id >
290290 <properties >
291- <thin .repo>https://repo.spring.io/milestone </thin .repo>
291+ <thin .repo>https://repo.maven.apache.org/maven2 </thin .repo>
292292 </properties >
293293 </profile >
294294 <profile >
You can’t perform that action at this time.
0 commit comments