Tag: 惠普

从本地专用dockerregistry创buildSingularity容器

从Docker镜像创build奇点图像时,如何在本地不安全的私有registry中正确引用Docker镜像? 使用奇点2.2.1,尝试使用specfile: Bootstrap: docker Registry: localhost:5000 From: tensorflow:latest %runscript exec /usr/bin/python "$@" %post echo "Post install stuffs!" 结果如下: Executing Prebootstrap module VERBOSE [U=0,P=22966] message.c:52:init() : Set messagelevel to: 5 DEBUG [U=0,P=22966] get-section.c:66:main() : Iterating through /proc/mounts Executing Bootstrap 'docker' module From: tensorflow:latest Registry: https://localhost:5000 library/tensorflow:latest scope=repository:library/tensorflow:pull URL: https://localhost:5000/v2/library/tensorflow/manifests/latest Traceback (most recent call last): File "/usr/lib/x86_64-linux-gnu/singularity/python/cli.py", […]