commit | 0471d0cad4d086449760cb10e0e2d72af7e7e4ce | [log] [tgz] |
---|---|---|
author | Marco Miller <marco.miller@ericsson.com> | Fri Nov 13 16:32:53 2020 -0500 |
committer | Marco Miller <marco.miller@ericsson.com> | Tue Nov 17 14:17:01 2020 -0500 |
tree | 01e33b796bd519c458df9b8752c4672a39b466e6 | |
parent | fd266bf32ba071e7a7a0d25e17ad2524e6e02d89 [diff] |
Upgrade testcontainers to 1.15.0 Add the transitive docker-java and jackson-annotations elastic tests dependencies resulting from this upgrade. Fix the related "compatible substitute" issue in ElasticContainer. Without this companion fix, this change fails its tests because of this: "(...) org.junit.AssumptionViolatedException: Unable to start container (...) Caused by: java.lang.IllegalStateException: Failed to verify that image 'blacktop/elasticsearch:6.8.9' is a compatible substitute for 'docker.elastic.co/elasticsearch/elasticsearch'. This generally means that you are trying to use an image that Testcontainers has not been designed to use. If this is deliberate, and if you are confident that the image is compatible, you should declare compatibility in code using the `asCompatibleSubstituteFor` method. For example: DockerImageName myImage = DockerImageName.parse("blacktop/elasticsearch:6.8.9") .asCompatibleSubstituteFor("docker.elastic.co/elasticsearch/elasticsearch"); and then use `myImage` instead." Bug: Issue 13474 Change-Id: Ifc3e5b51cc0564262d231f3ef4b753891335e974
Gerrit is a code review and project management tool for Git based projects.
Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.
Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer.
For information about how to install and use Gerrit, refer to the documentation.
Our canonical Git repository is located on googlesource.com. There is a mirror of the repository on Github.
Please report bugs on the issue tracker.
Gerrit is the work of hundreds of contributors. We appreciate your help!
Please read the contribution guidelines.
Note that we do not accept Pull Requests via the Github mirror.
The Developer Mailing list is repo-discuss on Google Groups.
Gerrit is provided under the Apache License 2.0.
Install Bazel and run the following:
git clone --recurse-submodules https://gerrit.googlesource.com/gerrit cd gerrit && bazel build release
The instruction how to configure GerritForge/BinTray repositories is here
On Debian/Ubuntu run:
apt-get update & apt-get install gerrit=<version>-<release>
NOTE: release is a counter that starts with 1 and indicates the number of packages that have been released with the same version of the software.
On CentOS/RedHat run:
yum clean all && yum install gerrit-<version>[-<release>]
On Fedora run:
dnf clean all && dnf install gerrit-<version>[-<release>]
Docker images of Gerrit are available on DockerHub
To run a CentOS 7 based Gerrit image:
docker run -p 8080:8080 gerritforge/gerrit-centos7[:version]
To run a Ubuntu 15.04 based Gerrit image:
docker run -p 8080:8080 gerritforge/gerrit-ubuntu15.04[:version]
NOTE: release is optional. Last released package of the version is installed if the release number is omitted.