#652 镜像制作失败

Open
created 1 year ago by kechujian · 2 comments
kechujian commented 1 year ago
docker save保存的镜像,上传后显示制作失败。引用远程镜像的可以制作成功 dockerfile如下: FROM python:3.10-rc-buster RUN pip install jupyterlab CMD ["sh","-c", "jupyter lab --no-browser --ip=0.0.0.0 --allow-root --notebook-dir='/code' --port=8888 --LabApp.token='' --LabApp.allow_origin='*' --LabApp.base_url=$OCTOPUS_JPY_BASE_URL"]
yangxzh1 commented 1 year ago
Collaborator
harbor配置可能有问题
yangxzh1 added the
question
label 1 year ago
yangxzh1 added the
跟进中
label 1 year ago
kechujian commented 1 year ago
Poster
> harbor配置可能有问题 在执行下面操作,推镜像时,可以推送。请问哪里可以看报错信息或者日志呢? make images tag=v1.0.0 make images_push need_latest=FALSE tag=v1.0.0 docker_hub_project=${DOCKER_HUB_PROJECT} docker_hub_host=$DOCKER_HUB_HOST docker_hub_userame=$DOCKER_HUB_USERNAME docker_hub_passwd=$DOCKER_HUB_PASSWD
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.