Skip to content

Commit

Permalink
Corda docker filtered https repository fix and gradle 4.10.3
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksei Doroganov <[email protected]>
  • Loading branch information
DevAleksei committed Dec 27, 2019
1 parent 03283c8 commit 539fa8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devops/profile/develop/Dockerfile-corda
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y openjdk-8-jre-headless software-propert

# Install libindy
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CE7709D068DB5E88 && \
add-apt-repository "deb https://repo.sovrin.org/sdk/deb xenial stable"
add-apt-repository -n "deb https://repo.sovrin.org/sdk/deb xenial stable"
# -o Acquire::https::*::Verify-Peer=false is to make build work in environments with filtered https
RUN apt-get -o Acquire::https::repo.sovrin.org::Verify-Peer=false update && \
apt-get -o Acquire::https::repo.sovrin.org::Verify-Peer=false install -y libindy=1.8.2
Expand Down
1 change: 1 addition & 0 deletions docker.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dockerCompose {
cordaComposeUp.shouldRunAfter(agentsComposeUp)
baseimagesComposeBuild.dependsOn("bootstrap")
cordaComposeBuild.dependsOn("bootstrap")
cordaComposeBuild.dependsOn(baseimagesComposeBuild)
cordaComposeBuild.mustRunAfter(baseimagesComposeBuild)
backendsComposeBuild.dependsOn(":webapp:assemble")
backendsComposeBuild.dependsOn("bootstrap")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 539fa8a

Please sign in to comment.