blob: b966b5fdf542c12211f89bb424ee1eda2c83f5d3 [file] [log] [blame]
FROM gerritcodereview/gerrit:3.6.3-almalinux8
USER root
RUN yum install -y gettext
RUN git config -f /var/gerrit/etc/secure.config --add auth.bearerToken "theSecretBearerToken"
COPY --chown=gerrit:gerrit pull-replication.jar /var/gerrit/plugins/pull-replication.jar
COPY --chown=gerrit:gerrit pull-replication.jar /var/gerrit/lib/pull-replication.jar
COPY --chown=gerrit:gerrit entrypoint.sh /tmp/
COPY --chown=gerrit:gerrit configs/replication.config.template /var/gerrit/etc/
COPY --chown=gerrit:gerrit configs/gerrit.config.template /var/gerrit/etc/
ENTRYPOINT [ "/tmp/entrypoint.sh" ]