Skip to content

Commit 365c0b1

Browse files
committed
Revert "Try explicit thin repo."
This reverts commit be9392d.
1 parent be9392d commit 365c0b1

File tree

1 file changed

+3
-3
lines changed
  • docker/spring-cloud-contract-stub-runner-docker

1 file changed

+3
-3
lines changed

docker/spring-cloud-contract-stub-runner-docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ VOLUME /tmp
3333
COPY --chown=scc:scc target/maven_dependencies /home/scc/.m2/repository/
3434
COPY --chown=scc:scc target/libs/stub-runner-boot.jar stub-runner-boot.jar
3535
RUN echo "Fetching dependencies, please wait..."
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
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}
3939
COPY --chown=scc:scc run.sh run.sh
4040
ENTRYPOINT ["./run.sh"]

0 commit comments

Comments
 (0)