docker-gerrit
docker-gerrit copied to clipboard
Build a Docker image with the Gerrit code review system
Hi @thinkernel I have some problems. I was trying to use openfrontier/gerrit images to setup gerrit. All works fine. But now I want to create an initial (admin) user during...
repo sync process is blocked When some other downloads the code. There are more than two people sync source to local, when someone in process, other people will be block.
Hey guys. Is there an easy way using the docker-image to add and configure letsencrypt certificate? Currently, the default configuration is over HTTP and we don't feel using the image...
Please add the basic YAML templates for Deployment, Service, Secrets, PersistentVolume objects in Kubernetes (>= 1.8.2) for Gerrit. Also Gerrit + Jenkins + SonarQube integration in k8s will be brilliant....
I'm using an old version of docker-gerrit, how do I update it to newest? Any suggestion will be helpful. Thanks in advance.
I'm running 3.0.4 gerrit in docker, and I got replication fail log as below: `Caused by: org.eclipse.jgit.errors.UnsupportedCredentialItem: ssh://[email protected]:22: org.eclipse.jgit.transport.CredentialItem$YesNoType:The authenticity of host 'git.xx.com' can't be established. RSA key fingerprint is...
Hi im trying to install plugin as you describe in [readme](https://github.com/openfrontier/docker-gerrit#install-plugins-on-start-up), but when im run container i stuck on this: ``` gerrit_1 | gerrit_1 | /gerrit-entrypoint.sh: ignoring /docker-entrypoint-init.d/* gerrit_1 |...
1. The postgres database is empty (only 48MB). 2. I had set all the envs for external database?
Hi when I ran docker run as follows: docker run --name new_gerrit -p 8084:8080 -e WEBURL=http://:8084 -e DATABASE_TYPE=mysql -e DATABASE_HOSTNAME=172.x.x.x -e DATABASE_PORT=3306 -e DATABASE_DATABASE=ReviewDb -e DATABASE_USERNAME=gerrit -e DATABASE_PASSWORD=gerrit -e AUTH_TYPE=DEVELOPMENT_BECOME_ANY_ACCOUNT...
In case of migration it would be really useful to have an ability to provide a single `gerrit.config` file instead of/with providing parameters separately. E.g. ``` docker run \ --name...