sha256:be496b76539417360ed0cc874532ff8246df996d5e7b933795ebad2ed24f1913
OS/ARCH
linux/amd64
Compressed size
504.59 MB
Last pushed
11 months by gerritci
Type
Image
Manifest digest
sha256:be496b76539417360ed0cc874532ff8246df996d5e7b933795ebad2ed24f1913
Image Layers
1ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit3.47 MB2CMD ["/bin/sh"]0 B3ENV LC_ALL=C.UTF-80 B4ENV LANG=C.UTF-80 B5RUN /bin/sh -c apk update8.16 MB6ENV LD_PRELOAD=/lib/libgcompat.so.00 B7ARG GERRIT_UID=10000 B8RUN |1 GERRIT_UID=1000 /bin/sh -c976 B9RUN /bin/sh -c apk update160.69 MB10RUN /bin/sh -c mkdir -p259 B11ARG GERRIT_BRANCH=master0 B12ARG GERRIT_WAR_URL=https://gerrit-ci.gerritforge.com/job/Gerrit-bazel-master/lastSuccessfulBuild/artifact/gerrit/bazel-bin/release.war0 B13RUN |2 GERRIT_BRANCH=master GERRIT_WAR_URL=https://gerrit-ci.gerritforge.com/job/Gerrit-bazel-master/lastSuccessfulBuild/artifact/gerrit/bazel-bin/release.war /bin/sh89.09 MB14ARG HEALTHCHECK_JAR_URL=https://gerrit-ci.gerritforge.com/job/plugin-healthcheck-bazel-master/lastSuccessfulBuild/artifact/bazel-bin/plugins/healthcheck/healthcheck.jar0 B15RUN |3 GERRIT_BRANCH=master GERRIT_WAR_URL=https://gerrit-ci.gerritforge.com/job/Gerrit-bazel-master/lastSuccessfulBuild/artifact/gerrit/bazel-bin/release.war HEALTHCHECK_JAR_URL=https://gerrit-ci.gerritforge.com/job/plugin-healthcheck-bazel-master/lastSuccessfulBuild/artifact/bazel-bin/plugins/healthcheck/healthcheck.jar57.59 KB16ARG GLOBAL_REFDB_URL=https://gerrit-ci.gerritforge.com/job/module-global-refdb-bazel-master/lastSuccessfulBuild/artifact/bazel-bin/plugins/global-refdb/global-refdb.jar0 B17RUN |4 GERRIT_BRANCH=master GERRIT_WAR_URL=https://gerrit-ci.gerritforge.com/job/Gerrit-bazel-master/lastSuccessfulBuild/artifact/gerrit/bazel-bin/release.war HEALTHCHECK_JAR_URL=https://gerrit-ci.gerritforge.com/job/plugin-healthcheck-bazel-master/lastSuccessfulBuild/artifact/bazel-bin/plugins/healthcheck/healthcheck.jar73.14 KB18ARG HA_JAR_URL=https://gerrit-ci.gerritforge.com/job/plugin-high-availability-bazel-master/lastSuccessfulBuild/artifact/bazel-bin/plugins/high-availability/high-availability.jar0 B19RUN |5 GERRIT_BRANCH=master GERRIT_WAR_URL=https://gerrit-ci.gerritforge.com/job/Gerrit-bazel-master/lastSuccessfulBuild/artifact/gerrit/bazel-bin/release.war HEALTHCHECK_JAR_URL=https://gerrit-ci.gerritforge.com/job/plugin-healthcheck-bazel-master/lastSuccessfulBuild/artifact/bazel-bin/plugins/healthcheck/healthcheck.jar2.54 MB20ARG SPANNER_REFDB_URL=https://gerrit-ci.gerritforge.com/job/plugin-spanner-refdb-bazel-master/lastSuccessfulBuild/artifact/bazel-bin/plugins/spanner-refdb/spanner-refdb.jar0 B21RUN |6 GERRIT_BRANCH=master GERRIT_WAR_URL=https://gerrit-ci.gerritforge.com/job/Gerrit-bazel-master/lastSuccessfulBuild/artifact/gerrit/bazel-bin/release.war HEALTHCHECK_JAR_URL=https://gerrit-ci.gerritforge.com/job/plugin-healthcheck-bazel-master/lastSuccessfulBuild/artifact/bazel-bin/plugins/healthcheck/healthcheck.jar42.58 MB22ARG EVENTS_BROKER_URL=https://gerrit-ci.gerritforge.com/job/module-events-broker-bazel-master/lastSuccessfulBuild/artifact/bazel-bin/plugins/events-broker/events-broker.jar0 B23RUN |7 GERRIT_BRANCH=master GERRIT_WAR_URL=https://gerrit-ci.gerritforge.com/job/Gerrit-bazel-master/lastSuccessfulBuild/artifact/gerrit/bazel-bin/release.war HEALTHCHECK_JAR_URL=https://gerrit-ci.gerritforge.com/job/plugin-healthcheck-bazel-master/lastSuccessfulBuild/artifact/bazel-bin/plugins/healthcheck/healthcheck.jar16.18 KB24ARG INDEX_ELASTICSEARCH_URL=https://gerrit-ci.gerritforge.com/job/module-index-elasticsearch-bazel-master/lastSuccessfulBuild/artifact/bazel-bin/plugins/index-elasticsearch/index-elasticsearch.jar0 B25RUN |8 GERRIT_BRANCH=master GERRIT_WAR_URL=https://gerrit-ci.gerritforge.com/job/Gerrit-bazel-master/lastSuccessfulBuild/artifact/gerrit/bazel-bin/release.war HEALTHCHECK_JAR_URL=https://gerrit-ci.gerritforge.com/job/plugin-healthcheck-bazel-master/lastSuccessfulBuild/artifact/bazel-bin/plugins/healthcheck/healthcheck.jar13.3 MB26EXPOSE map[29418/tcp:{} 8080/tcp:{}]0 B27RUN |8 GERRIT_BRANCH=master GERRIT_WAR_URL=https://gerrit-ci.gerritforge.com/job/Gerrit-bazel-master/lastSuccessfulBuild/artifact/gerrit/bazel-bin/release.war HEALTHCHECK_JAR_URL=https://gerrit-ci.gerritforge.com/job/plugin-healthcheck-bazel-master/lastSuccessfulBuild/artifact/bazel-bin/plugins/healthcheck/healthcheck.jar147.65 MB28USER gerrit0 B29RUN |8 GERRIT_BRANCH=master GERRIT_WAR_URL=https://gerrit-ci.gerritforge.com/job/Gerrit-bazel-master/lastSuccessfulBuild/artifact/gerrit/bazel-bin/release.war HEALTHCHECK_JAR_URL=https://gerrit-ci.gerritforge.com/job/plugin-healthcheck-bazel-master/lastSuccessfulBuild/artifact/bazel-bin/plugins/healthcheck/healthcheck.jar39.17 KB30ENTRYPOINT ["ash" "/var/tools/start"]0 B31USER root0 B32COPY dependencies/* /var/tools/ # buildkit5.97 KB33COPY requirements.txt /var/tools/ # buildkit1.06 KB34WORKDIR /var/tools32 B35ENV VIRTUAL_ENV=/opt/venv0 B36ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B37RUN /bin/sh -c apk update36.9 MB38COPY tools /var/tools/ # buildkit11.03 KB39COPY config/* /var/config/ # buildkit210 B40RUN /bin/sh -c mkdir -p178 B41USER gerrit0 B42ENTRYPOINT ["python3" "/var/tools/gerrit-initializer"]0 B43CMD ["-c" "/var/config/gerrit-init.yaml" "init"]0 BCommand
ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit