draco (latest)

Published 2025-04-21 15:02:50 +08:00 by martin

Installation

docker pull git.martin98.com/martinfarm/draco:latest
sha256:2a260e1125a133c1b19a8fce4e78880f24a2aecd5e8b0eb3eba3d334a61bfdc9

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:1d7c45546e94b90e941c5bf5c7a5d415d7b868581ad96171d4beb76caa8ab683 in /
CMD ["/bin/bash"]
COPY /scripts /scripts # buildkit
RUN /bin/sh -c bash /scripts/init-apt.sh && apt install -y build-essential cmake make git python3 # buildkit
COPY ./draco /tmp/draco # buildkit
WORKDIR /tmp/draco
RUN /bin/sh -c sed -i 's|https://gitlab.com/libeigen/eigen.git|https://git.martin98.com/GitHub-Proxy/eigen.git|g' .gitmodules && sed -i 's|https://github.com/gulrak/filesystem|https://git.martin98.com/GitHub-Proxy/filesystem.git|g' .gitmodules && sed -i 's|https://github.com/google/googletest.git|https://git.martin98.com/GitHub-Proxy/googletest.git|g' .gitmodules && sed -i 's|https://github.com/syoyo/tinygltf.git|https://git.martin98.com/GitHub-Proxy/tinygltf.git|g' .gitmodules && git submodule sync && git submodule update --init && grep -q "#include <cstdint>" src/draco/io/gltf_utils.h || sed -i '1i#include <cstdint>' src/draco/io/gltf_utils.h && mkdir build && cd build && cmake ../ -DDRACO_TRANSCODER_SUPPORTED=ON && make && mv /tmp/draco/build /opt/draco # buildkit

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2025-04-21 15:02:50 +08:00
1
OCI / Docker
linux/amd64
474 MiB
Versions (2) View all
1.5.7 2025-04-21
latest 2025-04-21