Sign inSign up

prestodb/presto:latest

Multi-platform
Index digest

sha256:52495a126cf2a6bc7ffce736b2dcb081144c216185f5685881755d880007afbc

OS/ARCH

Compressed size

1.15 GB

Last pushed

22 days by linsongwang

Type

Image

Manifest digest

sha256:73c138343b031641849d09e5b2ab2ed4e7b8585cc8afcad7ba578372ed21ab41

Image Layers

1ADD file ... in / 0 B
2LABEL org.label-schema.schema-version="1.0" 0 B
3CMD ["/bin/bash"]63.46 MB
4ARG PRESTO_VERSION=0.2990 B
5ARG PRESTO_PKG=presto-server-0.299.tar.gz0 B
6ARG PRESTO_CLI_JAR=presto-cli-0.299-executable.jar0 B
7ARG PRESTO_FUNCTION_SERVER_JAR=presto-function-server-0.299-executable.jar0 B
8ARG JMX_PROMETHEUS_JAVAAGENT_VERSION=0.20.00 B
9ENV PRESTO_HOME=/opt/presto-server0 B
10RUN |5 PRESTO_VERSION=0.299 PRESTO_PKG=presto-server-0.299.tar.gz PRESTO_CLI_JAR=presto-cli-0.299-executable.jar252.21 MB
11COPY --chmod=755 presto-cli-0.299-executable.jar /opt/presto-cli #26.3 MB
12COPY --chmod=755 presto-function-server-0.299-executable.jar /opt/presto-remote-function-server #119.92 MB
13RUN |5 PRESTO_VERSION=0.299 PRESTO_PKG=presto-server-0.299.tar.gz PRESTO_CLI_JAR=presto-cli-0.299-executable.jar712.19 MB
14COPY etc/config.properties.example /opt/presto-server/etc/config.properties # buildkit280 B
15COPY etc/jvm.config.example /opt/presto-server/etc/jvm.config # buildkit476 B
16COPY etc/node.properties /opt/presto-server/etc/node.properties # buildkit259 B
17COPY etc/catalog /opt/presto-server/etc/catalog # buildkit311 B
18COPY entrypoint.sh /opt # buildkit233 B
19EXPOSE [8080/tcp]0 B
20VOLUME [/var/lib/presto/data]0 B
21ENTRYPOINT ["/opt/entrypoint.sh"]0 B

Command

ADD file:9cb7126c24e19f8fd208c859e55a481fa7dbe49c21a3f14ac1bef4a75590deab in /