Block a user
ctb-quantized-mesh (latest)
Published 2024-06-28 16:00:06 +00:00 by tiendd
Installation
docker pull registry.vegastar.vn/tiendd/ctb-quantized-mesh:latestsha256:88f674c7beba0196c73266ce92c4664c98fb74d676a13cc572205697e193d841About this package
Dockerfile for the geo-data/cesium-terrain-builder app with quantized mesh support.
Image Layers
| ADD file:20e7ad6bec617357895302b08431eb3430cce3113bdf0a8ff9827115f858d313 in / |
| CMD ["bash"] |
| ARG RUNTIME_PACKAGES=gdal-bin |
| COPY /usr/local/include/ctb /usr/local/include/ctb # buildkit |
| COPY /usr/local/lib/libctb.so /usr/local/lib/libctb.so # buildkit |
| COPY /usr/local/bin/ctb-* /usr/local/bin/ # buildkit |
| WORKDIR /data |
| RUN |1 RUNTIME_PACKAGES=gdal-bin /bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends $RUNTIME_PACKAGES && ldconfig && 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 # buildkit |
| CMD ["bash"] |
| LABEL maintainer=Bruno Willenborg |
| LABEL maintainer.email=b.willenborg(at)tum.de |
| LABEL maintainer.organization=Chair of Geoinformatics, Technical University of Munich (TUM) |
| LABEL source.repo=https://github.com/tum-gis/https://github.com/tum-gis/cesium-terrain-builder-docker |
| LABEL docker.image=tumgis/ctb-quantized-mesh |
Labels
| Key | Value |
|---|---|
| docker.image | tumgis/ctb-quantized-mesh |
| 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:56:58.756Z |
| 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 | latest |
| source.repo | https://github.com/tum-gis/https://github.com/tum-gis/cesium-terrain-builder-docker |