sha256:c2e780eab8dee98ea2f2b146477c435554fe9d803a76ef7976ab8163fa689d00
OS/ARCH
Compressed size
968.9 MB
Last pushed
4 months by joehorn
Type
Image
Manifest digest
sha256:0b5956fecd1215c177cae5682940199490e8dbc12df832aef9c2a35ec0f1cdd5
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=24.040 B5ADD file ... in / 28.35 MB6CMD ["/bin/bash"]0 B7ENV JAVA_HOME=/opt/java/openjdk0 B8ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B9ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-80 B10RUN /bin/sh -c set -eux;16.19 MB11ENV JAVA_VERSION=jdk-21.0.9+100 B12RUN /bin/sh -c set -eux;50.52 MB13RUN /bin/sh -c set -eux;158 B14COPY --chmod=755 entrypoint.sh /__cacert_entrypoint.sh #2.23 KB15ENTRYPOINT ["/__cacert_entrypoint.sh"]0 B16LABEL io.k8s.description=SonarQube Community Build is0 B17LABEL io.openshift.min-cpu=400m0 B18LABEL io.openshift.min-memory=2048M0 B19LABEL io.openshift.non-scalable=true0 B20LABEL io.openshift.tags=sonarqube,static-code-analysis,code-quality,clean-code0 B21LABEL org.opencontainers.image.url=https://github.com/SonarSource/docker-sonarqube0 B22ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-80 B23ARG SONARQUBE_VERSION=25.11.0.1149570 B24ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-25.11.0.114957.zip0 B25ENV DOCKER_RUNNING=true JAVA_HOME=/opt/java/openjdk SONARQUBE_HOME=/opt/sonarqube SONAR_VERSION=25.11.0.1149570 B26ENV ES_TMPDIR=/opt/sonarqube/temp0 B27RUN |2 SONARQUBE_VERSION=25.11.0.114957 SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-25.11.0.114957.zip /bin/sh812.42 MB28VOLUME [/opt/sonarqube/data /opt/sonarqube/extensions /opt/sonarqube/logs /opt/sonarqube/temp]0 B29COPY --chown=root:root --chmod=555 entrypoint.sh /opt/sonarqube/docker/460 B30WORKDIR /opt/sonarqube32 B31EXPOSE map[9000/tcp:{}]0 B32USER sonarqube0 B33STOPSIGNAL SIGINT0 B34ENTRYPOINT ["/opt/sonarqube/docker/entrypoint.sh"]0 B35LABEL org.opencontainers.image.authors=Joe Horn <[email protected]> org.opencontainers.image.url=https://hub.docker.com/r/joehorn/sonarqube0 B36USER root0 B37COPY --chmod=750 build.sh / #242 B38RUN /bin/sh -c /build.sh &&24.22 MB39ADD --chown=sonarqube --chmod=444 https://github.com/sbaudoin/sonar-shellcheck/releases/download/v2.5.0/sonar-shellcheck-plugin-2.5.0.jar https://github.com/cnescatlab/sonar-cnes-report/releases/download/5.0.4/sonar-cnes-report-5.0.4.jar37.2 MB40USER sonarqube0 BCommand
ARG RELEASE