File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docker/spring-cloud-contract-stub-runner-docker Expand file tree Collapse file tree 1 file changed +3
-3
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.spring.io/milestone
37+ RUN java -Dthin.dryrun=true -jar stub-runner-boot.jar --thin.profile=rabbit --thin.repo=https://repo.spring.io/milestone
38+ RUN java -Dthin.dryrun=true -jar stub-runner-boot.jar --thin.profile=kafka --thin.repo=https://repo.spring.io/milestone
3939COPY --chown=scc:scc run.sh run.sh
4040ENTRYPOINT ["./run.sh" ]
You can’t perform that action at this time.
0 commit comments