Namespace
tugraph
Image / Tag
tugraph-runtime-centos7:4.3.1
Content Digest
sha256:e23d43e5adaec7bd8f26a9f341d711efd8c4a5aa2e2ee3d6caf80c5b540a3d90
Details
Created

2024-06-13 16:17:30 +0800

Size

3.94 GB

Content Digest
Labels
  • build-date
    20161214
  • license
    GPLv2
  • name
    CentOS Base Image
  • vendor
    CentOS

Environment
JAVA_HOME

/usr/lib/jvm/java-1.8.0-openjdk/jre/

LANG

zh_CN.utf8

LC_ALL

zh_CN.utf8

LD_LIBRARY_PATH

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

PATH

/opt/apache-maven-3.8.7/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHONPATH

/usr/local/lib64:


Layers

[#000] sha256:9a598663ae731cd95b7cc07391f4130f30076a4ede6bc52fe07375eca89f65bd - 1.71% (68.8 MB)

[#001] sha256:a08964d859ff43541073ec53793fa4da103c8b405084e44f741bb6aa6581c75e - 9.63% (388 MB)

[#002] sha256:5f01bc9f2a1565c90409731fea9c0bf3b4b9babd90b1d4e9ae3eaaa1185b2ed9 - 7.48% (302 MB)

[#003] sha256:f5613d0501348c3a49a94dfd12221f25edd918a99975ba6ec05a3aa3ce3b65bc - 48.54% (1.91 GB)

[#004] sha256:58b5dac41cbcfb1050ba2a1bc4a41fa588f12da91be0709abc5821c176b5a529 - 0.43% (17.4 MB)

[#005] sha256:01097f0ce1ee0ec49d09c93bfe0126654223f0f802a4ad5d3419639669ae6f8d - 0.37% (15.1 MB)

[#006] sha256:fe88530c442565671519edaa06955a221526781dd49348e7da046a1e7c13c490 - 0.2% (7.96 MB)

[#007] sha256:a396440a312a3b8bd0d4c431714a6aad0317954c1527444e970e1d74263faf4f - 3.36% (135 MB)

[#008] sha256:882bdc8a67341801071cc46b6bac90f3d67bea3356c7721556a1ecbfa6e98b0f - 4.76% (192 MB)

[#009] sha256:5ebb8ec57d7a1e4624edd71d1af31a8d42627309d6a045f4446aa7e99f76e986 - 0.48% (19.3 MB)

[#010] sha256:a69f6c30195769824c8301f1c6dc942f889aae9382fb55f7be5d5366c3b7e311 - 1.08% (43.7 MB)

[#011] sha256:83a2d5f4c57011ac5c101e0fbd1274bb875a802db7ca2b6974b3990d498d8711 - 21.95% (885 MB)

[#012] sha256:0e52ba896f9fd80f9c9e7aa67e09bb7b7f2751c77804d3b01e4a6818abaa1b3e - 0.01% (507 KB)


History
2018-10-09 18:20:03 UTC

/bin/sh -c #(nop) MAINTAINER https://github.com/CentOS/sig-cloud-instance-images

2019-03-14 21:21:21 UTC

/bin/sh -c #(nop) ADD file:9c5da97aa8406cf912a257fe73bd862d5ef1be5885d3aa3e797337b651130212 in /

2019-03-14 21:21:21 UTC

/bin/sh -c #(nop) LABEL name=CentOS Base Image vendor=CentOS license=GPLv2 build-date=20161214

2019-03-14 21:21:21 UTC

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

2024-06-13 15:05:02 +0800 (buildkit.dockerfile.v0)

RUN /bin/sh -c yum -x filesystem update -y && yum install -y git gcc gcc-c++ make wget bzip2 unzip openssl-static java-1.8.0-openjdk* libcurl-devel.x86_64 unzip # buildkit

2024-06-13 15:48:13 +0800 (buildkit.dockerfile.v0)

RUN /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/lib64/ && cd /usr/lib64 && ln -sf libstdc++.so.6.0.25 libstdc++.so.6 && rm -rf /gcc-* && ln -s /usr/local/bin/gcc /usr/local/bin/cc # buildkit

2024-06-13 15:51:41 +0800 (buildkit.dockerfile.v0)

RUN /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 nest_asyncio 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 ogb pandas==0.24.2 -i https://pypi.antfin-inc.com/simple/ --trusted-host pypi.antfin-inc.com && rm -rf /Python* # buildkit

2024-06-13 16:03:35 +0800 (buildkit.dockerfile.v0)

RUN /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

2024-06-13 16:13:26 +0800 (buildkit.dockerfile.v0)

RUN /bin/sh -c wget https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/deps/boost_1_68_0.tar.gz && wget https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/deps/geometry-extensions.tar.gz && tar xf boost_1_68_0.tar.gz && tar xf geometry-extensions.tar.gz && cd boost_1_68_0 && ./bootstrap.sh --with-libraries=system,random,thread,filesystem,chrono,atomic,date_time,regex,stacktrace,log && ./b2 ${JFLAG} cxxflags="-std=c++17 -fPIC" install && sed -i '513s/BOOST_MPL_ASSERT_MSG((I < 1), INVALID_INDEX,/BOOST_MPL_ASSERT_MSG((I < 1), INVALID_INDEX_,/' /usr/local/include/boost/geometry/index/detail/predicates.hpp && cp -r /extensions /usr/local/include/boost/geometry/ && rm -rf /boost_* /extensions /geometry-extensions.tar.gz # buildkit

2024-06-13 16:13:27 +0800 (buildkit.dockerfile.v0)

RUN /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

2024-06-13 16:13:30 +0800 (buildkit.dockerfile.v0)

ARG FILEPATH

2024-06-13 16:13:30 +0800 (buildkit.dockerfile.v0)

ARG FILENAME

2024-06-13 16:13:30 +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.3.1-1.el7.x86_64.rpm /bin/sh -c wget ${FILEPATH}/${FILENAME} # buildkit

2024-06-13 16:13:55 +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.3.1-1.el7.x86_64.rpm /bin/sh -c rpm -ivh ${FILENAME} && rm /${FILENAME} # buildkit

2024-06-13 16:13:56 +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.3.1-1.el7.x86_64.rpm /bin/sh -c wget https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/deps/tugraph-demo.tar.gz && tar xf tugraph-demo.tar.gz && mkdir -p /var/lib/lgraph_demos && cp -r tugraph-demo/movie /var/lib/lgraph_demos/movie && cp -r tugraph-demo/the_three_body /var/lib/lgraph_demos/the_three_body && cp -r tugraph-demo/three_kingdoms /var/lib/lgraph_demos/three_kingdoms && cp -r tugraph-demo/wandering_earth /var/lib/lgraph_demos/wandering_earth && cp tugraph-demo/setup.sh /setup.sh # buildkit

2024-06-13 16:14:05 +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.3.1-1.el7.x86_64.rpm /bin/sh -c wget https://tugraph-web.oss-cn-beijing.aliyuncs.com/tugraph/deps/node-v16.20.0-linux-x64.tar.gz && tar xvf node-v16.20.0-linux-x64.tar.gz && cd node-v16.20.0-linux-x64/ && ln -s /node-v16.20.0-linux-x64/bin/npm /usr/local/bin/ && ln -s /node-v16.20.0-linux-x64/bin/node /usr/local/bin/ && npm config set registry https://registry.npmmirror.com && rm -rf /node-v16.20.0-linux-x64.tar.gz && npm install --global yarn && npm install --global pnpm@8.6.12 && ln -s /node-v16.20.0-linux-x64/lib/node_modules/yarn/bin/yarn /usr/local/bin/yarn && ln -s /node-v16.20.0-linux-x64/bin/pnpm /usr/local/bin/pnpm && yarn config set registry https://registry.npmmirror.com && pnpm config set registry https://registry.npmmirror.com # buildkit

2024-06-13 16:17: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.3.1-1.el7.x86_64.rpm /bin/sh -c cd /usr/local/share/lgraph/tugraph-db-browser/ && pnpm run bootstrap && pnpm run build # buildkit

2024-06-13 16:17:26 +0800 (buildkit.dockerfile.v0)

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

2024-06-13 16:17:30 +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.3.1-1.el7.x86_64.rpm /bin/sh -c localedef -c -f UTF-8 -i zh_CN zh_CN.utf8 # buildkit

2024-06-13 16:17:30 +0800 (buildkit.dockerfile.v0)

ENV LANG=zh_CN.utf8

2024-06-13 16:17:30 +0800 (buildkit.dockerfile.v0)

ENV LC_ALL=zh_CN.utf8

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