Namespace
tugraph
Image / Tag
tugraph-runtime-ubuntu18.04:4.0.0
Content Digest
sha256:1cc82c87bf19d24f88e8410e5f6525aac391aa30f47f1f1fbcabd4a63000c31d
Details
Created

2023-09-06 18:55:24 +0800

Size

3.28 GB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    18.04

Environment
JAVA_HOME

/usr/lib/jvm/java-8-openjdk-amd64/jre

LD_LIBRARY_PATH

/usr/local/lib64:/usr/local/lib:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/:

PATH

/opt/apache-maven-3.8.7/bin:/usr/lib/jvm/java-8-openjdk-amd64/jre/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHONPATH

/usr/local/lib64:


Layers

[#000] sha256:41af1b5f0f51947706ae712999cf098bef968a7799e7cb4bb2268829e62a6ab3 - 0.76% (25.5 MB)

[#001] sha256:c9fc066b2c0e334d34b723a36c7179d31cc564771cab0de42248e1661f727034 - 0.0% (914 Bytes)

[#002] sha256:1f4c46029a274d70c8cc7ba93935f9456e5279aff1b3c981385ae81612275a09 - 8.83% (297 MB)

[#003] sha256:c2a4808aa121b6df402f2e2b263e8b59b046b7bced36f10da1e2741d7389f517 - 9.92% (333 MB)

[#004] sha256:02394ddf0270b726b7428f5ed4d96104f11f6e9710ea09732372e3fd83df741e - 29.15% (980 MB)

[#005] sha256:0d6a9910a48dce663cedd81c432033f6db12a1eeb97cbcd2dd4bd3d9d7180581 - 0.52% (17.4 MB)

[#006] sha256:bb2319fc3ee72cd7618ff3e561e1505d0dbe67a3214f184236ca34e190aa8429 - 0.44% (14.8 MB)

[#007] sha256:499fe0dec6fa7742a0c5f24257ae13e05e3c0e951002688d183ff0f8d491d163 - 0.24% (7.96 MB)

[#008] sha256:d444f5b5203efbf56fd75dd9dcb5e0137bfa7f939fe1f6f14882631caf5ac699 - 24.52% (824 MB)

[#009] sha256:8799125240c3d04d2aa9ae8c3731e2532c4750c9a4b093bdfff432684cce3f32 - 25.62% (861 MB)


History
2023-05-30 09:32:07 UTC

/bin/sh -c #(nop) ARG RELEASE

2023-05-30 09:32:07 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2023-05-30 09:32:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-05-30 09:32:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=18.04

2023-05-30 09:32:09 UTC

/bin/sh -c #(nop) ADD file:3c74e7e08cbf9a87694ce6fa541af617599680fa54d9e48556fc0fbc120b4a83 in /

2023-05-30 09:32:09 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2023-09-06 17:50:12 +0800 (buildkit.dockerfile.v0)

ARG FILEPATH

2023-09-06 17:50:12 +0800 (buildkit.dockerfile.v0)

ARG FILENAME

2023-09-06 17:50:12 +0800 (buildkit.dockerfile.v0)

RUN |2 FILEPATH=https://lvshan-public.oss-cn-hangzhou-zmf.aliyuncs.com/yongchao.ly/wangjun/docker_auto_dir FILENAME=tugraph-4.0.0-1.x86_64.deb /bin/sh -c rm -rf /et/apt/sources.list && echo "deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse" >> /etc/apt/sources.list && echo "deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse" >> /etc/apt/sources.list && echo "deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse" >> /etc/apt/sources.list && echo "deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted universe multiverse" >> /etc/apt/sources.list # buildkit

2023-09-06 17:52:45 +0800 (buildkit.dockerfile.v0)

RUN |2 FILEPATH=https://lvshan-public.oss-cn-hangzhou-zmf.aliyuncs.com/yongchao.ly/wangjun/docker_auto_dir FILENAME=tugraph-4.0.0-1.x86_64.deb /bin/sh -c apt-get update && apt-get install -y git ssh gcc g++ make dpkg bzip2 zlib1g-dev libssl-dev openjdk-8-jdk # buildkit

2023-09-06 18:37:20 +0800 (buildkit.dockerfile.v0)

RUN |2 FILEPATH=https://lvshan-public.oss-cn-hangzhou-zmf.aliyuncs.com/yongchao.ly/wangjun/docker_auto_dir FILENAME=tugraph-4.0.0-1.x86_64.deb /bin/sh -c wget https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/deps/gcc-8.4.0.tar.gz && tar -xvf gcc-8.4.0.tar.gz && cd gcc-8.4.0 && ./contrib/download_prerequisites && mkdir build && cd build && ../configure CFLAGS=-fPIC CXXFLAGS=-fPIC -enable-checking=release -enable-languages=c,c++ -disable-multilib && make -j4 && make install && cp ./x86_64-*-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so.6.0.25 /usr/lib/ && cd /usr/lib && ln -sf libstdc++.so.6.0.25 libstdc++.so.6 && rm -rf /gcc-* && ln -s /usr/local/bin/gcc /usr/local/bin/cc # buildkit

2023-09-06 18:40:00 +0800 (buildkit.dockerfile.v0)

RUN |2 FILEPATH=https://lvshan-public.oss-cn-hangzhou-zmf.aliyuncs.com/yongchao.ly/wangjun/docker_auto_dir FILENAME=tugraph-4.0.0-1.x86_64.deb /bin/sh -c wget https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/deps/Python-3.6.9.tgz && tar xf Python-3.6.9.tgz && cd Python-3.6.9 && ./configure --prefix=/usr/local && make -j4 && make install && python3 -m pip install --upgrade pip -i https://pypi.antfin-inc.com/simple/ --trusted-host pypi.antfin-inc.com && python3 -m pip install pexpect requests pytest httpx cython==3.0.0a11 sphinx myst_parser sphinx_panels sphinx_rtd_theme numpy==1.19.5 torch==1.10.2 dgl==1.0.0 -i https://pypi.antfin-inc.com/simple/ --trusted-host pypi.antfin-inc.com && rm -rf /Python* # buildkit

2023-09-06 18:51:26 +0800 (buildkit.dockerfile.v0)

RUN |2 FILEPATH=https://lvshan-public.oss-cn-hangzhou-zmf.aliyuncs.com/yongchao.ly/wangjun/docker_auto_dir FILENAME=tugraph-4.0.0-1.x86_64.deb /bin/sh -c wget https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/deps/cmake-3.25.2.tar.gz && tar xf cmake-3.25.2.tar.gz && cd cmake-3.25.2 && ./bootstrap && make -j4 && make install && rm -rf /cmake-3.* # buildkit

2023-09-06 18:53:52 +0800 (buildkit.dockerfile.v0)

RUN |2 FILEPATH=https://lvshan-public.oss-cn-hangzhou-zmf.aliyuncs.com/yongchao.ly/wangjun/docker_auto_dir FILENAME=tugraph-4.0.0-1.x86_64.deb /bin/sh -c wget https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/deps/boost_1_68_0.tar.gz && tar xf boost_1_68_0.tar.gz && cd boost_1_68_0 && ./bootstrap.sh --with-libraries=system,random,thread,filesystem,chrono,atomic,date_time,regex,stacktrace,log && ./b2 -j4 cxxflags="-std=c++14 -fPIC" install && rm -rf /boost_* # buildkit

2023-09-06 18:53:53 +0800 (buildkit.dockerfile.v0)

RUN |2 FILEPATH=https://lvshan-public.oss-cn-hangzhou-zmf.aliyuncs.com/yongchao.ly/wangjun/docker_auto_dir FILENAME=tugraph-4.0.0-1.x86_64.deb /bin/sh -c cd opt && wget --no-check-certificate https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/deps/apache-maven-3.8.7-bin.tar.gz && tar xf apache-maven-3.8.7-bin.tar.gz && rm apache-maven-*.tar.gz # buildkit

2023-09-06 18:54:26 +0800 (buildkit.dockerfile.v0)

RUN |2 FILEPATH=https://lvshan-public.oss-cn-hangzhou-zmf.aliyuncs.com/yongchao.ly/wangjun/docker_auto_dir FILENAME=tugraph-4.0.0-1.x86_64.deb /bin/sh -c wget ${FILEPATH}/${FILENAME} # buildkit

2023-09-06 18:55:24 +0800 (buildkit.dockerfile.v0)

RUN |2 FILEPATH=https://lvshan-public.oss-cn-hangzhou-zmf.aliyuncs.com/yongchao.ly/wangjun/docker_auto_dir FILENAME=tugraph-4.0.0-1.x86_64.deb /bin/sh -c dpkg -i ${FILENAME} && rm /${FILENAME} # buildkit

2023-09-06 18:55:24 +0800 (buildkit.dockerfile.v0)

ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre LD_LIBRARY_PATH=/usr/local/lib64:/usr/local/lib:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/: PYTHONPATH=/usr/local/lib64: PATH=/opt/apache-maven-3.8.7/bin:/usr/lib/jvm/java-8-openjdk-amd64/jre/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete