logo
docker.io/trinodb/trino:466
linux/amd64 docker.io
这里是镜像描述信息:

Trino

Trino是开源的分布式SQL引擎,旨在为数据仓库和数据湖提供高性能、高并发、易于管理的SQL查询功能。它支持多种数据源,包括HDFS、S3、Cassandra等。

镜像名:docker.io/trinodb/trino

镜像描述信息:Trino Docker Image

希望能满足您的需求!
530
浏览次数
1.52GB
镜像大小
源镜像
docker.io/trinodb/trino:466
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/trinodb/trino:466
镜像ID
sha256:849340f1e710011ee638146011b982dfe85862e6c1fc0a5893bb52050a6769d3
镜像 TAG
466
镜像大小
1.52GB
平台架构
linux/amd64
镜像源
docker.io
CMD
/usr/lib/trino/bin/run-trino
启动入口
工作目录
/
OS/平台
linux/amd64
镜像创建
2024-11-28T01:51:28.54910411Z
同步时间
2024-11-29 08:53
浏览量
530 次
贡献者
🔌 开放端口 1
8080/tcp
⚙️ 环境变量 4
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/temurin/jdk-23.0.1+11/bin 0
container=oci 1
JAVA_HOME=/usr/lib/jvm/temurin/jdk-23.0.1+11 2
CATALOG_MANAGEMENT=static 3
🏷️ 镜像标签 20
KeyValue
x86_64 architecture
2024-11-14T14:03:48Z build-date
ubi9-minimal-container com.redhat.component
https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI com.redhat.license_terms
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. description
public distribution-scope
1.38.0-dev io.buildah.version
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. io.k8s.description
Red Hat Universal Base Image 9 Minimal io.k8s.display-name
io.openshift.expose-services
minimal rhel9 io.openshift.tags
Red Hat, Inc. maintainer
ubi9-minimal name
1731593028 release
Provides the latest release of the minimal Red Hat Universal Base Image 9. summary
https://www.redhat.com url
ed8745a7a03752cc96aedcff40c4eb3ee49117c5 vcs-ref
git vcs-type
Red Hat, Inc. vendor
9.5 version
🛡️ 镜像安全扫描
redhat 9.5 Trivy 2024-11-29 08:55 查看完整报告
27
低危 LOW
19
中危 MEDIUM
3
高危 HIGH
0
严重 CRITICAL
受影响目标 (2)
docker.io/trinodb/trino:466 (redhat 9.5) redhat Java jar

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/trinodb/trino:466
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/trinodb/trino:466  docker.io/trinodb/trino:466

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/trinodb/trino:466
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/trinodb/trino:466  docker.io/trinodb/trino:466

Shell快速替换命令

sed -i 's#trinodb/trino:466#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/trinodb/trino:466#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/trinodb/trino:466 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/trinodb/trino:466  docker.io/trinodb/trino:466'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/trinodb/trino:466 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/trinodb/trino:466  docker.io/trinodb/trino:466'

镜像构建历史


# 2024-11-28 09:51:28  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "/usr/lib/trino/bin/health-check"] "10s" "5s" "10s" "0s" '\x00'}
                        
# 2024-11-28 09:51:28  0.00B 设置默认要执行的命令
CMD ["/usr/lib/trino/bin/run-trino"]
                        
# 2024-11-28 09:51:28  0.00B 指定运行容器时使用的用户
USER trino:trino
                        
# 2024-11-28 09:51:28  0.00B 声明容器运行时监听的端口
EXPOSE map[8080/tcp:{}]
                        
# 2024-11-28 09:51:28  15.93KB 复制新文件或目录到容器中
COPY --chown=trino:trino /libjvmkill.so /usr/lib/trino/bin # buildkit
                        
# 2024-11-28 09:51:28  1.20KB 复制新文件或目录到容器中
COPY --chown=trino:trino default/etc /etc/trino # buildkit
                        
# 2024-11-28 09:51:28  1.47MB 复制新文件或目录到容器中
COPY --chown=trino:trino trino-server-466/bin/linux-amd64 /usr/lib/trino/bin/linux-amd64 # buildkit
                        
# 2024-11-28 09:51:28  1.01GB 复制新文件或目录到容器中
COPY --chown=trino:trino trino-server-466 /usr/lib/trino # buildkit
                        
# 2024-11-28 09:51:20  17.79MB 复制新文件或目录到容器中
COPY --chown=trino:trino trino-cli-466-executable.jar /usr/bin/trino # buildkit
                        
# 2024-11-28 09:51:20  0.00B 定义构建参数
ARG TRINO_VERSION=466
                        
# 2024-11-28 09:51:20  18.38MB 执行命令并创建新的镜像层
RUN |2 JDK_VERSION=temurin/jdk-23.0.1+11 ARCH=amd64 /bin/sh -c set -xeu &&     microdnf update -y &&     microdnf install -y tar less shadow-utils &&     groupadd trino --gid 1000 &&     useradd trino --uid 1000 --gid 1000 --create-home &&     mkdir -p /usr/lib/trino /data/trino &&     chown -R "trino:trino" /usr/lib/trino /data/trino # buildkit
                        
# 2024-11-21 09:07:35  367.69MB 复制新文件或目录到容器中
COPY /usr/lib/jvm/temurin/jdk-23.0.1+11 /usr/lib/jvm/temurin/jdk-23.0.1+11 # buildkit
                        
# 2024-11-21 09:07:35  0.00B 设置环境变量 CATALOG_MANAGEMENT
ENV CATALOG_MANAGEMENT=static
                        
# 2024-11-21 09:07:35  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/temurin/jdk-23.0.1+11/bin
                        
# 2024-11-21 09:07:35  0.00B 设置环境变量 JAVA_HOME
ENV JAVA_HOME=/usr/lib/jvm/temurin/jdk-23.0.1+11
                        
# 2024-11-21 09:07:35  0.00B 定义构建参数
ARG ARCH=amd64
                        
# 2024-11-21 09:07:35  0.00B 定义构建参数
ARG JDK_VERSION=temurin/jdk-23.0.1+11
                        
# 2024-11-14 22:18:27  605.62KB 
/bin/sh
                        
# 2024-11-14 22:18:03  101.67MB 
/bin/sh -c #(nop) LABEL "build-date"="2024-11-14T14:09:46" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="ed8745a7a03752cc96aedcff40c4eb3ee49117c5" "build-date"="2024-11-14T14:03:48Z" "release"="1731593028"
                        
# 2024-11-14 22:18:03  0.00B 
/bin/sh -c . /cachi2/cachi2.env &&     rm -rf /var/log/*
                        
# 2024-11-14 22:18:02  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2024-11-14 22:18:02  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. 
                        
# 2024-11-14 22:18:02  0.00B 
/bin/sh -c #(nop) COPY dir:26d047f52016e2a9f64a7f20013880d3158f648f83df82762d23c38cacbb891e in / 
                        
# 2024-11-14 22:18:01  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2024-11-14 22:18:01  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2024-11-14 22:18:01  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2024-11-14 22:18:01  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2024-11-14 22:18:01  0.00B 
/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."
                        
# 2024-11-14 22:18:01  0.00B 
/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."
                        
# 2024-11-14 22:18:01  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2024-11-14 22:18:01  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2024-11-14 22:18:01  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9-minimal"       version="9.5"       distribution-scope="public"
                        
# 2024-11-14 22:18:01  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2024-11-14 22:18:01  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2024-11-14 22:18:01  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:849340f1e710011ee638146011b982dfe85862e6c1fc0a5893bb52050a6769d3",
    "RepoTags": [
        "trinodb/trino:466",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/trinodb/trino:466"
    ],
    "RepoDigests": [
        "trinodb/trino@sha256:fc1e75a9e252fa65bd7dd28c1fc1ba9ad852e2913fe5694e120544b11eecc6f4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/trinodb/trino@sha256:dd99a752caf5ad0e0a1753affb97435fcbb0bfa0b18837807c22955e2a680eee"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-11-28T01:51:28.54910411Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "trino:trino",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8080/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/temurin/jdk-23.0.1+11/bin",
            "container=oci",
            "JAVA_HOME=/usr/lib/jvm/temurin/jdk-23.0.1+11",
            "CATALOG_MANAGEMENT=static"
        ],
        "Cmd": [
            "/usr/lib/trino/bin/run-trino"
        ],
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "/usr/lib/trino/bin/health-check"
            ],
            "Interval": 10000000000,
            "Timeout": 5000000000,
            "StartPeriod": 10000000000
        },
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2024-11-14T14:03:48Z",
            "com.redhat.component": "ubi9-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "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.",
            "distribution-scope": "public",
            "io.buildah.version": "1.38.0-dev",
            "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.",
            "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel9",
            "maintainer": "Red Hat, Inc.",
            "name": "ubi9-minimal",
            "release": "1731593028",
            "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
            "url": "https://www.redhat.com",
            "vcs-ref": "ed8745a7a03752cc96aedcff40c4eb3ee49117c5",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "9.5"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1516076671,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/056843bcc9c69c7898067d614f6f76f04882bd9e9f0826d5fbde94e613be0d09/diff:/var/lib/docker/overlay2/e68f70fb5aced8b57ec9296fd218633cb8a736c12e6e1b7ed49016d269c6f4ed/diff:/var/lib/docker/overlay2/c1fc96a6a834bf7197b5a4dc33921687f588187206f15ef78a984725bd4cbe54/diff:/var/lib/docker/overlay2/4e91dbef9ec1af399689cd0f07341b9d262c2a76e1df3520eb2655022398a0db/diff:/var/lib/docker/overlay2/ddc0c5eb5421ecd5a79cc9b93652e8052d7c3ed1be1aa00f18b0f700fc35ab5a/diff:/var/lib/docker/overlay2/b24e1ddf22dae4a7297785c349012c00219415277cde7c4e03e2310fe93c6e59/diff:/var/lib/docker/overlay2/68fd1b9991c06bd6ca461ff384506fe8d9b722f0b4b851a069f2950bd3b122aa/diff:/var/lib/docker/overlay2/6810be9b270e55e4986dc0f983830fed283305c5464ff2a19b0b9fbf34fbd997/diff",
            "MergedDir": "/var/lib/docker/overlay2/9002a8f217d4bb69512c57781652c35625d8b5ccb147d298a4b14fc59a618602/merged",
            "UpperDir": "/var/lib/docker/overlay2/9002a8f217d4bb69512c57781652c35625d8b5ccb147d298a4b14fc59a618602/diff",
            "WorkDir": "/var/lib/docker/overlay2/9002a8f217d4bb69512c57781652c35625d8b5ccb147d298a4b14fc59a618602/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f4f838f0e5f5719a99d336d22b6c92f2f633066cb56228a317bfc5f6cc2347b4",
            "sha256:9344370a0195b68b1c2f320ced670416734b9d9a6a4efd61ce12d40b7c4d7cd2",
            "sha256:03bdf6379bd5767bad98779d7375de71935a5a781a79b578b4b551133a0adb9c",
            "sha256:62528e19b0b681471faf9021bbbd15bebb91a10c621005b18133b36bf1c197b2",
            "sha256:188b569b84a1c682ec7c03901aa6b0ed02b9dcd19603e32544dd8793863e0489",
            "sha256:9687a7a4ac3220b7125e511b0123301526b7ab443e5aae2b3f0679597053569e",
            "sha256:3b18336b77d5edc58572390862d795b3429440e2b6a04c66a35785fac8109e6b",
            "sha256:ffc836a0fa89d8402e4911c562b45b5a23763827dd01e45018681eda22f2af81",
            "sha256:a116f4fa6885966f61cdba0a363c07494d87e793f2fb0ffdae8540ccc8ff65af"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-11-29T08:51:28.846993138+08:00"
    }
}

更多版本

docker.io/trinodb/trino:432

linux/amd64 docker.io1.33GB2024-10-12 10:12
765

docker.io/trinodb/trino:465

linux/amd64 docker.io1.44GB2024-11-28 09:58
558

docker.io/trinodb/trino:466

linux/amd64 docker.io1.52GB2024-11-29 08:53
529

docker.io/trinodb/trino:472

linux/amd64 docker.io1.57GB2025-09-09 10:40
316

docker.io/trinodb/trino:476

linux/amd64 docker.io1.34GB2025-10-17 18:30
405

docker.io/trinodb/trino:477

linux/amd64 docker.io1.35GB2025-12-25 09:30
339

docker.io/trinodb/trino:479

linux/amd64 docker.io1.35GB2025-12-25 14:15
382

docker.io/trinodb/trino:438

linux/amd64 docker.io1.29GB2026-02-03 15:36
231

docker.io/trinodb/trino:480

linux/arm64 docker.io1.39GB2026-04-29 11:44
73

docker.io/trinodb/trino:480

linux/amd64 docker.io1.39GB2026-04-29 11:49
125
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×