docker.io/tumgis/ctb-quantized-mesh:alpine linux/amd64

docker.io/tumgis/ctb-quantized-mesh:alpine - 国内下载镜像源 浏览次数:10
源镜像 docker.io/tumgis/ctb-quantized-mesh:alpine
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tumgis/ctb-quantized-mesh:alpine
镜像ID sha256:8f03758d2b1dad21c84d2c6d72bb99fca5d733ba6e692314d706944b58c25977
镜像TAG alpine
大小 173.57MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD bash
启动入口
工作目录 /data
OS/平台 linux/amd64
浏览量 10 次
贡献者 36******3@qq.com
镜像创建 2023-08-06T08:58:05.924174488Z
同步时间 2025-11-11 10:38
更新时间 2025-11-11 13:50
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin GDAL_VERSION=3.1.4-r0
镜像标签
tumgis/ctb-quantized-mesh: docker.image alpine: docker.image.tag Chair of Geoinformatics, Technical University of Munich (TUM): maintainer b.willenborg(at)tum.de: maintainer.email Chair of Geoinformatics, Technical University of Munich (TUM): maintainer.organization 2023-08-06T08:57:08.078Z: org.opencontainers.image.created Dockerfile for the geo-data/cesium-terrain-builder app with quantized mesh support.: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 927d31b0e0b34bc728c7d4dff207ac61cbdcebb3: org.opencontainers.image.revision https://github.com/tum-gis/cesium-terrain-builder-docker: org.opencontainers.image.source ctb-quantized-mesh: org.opencontainers.image.title https://github.com/tum-gis/cesium-terrain-builder-docker: org.opencontainers.image.url Chair of Geoinformatics, Technical University of Munich (TUM): org.opencontainers.image.vendor alpine: org.opencontainers.image.version https://github.com/tum-gis/cesium-terrain-builder-docker: source.repo

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tumgis/ctb-quantized-mesh:alpine
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tumgis/ctb-quantized-mesh:alpine  docker.io/tumgis/ctb-quantized-mesh:alpine

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tumgis/ctb-quantized-mesh:alpine
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tumgis/ctb-quantized-mesh:alpine  docker.io/tumgis/ctb-quantized-mesh:alpine

Shell快速替换命令

sed -i 's#tumgis/ctb-quantized-mesh:alpine#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tumgis/ctb-quantized-mesh:alpine#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tumgis/ctb-quantized-mesh:alpine && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tumgis/ctb-quantized-mesh:alpine  docker.io/tumgis/ctb-quantized-mesh:alpine'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tumgis/ctb-quantized-mesh:alpine && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tumgis/ctb-quantized-mesh:alpine  docker.io/tumgis/ctb-quantized-mesh:alpine'

镜像构建历史


# 2023-08-06 16:58:05  0.00B 添加元数据标签
LABEL docker.image.tag=alpine
                        
# 2023-08-06 16:58:05  0.00B 添加元数据标签
LABEL docker.image=tumgis/ctb-quantized-mesh
                        
# 2023-08-06 16:58:05  0.00B 添加元数据标签
LABEL source.repo=https://github.com/tum-gis/cesium-terrain-builder-docker
                        
# 2023-08-06 16:58:05  0.00B 添加元数据标签
LABEL maintainer.organization=Chair of Geoinformatics, Technical University of Munich (TUM)
                        
# 2023-08-06 16:58:05  0.00B 添加元数据标签
LABEL maintainer.email=b.willenborg(at)tum.de
                        
# 2023-08-06 16:58:05  0.00B 添加元数据标签
LABEL maintainer=Bruno Willenborg
                        
# 2023-08-06 16:58:05  0.00B 设置默认要执行的命令
CMD ["bash"]
                        
# 2023-08-06 16:58:05  166.89MB 执行命令并创建新的镜像层
RUN |1 gdal_version=3.1.4-r0 /bin/sh -c set -ex &&   apk update &&   apk add --no-cache --virtual .rundeps   bash gdal=$GDAL_VERSION gdal-tools=$GDAL_VERSION &&   echo 'shopt -s globstar' >> ~/.bashrc &&   echo 'alias ..="cd .."' >> ~/.bashrc &&   echo 'alias l="ls -CF --group-directories-first --color=auto"' >> ~/.bashrc &&   echo 'alias ll="ls -lFh --group-directories-first --color=auto"' >> ~/.bashrc &&   echo 'alias lla="ls -laFh --group-directories-first  --color=auto"' >> ~/.bashrc &&   rm -rf /tmp/* # buildkit
                        
# 2023-08-06 16:58:01  0.00B 设置工作目录为/data
WORKDIR /data
                        
# 2023-08-06 16:58:01  0.00B 设置环境变量 GDAL_VERSION
ENV GDAL_VERSION=3.1.4-r0
                        
# 2023-08-06 16:58:01  0.00B 定义构建参数
ARG gdal_version=3.1.4-r0
                        
# 2023-08-06 16:58:01  580.42KB 复制新文件或目录到容器中
COPY /usr/local/bin/ctb-* /usr/local/bin/ # buildkit
                        
# 2023-08-06 16:58:01  411.96KB 复制新文件或目录到容器中
COPY /usr/local/lib/libctb.so /usr/local/lib/libctb.so # buildkit
                        
# 2023-08-06 16:58:01  112.50KB 复制新文件或目录到容器中
COPY /usr/local/include/ctb /usr/local/include/ctb # buildkit
                        
# 2022-04-05 08:20:19  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2022-04-05 08:20:19  5.58MB 
/bin/sh -c #(nop) ADD file:c1aa87a3b464fca64d769444b5201bc0426a1f517c91c4a7916270e10f8b300b in / 
                        
                    

镜像信息

{
    "Id": "sha256:8f03758d2b1dad21c84d2c6d72bb99fca5d733ba6e692314d706944b58c25977",
    "RepoTags": [
        "tumgis/ctb-quantized-mesh:alpine",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tumgis/ctb-quantized-mesh:alpine"
    ],
    "RepoDigests": [
        "tumgis/ctb-quantized-mesh@sha256:18373ee03782f43e0058e03bc6f01570d5c8918e87ed969bb34235d536419613",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tumgis/ctb-quantized-mesh@sha256:4ab8972b2b80a23f04f82e1e478477513086387836385631a960eff4d63e2c4a"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2023-08-06T08:58:05.924174488Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "GDAL_VERSION=3.1.4-r0"
        ],
        "Cmd": [
            "bash"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/data",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "docker.image": "tumgis/ctb-quantized-mesh",
            "docker.image.tag": "alpine",
            "maintainer": "Chair of Geoinformatics, Technical University of Munich (TUM)",
            "maintainer.email": "b.willenborg(at)tum.de",
            "maintainer.organization": "Chair of Geoinformatics, Technical University of Munich (TUM)",
            "org.opencontainers.image.created": "2023-08-06T08:57:08.078Z",
            "org.opencontainers.image.description": "Dockerfile for the geo-data/cesium-terrain-builder app with quantized mesh support.",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "927d31b0e0b34bc728c7d4dff207ac61cbdcebb3",
            "org.opencontainers.image.source": "https://github.com/tum-gis/cesium-terrain-builder-docker",
            "org.opencontainers.image.title": "ctb-quantized-mesh",
            "org.opencontainers.image.url": "https://github.com/tum-gis/cesium-terrain-builder-docker",
            "org.opencontainers.image.vendor": "Chair of Geoinformatics, Technical University of Munich (TUM)",
            "org.opencontainers.image.version": "alpine",
            "source.repo": "https://github.com/tum-gis/cesium-terrain-builder-docker"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 173571788,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/a8fd1a2ec5e3fc9d3e58684fa0312d033d865fbfc7285648e5a4ed1615e84ddc/diff:/var/lib/docker/overlay2/fbbda1663c93c036552041f49f7008f1fcc3d4645db0aa7fe6a587b12008f747/diff:/var/lib/docker/overlay2/fe14a9b7d69582a7f475500b331721d22aaf251c7f9f2889ad84505a0418437d/diff:/var/lib/docker/overlay2/d1add0ead20f5a4b0a4ed333c7a5d21f726bff2f672d20afcbeeebdc6ed2a11a/diff:/var/lib/docker/overlay2/283d34497b51a222623c87b43f2f4eb48b3757303152a9602decf2bc020a13a3/diff",
            "MergedDir": "/var/lib/docker/overlay2/6724b98fe513702dfe63bf7a8f2cab89dad05f0a28956c9c852d2f5ef0b9b0dd/merged",
            "UpperDir": "/var/lib/docker/overlay2/6724b98fe513702dfe63bf7a8f2cab89dad05f0a28956c9c852d2f5ef0b9b0dd/diff",
            "WorkDir": "/var/lib/docker/overlay2/6724b98fe513702dfe63bf7a8f2cab89dad05f0a28956c9c852d2f5ef0b9b0dd/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:1ad27bdd166b922492031b1938a4fb2f775e3d98c8f1b72051dad0570a4dd1b5",
            "sha256:09660f4df9d34aea674dd80a7c097b52884023d9ec226f6e8b2d92f229b86b12",
            "sha256:1be93f3ad4e69cc71988fea63511ee58bfe0c90e46fea7332cae6c85200c869f",
            "sha256:90f147ec1393d986626beeb3d0a3f5059e6b59a6662f9f49a02db9a081e03b31",
            "sha256:3b1662977547db84d7d21f73b88ae13cbfd3788a09b955409dbc79c63a999e0e",
            "sha256:ecef83396f5c9e14c8d79f17743b5f25e4319d75300387c47c48284a068c7132"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-11-11T10:38:09.553665543+08:00"
    }
}

更多版本

docker.io/tumgis/ctb-quantized-mesh:alpine

linux/amd64 docker.io173.57MB2025-11-11 10:38
9