Docker images (#527)
with this change we're adding generation of 2 docker images - verifier and stub runner we also added a project `spring-cloud-contract-stub-runner-boot` which contains a far jar with stub runner boot fixes gh-526, gh-516
This commit is contained in:
committed by
GitHub
parent
a5bdb32b7c
commit
37d7e8cfd3
@@ -0,0 +1,9 @@
|
||||
FROM anapsix/alpine-java:8_jdk
|
||||
|
||||
MAINTAINER Marcin Grzejszczak <mgrzejszczak@pivotal.io>
|
||||
|
||||
ENV SERVER_PORT 8083
|
||||
|
||||
VOLUME /tmp
|
||||
ADD target/libs/stub-runner-boot.jar stub-runner-boot.jar
|
||||
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/stub-runner-boot.jar"]
|
||||
Reference in New Issue
Block a user