logo
docker.io/apache/hive:standalone-metastore-4.2.0
linux/amd64 docker.io 已验证 · apache

12
浏览次数
849.62MB
镜像大小
源镜像
docker.io/apache/hive:standalone-metastore-4.2.0
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/hive:standalone-metastore-4.2.0
镜像ID
sha256:0817ad9479c274901d1c7c5e839e35a3aa5f4d5d6fc942c340fb95a5bed65411
镜像 TAG
standalone-metastore-4.2.0
镜像大小
849.62MB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
sh -c /entrypoint.sh
工作目录
/opt/hive
OS/平台
linux/amd64
镜像创建
2025-11-28T14:56:03.966061989Z
同步时间
2026-07-01 14:55
浏览量
12 次
贡献者
🔌 开放端口 2
9001/tcp 9083/tcp
⚙️ 环境变量 10
KeyValue
PATH=/opt/hive/bin:/opt/hadoop/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
container=oci 1
JAVA_HOME=/opt/java/openjdk 2
LANG=en_US.UTF-8 3
LANGUAGE=en_US:en 4
LC_ALL=en_US.UTF-8 5
JAVA_VERSION=jdk-21.0.3+9 6
HADOOP_HOME=/opt/hadoop 7
HIVE_HOME=/opt/hive 8
HIVE_VER=4.2.0 9
🏷️ 镜像标签 20
KeyValue
x86_64 architecture
2024-06-06T00:53:59 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.29.0 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
1134 release
Provides the latest release of the minimal Red Hat Universal Base Image 9. summary
https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9-minimal/images/9.4-1134 url
4b4efbdd5a311b6a9c56319e756ca58c10a2b4de vcs-ref
git vcs-type
Red Hat, Inc. vendor
9.4 version
🛡️ 镜像安全扫描
redhat 9.7 Trivy 2026-07-01 14:56 查看完整报告
213
低危 LOW
257
中危 MEDIUM
79
高危 HIGH
2
严重 CRITICAL
受影响目标 (6)
docker.io/apache/hive:standalone-metastore-4.2.0 (redhat 9.7) redhat Java jar /opt/hive/licenses/BSD-2-CLAUSE /opt/hive/licenses/BSD-3-CLAUSE /opt/hive/licenses/MIT /opt/hive/licenses/universal-permissive-license-version-1.0-upl.html

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/hive:standalone-metastore-4.2.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/hive:standalone-metastore-4.2.0  docker.io/apache/hive:standalone-metastore-4.2.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/hive:standalone-metastore-4.2.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/hive:standalone-metastore-4.2.0  docker.io/apache/hive:standalone-metastore-4.2.0

Shell快速替换命令

sed -i 's#apache/hive:standalone-metastore-4.2.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/hive:standalone-metastore-4.2.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/hive:standalone-metastore-4.2.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/hive:standalone-metastore-4.2.0  docker.io/apache/hive:standalone-metastore-4.2.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/hive:standalone-metastore-4.2.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/hive:standalone-metastore-4.2.0  docker.io/apache/hive:standalone-metastore-4.2.0'

镜像构建历史


# 2025-11-28 22:56:03  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["sh" "-c" "/entrypoint.sh"]
                        
# 2025-11-28 22:56:03  0.00B 声明容器运行时监听的端口
EXPOSE [9001/tcp 9083/tcp]
                        
# 2025-11-28 22:56:03  0.00B 设置工作目录为/opt/hive
WORKDIR /opt/hive
                        
# 2025-11-28 22:56:03  0.00B 指定运行容器时使用的用户
USER hive
                        
# 2025-11-28 22:56:03  2.91KB 执行命令并创建新的镜像层
RUN |3 UID=1000 HADOOP_VERSION=3.4.1 HIVE_VERSION=4.2.0 /bin/sh -c chmod +x /entrypoint.sh &&     mkdir -p $HIVE_HOME/data/warehouse &&     chown hive $HIVE_HOME/data/warehouse # buildkit
                        
# 2025-11-28 22:56:03  4.05KB 复制新文件或目录到容器中
COPY --chown=hive conf /opt/hive/conf # buildkit
                        
# 2025-11-28 22:56:03  2.91KB 复制新文件或目录到容器中
COPY --chown=hive entrypoint.sh / # buildkit
                        
# 2025-11-28 22:56:03  261.35MB 复制新文件或目录到容器中
COPY --chown=hive /opt/apache-hive-metastore-4.2.0-bin /opt/hive # buildkit
                        
# 2025-11-28 22:56:03  110.39MB 复制新文件或目录到容器中
COPY --chown=hive /opt/hadoop-3.4.1 /opt/hadoop # buildkit
                        
# 2025-11-28 21:26:45  0.00B 设置环境变量 PATH
ENV PATH=/opt/hive/bin:/opt/hadoop/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-11-28 21:26:45  0.00B 设置环境变量 HADOOP_HOME HIVE_HOME HIVE_VER
ENV HADOOP_HOME=/opt/hadoop HIVE_HOME=/opt/hive HIVE_VER=4.2.0
                        
# 2025-11-28 21:26:45  140.53MB 执行命令并创建新的镜像层
RUN |3 UID=1000 HADOOP_VERSION=3.4.1 HIVE_VERSION=4.2.0 /bin/sh -c set -ex;     microdnf update -y;     microdnf -y install procps gettext;     microdnf clean all;     useradd --no-create-home -s /sbin/nologin -c "" --uid $UID hive # buildkit
                        
# 2025-11-28 21:26:45  0.00B 定义构建参数
ARG HIVE_VERSION=4.2.0
                        
# 2025-11-28 21:26:45  0.00B 定义构建参数
ARG HADOOP_VERSION=3.4.1
                        
# 2025-11-28 21:26:45  0.00B 定义构建参数
ARG UID=1000
                        
# 2024-04-24 04:51:38  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/__cacert_entrypoint.sh"]
                        
# 2024-04-24 04:51:38  1.16KB 复制新文件或目录到容器中
COPY entrypoint.sh /__cacert_entrypoint.sh # buildkit
                        
# 2024-04-24 04:51:38  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux;     echo "Verifying install ...";     echo "java --version"; java --version;     echo "Complete." # buildkit
                        
# 2024-04-24 04:51:38  165.44MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux;     ARCH="$(objdump="$(command -v objdump)" && objdump --file-headers "$objdump" | awk -F '[:,]+[[:space:]]+' '$1 == "architecture" { print $2 }')";     case "${ARCH}" in        aarch64|arm64)          ESUM='c7c31bc6f5ab4c4b6f4559e11c2fa9541ae6757ab8da6dd85c29163913bd9238';          BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.3%2B9/OpenJDK21U-jre_aarch64_linux_hotspot_21.0.3_9.tar.gz';          ;;        amd64|i386:x86-64)          ESUM='f1af100c4afca2035f446967323230150cfe5872b5a664d98c86963e5c066e0d';          BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.3%2B9/OpenJDK21U-jre_x64_linux_hotspot_21.0.3_9.tar.gz';          ;;        ppc64el|powerpc:common64)          ESUM='aa628c6accc9d075b7b0f2bff6487f8ca0b8f057af31842a85fc8b363e1e10f3';          BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.3%2B9/OpenJDK21U-jre_ppc64le_linux_hotspot_21.0.3_9.tar.gz';          ;;        s390x|s390:64-bit)          ESUM='a60dbad08a1977269dec7782f90225107479bfc8d10d2894f437778ae2e2b737';          BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.3%2B9/OpenJDK21U-jre_s390x_linux_hotspot_21.0.3_9.tar.gz';          ;;        *)          echo "Unsupported arch: ${ARCH}";          exit 1;          ;;     esac;     wget --progress=dot:giga -O /tmp/openjdk.tar.gz ${BINARY_URL};     echo "${ESUM} */tmp/openjdk.tar.gz" | sha256sum -c -;     mkdir -p "$JAVA_HOME";     tar --extract         --file /tmp/openjdk.tar.gz         --directory "$JAVA_HOME"         --strip-components 1         --no-same-owner     ;     rm -f /tmp/openjdk.tar.gz ${JAVA_HOME}/lib/src.zip; # buildkit
                        
# 2024-04-24 04:51:38  0.00B 设置环境变量 JAVA_VERSION
ENV JAVA_VERSION=jdk-21.0.3+9
                        
# 2024-04-24 04:51:38  73.23MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux;     microdnf install -y         gzip         tar         binutils         tzdata         wget         ca-certificates         fontconfig         glibc-langpack-en     ;     microdnf clean all # buildkit
                        
# 2024-04-24 04:51:38  0.00B 设置环境变量 LANG LANGUAGE LC_ALL
ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
                        
# 2024-04-24 04:51:38  0.00B 设置环境变量 PATH
ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2024-04-24 04:51:38  0.00B 设置环境变量 JAVA_HOME
ENV JAVA_HOME=/opt/java/openjdk
                        
# 2024-06-06 09:00:51  98.67MB 
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
                        
# 2024-06-06 09:00:50  0.00B 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2024-06-06 09:00:49  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/repo-d5140.repo' '/etc/yum.repos.d/repo-4f47a.repo'
                        
# 2024-06-06 09:00:48  0.00B 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2024-06-06T00:53:59" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="4b4efbdd5a311b6a9c56319e756ca58c10a2b4de" "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." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9-minimal/images/9.4-1134"
                        
# 2024-06-06 09:00:48  0.00B 
/bin/sh -c #(nop) ADD file:0394409f6db7784d16a6bf3439e7470dbb324dc30ed9d4c8db797157e4501a3f in /root/buildinfo/Dockerfile-ubi9-minimal-9.4-1134 
                        
# 2024-06-06 09:00:48  0.00B 
/bin/sh -c #(nop) ADD file:4163a5d830cc37221be507fb49bdb623672e7a59ca81defe42fc0122ff2067cc in /root/buildinfo/content_manifests/ubi9-minimal-container-9.4-1134.json 
                        
# 2024-06-06 09:00:47  0.00B 
/bin/sh -c #(nop) LABEL release=1134
                        
# 2024-06-06 09:00:47  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2024-06-06 09:00:47  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2024-06-06 09:00:47  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2024-06-06 09:00:47  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2024-06-06 09:00:47  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2024-06-06 09:00:47  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2024-06-06 09:00:47  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2024-06-06 09:00:47  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-06-06 09:00:47  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2024-06-06 09:00:47  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-06-06 09:00:47  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9-minimal"       version="9.4"
                        
# 2024-06-06 09:00:47  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2024-06-06 09:00:47  0.00B 
/bin/sh -c #(nop) ADD multi:171eafe5d6538aeb2cf5cf9f6e8618f56eddbc2d8e3acf65107d17c6cc9c35de in /etc/yum.repos.d/ 
                        
# 2024-06-06 09:00:46  0.00B 
/bin/sh -c #(nop) ADD file:5b1f650e1376d79fa3a65df4a154ea5166def95154b52c1c1097dfd8fc7d58eb in /tmp/tls-ca-bundle.pem 
                        
# 2024-06-06 09:00:46  0.00B 
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
                        
# 2024-06-06 09:00:45  0.00B 
/bin/sh -c #(nop) ADD file:0177c7dc75a5666fd7d839eb5a0fe92cceec6ce76ec113c5d876fdb57ce3b149 in / 
                        
                    

镜像信息

{
    "Id": "sha256:0817ad9479c274901d1c7c5e839e35a3aa5f4d5d6fc942c340fb95a5bed65411",
    "RepoTags": [
        "apache/hive:standalone-metastore-4.2.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/hive:standalone-metastore-4.2.0"
    ],
    "RepoDigests": [
        "apache/hive@sha256:6ec027489678f06404c8e201010c10e6c67e507b77e41b7e69233d7652453fdf",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/hive@sha256:51b390a3649b724e7cb9f099ad0afda70ca5e91a910a3b16e9082d43aaf7c711"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-11-28T14:56:03.966061989Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "hive",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "9001/tcp": {},
            "9083/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/opt/hive/bin:/opt/hadoop/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "JAVA_HOME=/opt/java/openjdk",
            "LANG=en_US.UTF-8",
            "LANGUAGE=en_US:en",
            "LC_ALL=en_US.UTF-8",
            "JAVA_VERSION=jdk-21.0.3+9",
            "HADOOP_HOME=/opt/hadoop",
            "HIVE_HOME=/opt/hive",
            "HIVE_VER=4.2.0"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/opt/hive",
        "Entrypoint": [
            "sh",
            "-c",
            "/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2024-06-06T00:53:59",
            "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.29.0",
            "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": "1134",
            "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9-minimal/images/9.4-1134",
            "vcs-ref": "4b4efbdd5a311b6a9c56319e756ca58c10a2b4de",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "9.4"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 849623967,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d992e877c698c22b29c04eda37d64d2aafc16456b158da57fc1e012dbe6ce68c/diff:/var/lib/docker/overlay2/ae10a8f444cb1b61947a20fa26e2027223bc6d90952fc883562ccda55362150c/diff:/var/lib/docker/overlay2/962888a9a8d7492fc7630bbf4dc8ea98f19815d203bab84ebac8a32b9596aac6/diff:/var/lib/docker/overlay2/1b86bede970c166d3d045ace464cea35faf8cf63cae15eeebaba4e2a29f35c21/diff:/var/lib/docker/overlay2/a4137f54abd87ef15f3dad77e9d04a64b012d8e82580169a9347ff3a3d961b6b/diff:/var/lib/docker/overlay2/16ae7241bc02bf3ad46968ffc812d53b2b7e3312d79b5b8a8d5f4bda1f798931/diff:/var/lib/docker/overlay2/99410493a4cf0cd29d1b5811bee1fb8b494ded7e18d2fbd218bb4ee2fe516f1a/diff:/var/lib/docker/overlay2/c666e958dbd6c27fa664964f5ad2ec86c705539c175cc7a3fdc0a720d3b0967c/diff:/var/lib/docker/overlay2/f64ce1b6e3e7e93ccba42cdc519d3f748fca83cfd05f31dead4cced94f06d678/diff:/var/lib/docker/overlay2/e3cba3962cbe2f831a41468fd93dd26fbc00d3196ff7e130606c3b8790bec25d/diff:/var/lib/docker/overlay2/aea2b5d338d437080a1d710396919a99fbe45b0ff76c5494d2d9aee06665e2ca/diff",
            "MergedDir": "/var/lib/docker/overlay2/4c71f037bd87b558ae412efebb9ea97ed957f4968c4d1bf95664783ff4f51e19/merged",
            "UpperDir": "/var/lib/docker/overlay2/4c71f037bd87b558ae412efebb9ea97ed957f4968c4d1bf95664783ff4f51e19/diff",
            "WorkDir": "/var/lib/docker/overlay2/4c71f037bd87b558ae412efebb9ea97ed957f4968c4d1bf95664783ff4f51e19/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:53544948f51f66ab8080a28acc12474abac3103c6194ca36777aa60762ede49c",
            "sha256:0b862044ba95da6734e6fc4c0fb147909fb70133336462e037473dfdfa6ce9a3",
            "sha256:792eebfde0a2537fe6d519a1779487e5c147c610895de48391bec188a2e86972",
            "sha256:e9b94bcf8492d2255468027eab03e879beab28367d1d37e87fbab5d6ab128793",
            "sha256:cd91a088afe68ee6c40d3a93c0fc5a351e0ff9e05c4e631180ec82a09781283c",
            "sha256:202bb67d69f5c322553ec2a14a6797a5c93ac29a3108dc21fde31999620649ae",
            "sha256:0714ed95912e5c38f8b8a695b3958fbb05cbb8442cdaea66df1ddb999d9e960e",
            "sha256:c410508c7ca95fc00b354ef3d10a079698a4c5377e29bfa7dfe0debe205c3923",
            "sha256:19ded9bcda98b878f119a795d461cdac8bab210194a453bf8dca1f87c6003f74",
            "sha256:b849222704160a005bc7fdd5e6b3e2fe9bbbdc33f88bbb450bf905180c19b4bf",
            "sha256:15c918d5ba82b16205d53de8b92da9c52dc3c255821f6d4d78faef9fffc761f3",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-01T14:54:54.970639924+08:00"
    }
}

更多版本

docker.io/apache/hive:4.0.0

linux/amd64 docker.io1.60GB2024-08-04 09:12
1175

docker.io/apache/hive:3.1.3

linux/amd64 docker.io888.95MB2024-08-14 18:16
2186

docker.io/apache/hive:4.2.0

linux/amd64 docker.io2.29GB2026-05-14 15:50
129

docker.io/apache/hive:standalone-metastore-4.2.0

linux/amd64 docker.io849.62MB2026-07-01 14:55
11
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×