2025-01-20 15:28:28 UTC
317 MB
C.UTF-8
NEO4J_EDITIONcommunity
NEO4J_HOME/var/lib/neo4j
NEO4J_SHA256462094a6c53151a312cf56b8a6d350f2ba7df5f7e3d2be033e082df118128fb5
NEO4J_TARBALLneo4j-community-5.26.1-unix.tar.gz
PATH/var/lib/neo4j/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:24436b52f270faaf1cd45508746ed85af4420ecadbf33becda289f2e4221eb18 - 11.85% (37.5 MB)
[#001] sha256:7773c651ce2558c22521f6ea1bb2e11b3a7e0f291de522fb1183c6ab4e62c1a6 - 0.0% (462 Bytes)
[#002] sha256:4bf4123602346d7aba29cc9f6cf4fddad0a7a8c05d1b655263d41f325b58e08a - 40.29% (128 MB)
[#003] sha256:334a8fe5317f5f28088446d9f9ec1d8de20697fc69d2e91d4152e36b239fdb9b - 0.0% (9.8 KB)
[#004] sha256:29e3112510e3a2b357d0ff21bf6e7ed3a4f09ed1de97b261b223d630c6bfe964 - 47.85% (152 MB)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) ENV container oci
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) COPY dir:791945992d1a1a0e69cb46f548168dd778c0a5b28228ca7d157145f53fdb49cd in /
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-01-20 15:28:28 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-02-04T04:38:14" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="177f460763ad3b12e4b8be13035c0af01fc0d47e" "build-date"="2025-02-04T04:34:12Z" "release"="1738643652"
2025-01-20 15:28:28 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:177f460763ad3b12e4b8be13035c0af01fc0d47e-linux-x86-64)/bin/sh
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; arch="$(rpm --query --queryformat='%{ARCH}' rpm)"; case "${arch}" in 'x86_64') tini_url="https://github.com/krallin/tini/releases/download/v0.19.0/tini"; tini_sha="93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c"; ;; 'aarch64') tini_url="https://github.com/krallin/tini/releases/download/v0.19.0/tini-arm64"; tini_sha="07952557df20bfd2a95f9bef198b445e006171969499a1d361bd9e6f8e5e0e81"; ;; *) echo >&2 "Neo4j does not currently have a docker image for architecture $arch"; exit 1 ;; esac; microdnf install -y --nodocs findutils gcc git gzip hostname java-17-openjdk-headless jq make procps shadow-utils tar wget which; wget -q ${tini_url} -O /usr/bin/tini; wget -q ${tini_url}.asc -O tini.asc; echo "${tini_sha}" /usr/bin/tini | sha256sum -c --strict --quiet; chmod a+x /usr/bin/tini; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7 B42F6819007F00F88E364FD4036A9C25BF357DD4; gpg --batch --verify tini.asc /usr/bin/tini; git clone https://github.com/ncopa/su-exec.git; cd su-exec; git checkout 4c3bb42b093f14da70d8ab924b487ccfbb1397af; echo d6c40440609a23483f12eb6295b5191e94baf08298a856bab6e15b10c3b82891 su-exec.c | sha256sum -c; echo 2a87af245eb125aca9305a0b1025525ac80825590800f047419dc57bba36b334 Makefile | sha256sum -c; make; mv /su-exec/su-exec /usr/bin/su-exec; gpgconf --kill all; rm -rf "$GNUPGHOME" /tini.asc /su-exec; microdnf remove -y git* perl* make gcc glibc-headers glibc-devel libxcrypt-devel; microdnf clean all # buildkit
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)ENV NEO4J_SHA256=462094a6c53151a312cf56b8a6d350f2ba7df5f7e3d2be033e082df118128fb5 NEO4J_TARBALL=neo4j-community-5.26.1-unix.tar.gz NEO4J_EDITION=community NEO4J_HOME=/var/lib/neo4j LANG=C.UTF-8
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-5.26.1-unix.tar.gz
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)COPY ./local-package/* /startup/ # buildkit
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)RUN |1 NEO4J_URI=https://dist.neo4j.org/neo4j-community-5.26.1-unix.tar.gz /bin/sh -c set -eux; groupadd --gid 7474 --system neo4j && useradd --uid 7474 --system --no-create-home --home "${NEO4J_HOME}" --gid neo4j neo4j; curl --fail --silent --show-error --location --remote-name ${NEO4J_URI}; echo "${NEO4J_SHA256} ${NEO4J_TARBALL}" | sha256sum -c --strict --quiet; tar --extract --file ${NEO4J_TARBALL} --directory /var/lib; mv /var/lib/neo4j-* "${NEO4J_HOME}"; rm ${NEO4J_TARBALL}; sed -i 's/Package Type:.*/Package Type: docker ubi9/' $NEO4J_HOME/packaging_info; mv /startup/neo4j-admin-report.sh "${NEO4J_HOME}"/bin/neo4j-admin-report; mv "${NEO4J_HOME}"/data /data; mv "${NEO4J_HOME}"/logs /logs; chown -R neo4j:neo4j /data; chmod -R 777 /data; chown -R neo4j:neo4j /logs; chmod -R 777 /logs; chown -R neo4j:neo4j "${NEO4J_HOME}"; chmod -R 777 "${NEO4J_HOME}"; chmod -R 755 "${NEO4J_HOME}/bin"; ln -s /data "${NEO4J_HOME}"/data; ln -s /logs "${NEO4J_HOME}"/logs # buildkit
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)ENV PATH=/var/lib/neo4j/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/neo4j
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)VOLUME [/data /logs]
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)EXPOSE map[7473/tcp:{} 7474/tcp:{} 7687/tcp:{}]
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["tini" "-g" "--" "/startup/docker-entrypoint.sh"]
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)CMD ["neo4j"]
2025-01-20 15:28:28 UTC
315 MB
C.UTF-8
NEO4J_EDITIONcommunity
NEO4J_HOME/var/lib/neo4j
NEO4J_SHA256462094a6c53151a312cf56b8a6d350f2ba7df5f7e3d2be033e082df118128fb5
NEO4J_TARBALLneo4j-community-5.26.1-unix.tar.gz
PATH/var/lib/neo4j/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:93168a48887270ffcd74fa1e7b5a85a6420b35b7dca5a5971f063fb8a0d3264a - 11.38% (35.9 MB)
[#001] sha256:3c3b362866ca09649c77058b63f51549ffa71c5ffce326fe4b42995cfb1180db - 0.0% (460 Bytes)
[#002] sha256:4fb8f4eff196eb1bff3f448ea7e6688d9e6438a2923867b63d9aa223a8c401a9 - 40.51% (128 MB)
[#003] sha256:f9ce5758258f346d485544f4e0d906588cd5636384bdd5757baf9fb0eb2b1bca - 0.0% (9.8 KB)
[#004] sha256:930bc950a105c17ba0117a2d232e97eb8bc7b17ebff2c30e250fda6b75ee63aa - 48.11% (152 MB)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) ENV container oci
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) COPY dir:9a473b4852f6cbe9a0f08b40d1fff87f485e10a0b3973b8009cae74075e5e063 in /
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-01-20 15:28:28 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2025-01-20 15:28:28 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-02-04T04:40:56" "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="177f460763ad3b12e4b8be13035c0af01fc0d47e" "build-date"="2025-02-04T04:34:12Z" "release"="1738643652"
2025-01-20 15:28:28 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:177f460763ad3b12e4b8be13035c0af01fc0d47e-linux-arm64)/bin/sh
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; arch="$(rpm --query --queryformat='%{ARCH}' rpm)"; case "${arch}" in 'x86_64') tini_url="https://github.com/krallin/tini/releases/download/v0.19.0/tini"; tini_sha="93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c"; ;; 'aarch64') tini_url="https://github.com/krallin/tini/releases/download/v0.19.0/tini-arm64"; tini_sha="07952557df20bfd2a95f9bef198b445e006171969499a1d361bd9e6f8e5e0e81"; ;; *) echo >&2 "Neo4j does not currently have a docker image for architecture $arch"; exit 1 ;; esac; microdnf install -y --nodocs findutils gcc git gzip hostname java-17-openjdk-headless jq make procps shadow-utils tar wget which; wget -q ${tini_url} -O /usr/bin/tini; wget -q ${tini_url}.asc -O tini.asc; echo "${tini_sha}" /usr/bin/tini | sha256sum -c --strict --quiet; chmod a+x /usr/bin/tini; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7 B42F6819007F00F88E364FD4036A9C25BF357DD4; gpg --batch --verify tini.asc /usr/bin/tini; git clone https://github.com/ncopa/su-exec.git; cd su-exec; git checkout 4c3bb42b093f14da70d8ab924b487ccfbb1397af; echo d6c40440609a23483f12eb6295b5191e94baf08298a856bab6e15b10c3b82891 su-exec.c | sha256sum -c; echo 2a87af245eb125aca9305a0b1025525ac80825590800f047419dc57bba36b334 Makefile | sha256sum -c; make; mv /su-exec/su-exec /usr/bin/su-exec; gpgconf --kill all; rm -rf "$GNUPGHOME" /tini.asc /su-exec; microdnf remove -y git* perl* make gcc glibc-headers glibc-devel libxcrypt-devel; microdnf clean all # buildkit
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)ENV NEO4J_SHA256=462094a6c53151a312cf56b8a6d350f2ba7df5f7e3d2be033e082df118128fb5 NEO4J_TARBALL=neo4j-community-5.26.1-unix.tar.gz NEO4J_EDITION=community NEO4J_HOME=/var/lib/neo4j LANG=C.UTF-8
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)ARG NEO4J_URI=https://dist.neo4j.org/neo4j-community-5.26.1-unix.tar.gz
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)COPY ./local-package/* /startup/ # buildkit
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)RUN |1 NEO4J_URI=https://dist.neo4j.org/neo4j-community-5.26.1-unix.tar.gz /bin/sh -c set -eux; groupadd --gid 7474 --system neo4j && useradd --uid 7474 --system --no-create-home --home "${NEO4J_HOME}" --gid neo4j neo4j; curl --fail --silent --show-error --location --remote-name ${NEO4J_URI}; echo "${NEO4J_SHA256} ${NEO4J_TARBALL}" | sha256sum -c --strict --quiet; tar --extract --file ${NEO4J_TARBALL} --directory /var/lib; mv /var/lib/neo4j-* "${NEO4J_HOME}"; rm ${NEO4J_TARBALL}; sed -i 's/Package Type:.*/Package Type: docker ubi9/' $NEO4J_HOME/packaging_info; mv /startup/neo4j-admin-report.sh "${NEO4J_HOME}"/bin/neo4j-admin-report; mv "${NEO4J_HOME}"/data /data; mv "${NEO4J_HOME}"/logs /logs; chown -R neo4j:neo4j /data; chmod -R 777 /data; chown -R neo4j:neo4j /logs; chmod -R 777 /logs; chown -R neo4j:neo4j "${NEO4J_HOME}"; chmod -R 777 "${NEO4J_HOME}"; chmod -R 755 "${NEO4J_HOME}/bin"; ln -s /data "${NEO4J_HOME}"/data; ln -s /logs "${NEO4J_HOME}"/logs # buildkit
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)ENV PATH=/var/lib/neo4j/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/neo4j
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)VOLUME [/data /logs]
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)EXPOSE map[7473/tcp:{} 7474/tcp:{} 7687/tcp:{}]
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["tini" "-g" "--" "/startup/docker-entrypoint.sh"]
2025-01-20 15:28:28 UTC (buildkit.dockerfile.v0)CMD ["neo4j"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.