概要

フル名
docker.io/prestodb/presto
Registry
docker.io
名前空間
prestodb
リポジトリ
presto
キャッシュ Tag 数
115
最終同期
07/06/2026, 12:13 PM

概要

PrestoDB 分布式 SQL 查询引擎镜像,联邦查询 Hive/Iceberg/MySQL 等数据源,适合交互式分析与即席报表场景。

詳細

prestodb/presto 运行 Facebook 起源的 PrestoDB 协调器/工作节点,通过 connector 跨 catalog 执行 ANSI SQL。典型用于数据湖交互查询与 BI 前置层,与 Trino 同源分支但发行独立。生产应固定 tag、外置 Hive Metastore 并调 memory/query 限制,Coordinator 与 Worker 分角色部署,JVM heap 按并发规划。

快速启动

docker run -d --name presto \
  -p 8080:8080 \
  docker.io/prestodb/presto:latest

推荐实践

docker run -d --name presto-coordinator \
  --restart unless-stopped \
  -p 8080:8080 \
  -e PRESTO_ENV=production \
  -v /data/presto/etc:/opt/presto-server/etc \
  -v /data/presto/data:/opt/presto-server/data \
  docker.io/prestodb/presto:0.287

核心参数说明

  • -p 8080:8080 — Presto Web UI 与 JDBC/HTTP 端口
  • -v .../etc:... — catalog/properties 配置
  • -v .../data:... — 本地 spool 与日志
  • -e PRESTO_ENV=production — 生产 JVM/GC 调优
  • --restart unless-stopped — 查询引擎持续在线
  • 固定 tag — connector 兼容性 pin

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: presto-coordinator
spec:
  replicas: 1
  selector:
    matchLabels:
      app: presto
      role: coordinator
  template:
    metadata:
      labels:
        app: presto
        role: coordinator
    spec:
      containers:
        - name: presto
          image: docker.io/prestodb/presto:0.287
          ports:
            - containerPort: 8080
          volumeMounts:
            - name: config
              mountPath: /opt/presto-server/etc
      volumes:
        - name: config
          configMap:
            name: presto-config
---
apiVersion: v1
kind: Service
metadata:
  name: presto
spec:
  selector:
    app: presto
    role: coordinator
  ports:
    - port: 8080
      targetPort: 8080

Worker 独立 Deployment 水平扩展;ConfigMap 管理 catalog,按查询并发调 memory limits。

Tagアーキテクチャプッシュ日時サイズDigest同期期望操作
docker.io/prestodb/presto
:coordinator-gpu-nightly
linux/arm64linux/amd64
2026/06/30 15:141.1 GBsha256:8f098f08e8fd
docker.io/prestodb/presto
:latest
linux/amd64linux/arm64linux/ppc64le
2026/06/18 00:461.2 GBsha256:968adbf8ee1a
docker.io/prestodb/presto
:0.298.1
linux/amd64linux/arm64linux/ppc64le
2026/06/18 00:461.2 GBsha256:968adbf8ee1a
docker.io/prestodb/presto
:0.298
linux/amd64linux/arm64linux/ppc64le
2026/06/13 02:591.2 GBsha256:c6ea97138e20
docker.io/prestodb/presto
:0.297
linux/amd64linux/arm64linux/ppc64le
2026/04/14 09:551.1 GBsha256:12498932755a
docker.io/prestodb/presto
:0.296
linux/amd64linux/arm64linux/ppc64le
2025/12/09 02:461.1 GBsha256:9f55110be575
docker.io/prestodb/presto
:0.295
linux/amd64linux/arm64linux/ppc64le
2025/10/15 16:01912.9 MBsha256:6708f9781ebc
docker.io/prestodb/presto
:0.294
linux/amd64linux/arm64linux/ppc64le
2025/08/28 03:10803.1 MBsha256:271676323bd2
docker.io/prestodb/presto
:0.293
linux/amd64linux/arm64linux/ppc64le
2025/06/14 14:451.3 GBsha256:6e7f7b447052
docker.io/prestodb/presto
:0.292
linux/amd64linux/arm64linux/ppc64le
2025/04/10 15:111.3 GBsha256:d388170e8418
docker.io/prestodb/presto
:0.291
linux/amd64linux/arm64linux/ppc64le
2025/02/12 00:591.3 GBsha256:a2a0304c972a
docker.io/prestodb/presto
:0.290
linux/amd64linux/arm64linux/ppc64le
2024/12/13 14:241.3 GBsha256:9fb08e60032e
docker.io/prestodb/presto
:0.291-edge4
linux/amd64linux/arm64linux/ppc64le
2024/11/14 04:531.3 GBsha256:aa6a98d4db89
docker.io/prestodb/presto
:0.290-edge18
linux/amd64linux/arm64linux/ppc64le
2024/10/29 20:121.3 GBsha256:ff73a13bccb9
docker.io/prestodb/presto
:0.290-edge13
linux/amd64linux/arm64linux/ppc64le
2024/10/08 19:491.3 GBsha256:344960e8a0fa
docker.io/prestodb/presto
:0.290-edge11
linux/amd64linux/arm64linux/ppc64le
2024/10/01 20:241.3 GBsha256:3de8315830ce
docker.io/prestodb/presto
:0.290-edge7
linux/amd64linux/arm64linux/ppc64le
2024/09/17 20:044.3 GBsha256:34d4cc811643
docker.io/prestodb/presto
:0.289
linux/amd64linux/arm64linux/ppc64le
2024/09/11 00:144.3 GBsha256:e0bbdc6049a3
docker.io/prestodb/presto
:0.290-edge5
linux/amd64linux/arm64linux/ppc64le
2024/09/10 20:064.3 GBsha256:ff1a5e40ee76
docker.io/prestodb/presto
:0.290-edge3
linux/amd64linux/arm64linux/ppc64le
2024/09/03 20:094.3 GBsha256:ac45ffffd2e6