Skip to content

Can't install plugin by env GERRIT_INIT_ARGS #114

@9Cube-dpustula

Description

@9Cube-dpustula

Hi im trying to install plugin as you describe in readme, but when im run container i stuck on this:

gerrit_1      |
gerrit_1      | /gerrit-entrypoint.sh: ignoring /docker-entrypoint-init.d/*
gerrit_1      |
gerrit_1      | Waiting for database connection postgres:5432 ...
gerrit_1      | Upgrading gerrit...
gerrit_1      | fatal: No argument is allowed: '--install-plugin=download-commands'

My gerrit service in docker-compose :

version: '3'

services:
  gerrit:
    image: openfrontier/gerrit
    ports:
      - "29418:29418"
      - "8080:8080"
    links:
      - postgres
      - ldap
    depends_on:
      - postgres
      - ldap
    environment:
    - WEBURL=http://localhost:8080
    - DATABASE_TYPE=postgresql
    - DATABASE_HOSTNAME=postgres
    - DATABASE_PORT=5432
    - DATABASE_DATABASE=reviewdb
    - DATABASE_USERNAME=gerrit
    - DATABASE_PASSWORD=secret
    - AUTH_TYPE=LDAP
    - LDAP_SERVER=ldap://ldap
    - LDAP_USERNAME=cn=admin,dc=example,dc=org
    - LDAP_PASSWORD=secret
    - LDAP_ACCOUNTBASE=dc=example,dc=org
    - LDAP_ACCOUNTPATTERN=(&(objectClass=person)(uid=$${username}))
    - LDAP_ACCOUNTFULLNAME=displayName
    - LDAP_ACCOUNTEMAILADDRESS=mail
    - DOWNLOAD_SCHEMES=http ssh
    - GERRIT_INIT_ARGS='--install-plugin=download-commands'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions