Namespace
apachepinot
Image / Tag
pinot:0.13.0-SNAPSHOT-cc5a9bec7d-20230630-11-amazoncorretto-linux-arm64
Content Digest
sha256:ef76dfbd0de77e21ddeb6023ebe702ed847723f856bb5d6b616f8453c6e92b81
Details
Created

2023-06-30 05:52:33 UTC

Size

1020 MB

Content Digest
Labels
  • MAINTAINER
    dev@pinot.apache.org

Environment
JAVA_HOME

/usr/lib/jvm/java-11-amazon-corretto

JAVA_OPTS

-Xms4G -Xmx4G -Dpinot.admin.system.exit=false

LANG

C.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PINOT_HOME

/opt/pinot


Layers

[#000] sha256:322949bc3f462f25edd57d234e2687af2a359a973c83b2d139df37b10dda65be - 6.02% (61.2 MB)

[#001] sha256:3e122953c0f7a2e014a0dd5cbc6582d7b0aa8e6d9446642f873bf0d865f29131 - 13.61% (138 MB)

[#002] sha256:b3e047f8f89916d197b1362f185e9ff74c0e52652768743e152eb74630e719dd - 19.89% (202 MB)

[#003] sha256:7c40005390e61b81cc54ad3d979a3f9bedee69728bebc9169e1cfe260ad6e27b - 0.02% (234 KB)

[#004] sha256:27c8e11d4ccd54897ecf682017fc67f0dd46c52a1d05d0be0d8cbafe0048ba87 - 60.41% (614 MB)

[#005] sha256:03a84116ddf67bb1deb60381682b4950c733afa4ae1cde7f2c4eab5b0c2bbb45 - 0.0% (2.18 KB)

[#006] sha256:73a63a6ba89cbb95e12619432cdc2daf818b80d2829f17f7a09f5691b388dd85 - 0.0% (5.11 KB)

[#007] sha256:5e044e1adf787d404033ddbc35d1505419aaacca6c8a142720c3796be8902a10 - 0.0% (2.8 KB)

[#008] sha256:2294e7dc9033610bc3bc4667afa10caa9ab45bd4a51be82647c7c64488e1265e - 0.04% (455 KB)


History
2023-06-20 22:40:04 UTC

/bin/sh -c #(nop) COPY dir:ff562af1eb403156d540f974a5832a6973c9f08f4a181bdb7b2f5a2faf708d9c in /

2023-06-20 22:40:05 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2023-06-20 23:23:23 UTC

/bin/sh -c #(nop) ARG version=11.0.19.7-1

2023-06-20 23:23:41 UTC

|1 version=11.0.19.7-1 /bin/sh -c set -eux && export GNUPGHOME="$(mktemp -d)" && curl -fL -o corretto.key https://yum.corretto.aws/corretto.key && gpg --batch --import corretto.key && gpg --batch --export --armor '6DC3636DAE534049C8B94623A122542AB04F24E3' > corretto.key && rpm --import corretto.key && rm -r "$GNUPGHOME" corretto.key && curl -fL -o /etc/yum.repos.d/corretto.repo https://yum.corretto.aws/corretto.repo && grep -q '^gpgcheck=1' /etc/yum.repos.d/corretto.repo && echo "priority=9" >> /etc/yum.repos.d/corretto.repo && yum install -y java-11-amazon-corretto-devel-$version && (find /usr/lib/jvm/java-11-amazon-corretto -name src.zip -delete || true) && yum install -y fontconfig && yum clean all

2023-06-20 23:23:42 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2023-06-20 23:23:42 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/usr/lib/jvm/java-11-amazon-corretto

2023-06-22 21:03:20 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=dev@pinot.apache.org

2023-06-22 21:03:20 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c yum update -y && yum groupinstall 'Development Tools' -y && yum install -y procps vim less wget curl git python sysstat perf libtasn1 && yum clean all # buildkit

2023-06-22 21:03:21 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c case `uname -m` in x86_64) arch=x64; ;; aarch64) arch=arm64; ;; *) echo "platform=$(uname -m) un-supported, exit ..."; exit 1; ;; esac && mkdir -p /usr/local/lib/async-profiler && curl -L https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.9/async-profiler-2.9-linux-${arch}.tar.gz | tar -xz --strip-components 1 -C /usr/local/lib/async-profiler && ln -s /usr/local/lib/async-profiler/profiler.sh /usr/local/bin/async-profiler # buildkit

2023-06-22 21:03:21 UTC (buildkit.dockerfile.v0)

CMD ["bash"]

2023-06-30 05:51:49 UTC

/bin/sh -c #(nop) LABEL MAINTAINER=dev@pinot.apache.org

2023-06-30 05:51:51 UTC

/bin/sh -c #(nop) ENV PINOT_HOME=/opt/pinot

2023-06-30 05:51:54 UTC

/bin/sh -c #(nop) ENV JAVA_OPTS=-Xms4G -Xmx4G -Dpinot.admin.system.exit=false

2023-06-30 05:51:57 UTC

/bin/sh -c #(nop) VOLUME [/opt/pinot/configs /opt/pinot/data]

2023-06-30 05:52:12 UTC

/bin/sh -c #(nop) COPY dir:de7df043e12cbe6d730669457047f2f64bbb2df7887cbc4fde5992ed8fe6337c in /opt/pinot

2023-06-30 05:52:15 UTC

/bin/sh -c #(nop) COPY dir:0ebfe1db650ab4e0e1e1702d4f68b82caddd92568c660176a607bfccc4b76b21 in /opt/pinot/bin

2023-06-30 05:52:17 UTC

/bin/sh -c #(nop) COPY dir:19826e2803f53a540733c1f2111c42140379acce2a598a017bf1d8599cb40ed2 in /opt/pinot/etc

2023-06-30 05:52:20 UTC

/bin/sh -c #(nop) COPY dir:d1c783839fca65f5a0317d08404fceda657bfb904cded1f37812ca2c71f33195 in /opt/pinot/examples

2023-06-30 05:52:23 UTC

/bin/sh -c wget -O ${PINOT_HOME}/etc/jmx_prometheus_javaagent/jmx_prometheus_javaagent-0.18.0.jar https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.18.0/jmx_prometheus_javaagent-0.18.0.jar && ln -s ${PINOT_HOME}/etc/jmx_prometheus_javaagent/jmx_prometheus_javaagent-0.18.0.jar ${PINOT_HOME}/etc/jmx_prometheus_javaagent/jmx_prometheus_javaagent.jar

2023-06-30 05:52:26 UTC

/bin/sh -c #(nop) EXPOSE 8096 8097 8098 8099 9000

2023-06-30 05:52:28 UTC

/bin/sh -c #(nop) WORKDIR /opt/pinot

2023-06-30 05:52:31 UTC

/bin/sh -c #(nop) ENTRYPOINT ["./bin/pinot-admin.sh"]

2023-06-30 05:52:33 UTC

/bin/sh -c #(nop) CMD ["-help"]

Danger Zone
Delete Tag

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.

Delete