Commit Graph

24 Commits

Author SHA1 Message Date
Bastian Doetsch
2f37b46dde Fixes #1672: allow users to specify a custom build.gradle when using standalone docker image (#1695)
* pre-create directories for mounting and use /spring/cloud-contract and /contract and /spring-cloud-contract

* add documentation on how to run a customized gradle build to create tests
2021-08-10 15:59:32 +02:00
Bastian Doetsch
9b147dd991 fixes #1639: run with unprivileged user and bump java version to 8.0.292.hs (#1694)
* run with unprivileged user and bump java version to 8.0.292.hs

* revert to gradle 6.4
2021-08-10 11:11:35 +02:00
Plamen Totev
e4b7f65561 Fix Docker base image version (#1640)
As part of 4d7110 Docker base images were updated to ubuntu:21.04.
According to #gh-1579 the intention is to update to Ubuntu LTS version.
21.04 is not LTS version and as a matter of fact it is not yet released
version.

Change the docker base image to the the intended version 20.04 LTS.
2021-04-19 09:31:12 +02:00
Marcin Grzejszczak
d00880cd22 Fixed contractTest section; fixes gh-1608 2021-02-05 14:15:24 +01:00
Marcin Grzejszczak
4d71108e4f Bumped docker image base to 21.04; upgraded JDK; fixes gh-1579 2020-12-10 12:26:29 +01:00
Marcin Grzejszczak
60ebf1aeda Bumped java docker image version 2020-10-26 12:40:14 +01:00
Marcin Grzejszczak
ed146c9712 Fixed jdk version 2020-07-31 13:28:01 +02:00
Marcin Grzejszczak
51b6bbea4b Upgraded jdk for docker images 2020-07-21 08:40:40 +02:00
Olga Maciaszek-Sharma
802e64ff53 Upgrade Java version in contract dockerfiles. 2020-04-27 15:06:00 +02:00
Marcin Grzejszczak
fbf9def4c1 Upgraded base image; fixes gh-1330 2020-02-21 08:28:50 +01:00
Marcin Grzejszczak
5e13973bd2 Updated JDK version for Docker 2020-01-31 09:58:07 +01:00
Marcin Grzejszczak
f7422b9094 Bumped JDK version for the docker image 2019-10-30 09:03:33 +01:00
Marcin Grzejszczak
6b388b4972 Merge branch '2.1.x' 2019-10-21 15:55:12 +02:00
Marcin Grzejszczak
b93e4c73a8 Bumped jdk to adopt jdk for docker image 2019-10-21 15:55:03 +02:00
Marcin Grzejszczak
cbce109003 Merge branch '2.1.x' 2019-07-18 10:30:25 +02:00
Marcin Grzejszczak
d81c6090ee Updated java version for docker images 2019-07-18 10:30:09 +02:00
Marcin Grzejszczak
6b9e377487 Rewriting to java (#1131)
* Rewritting to java

- rewritten a lot of Spring Cloud Contract Spec module to Java
- extracted all Groovy stuff to a separate package
- will now continue writing extension modules
- spring-cloud-contract-spec will be written purely in java
- spring-cloud-contract-spec-groovy will have Groovy extensions

fixes gh-1130
2019-07-08 14:15:21 +02:00
Marcin Grzejszczak
719ccbe084 http to https 2019-05-22 11:42:32 +02:00
Marcin Grzejszczak
f8e4acf814 Updated java version for sdkman 2019-04-18 18:11:37 +04:00
Marcin Grzejszczak
d27020bfdf Updated sdkman java version 2019-02-12 10:48:14 +01:00
Marcin Grzejszczak
42329bcacb Updated JDK in Docker images 2019-01-22 08:14:53 +01:00
Marcin Grzejszczak
53890889bd Updated java version 2018-11-18 10:39:39 +01:00
Marcin Grzejszczak
34c2ed0330 Migrated to Ubuntu:18.10 and Java installation via SDKMan. Fixes gh-754 2018-10-19 16:14:12 +02:00
Marcin Grzejszczak
37d7e8cfd3 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
2018-01-24 17:07:22 +01:00