Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

打开任务模板和任务流报错 #176

Open
ZXTFINAL opened this issue Mar 24, 2023 · 2 comments
Open

打开任务模板和任务流报错 #176

ZXTFINAL opened this issue Mar 24, 2023 · 2 comments

Comments

@ZXTFINAL
Copy link

image
环境貌似没有问题,是什么原因呢?

@ZXTFINAL
Copy link
Author

目前测试下来,使用现在的dockerfile-base打镜像后,会出现这个问题,使用仓库里的不会有这个问题,建议更新dockerfile #175

@lkad
Copy link
Contributor

lkad commented Apr 6, 2023

你可以用Dockerfile-base打镜像吗。。我的一直报错:
docker build -t xx . -f install/docker/Dockerfile-base
Sending build context to Docker daemon 2.911GB
Step 1/11 : FROM python:3.6-jessie
---> 890456b21ed5
Step 2/11 : ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
---> Using cache
---> 7738610d8688
Step 3/11 : RUN apt-get update -y && apt-get install -y apt-transport-https apt-utils build-essential libssl-dev libglib2.0-0 libnss3 libgconf-2-4 libfontconfig1 vim less postgresql-client redis-tools libffi-dev python3-dev libsasl2-dev libldap2-dev libxi-dev && curl -sL https://deb.nodesource.com/setup_10.x | bash -
---> Running in 595922533c5a
Ign http://deb.debian.org jessie InRelease
Ign http://deb.debian.org jessie Release.gpg
Ign http://deb.debian.org jessie Release
Ign http://security.debian.org jessie/updates InRelease
Ign http://security.debian.org jessie/updates Release.gpg
Err http://deb.debian.org jessie/main amd64 Packages

Ign http://security.debian.org jessie/updates Release
Err http://deb.debian.org jessie/main amd64 Packages

Err http://security.debian.org jessie/updates/main amd64 Packages

Err http://security.debian.org jessie/updates/main amd64 Packages

Err http://security.debian.org jessie/updates/main amd64 Packages

Err http://deb.debian.org jessie/main amd64 Packages

Err http://security.debian.org jessie/updates/main amd64 Packages

Err http://security.debian.org jessie/updates/main amd64 Packages
404 Not Found [IP: 151.101.66.132 80]
Err http://deb.debian.org jessie/main amd64 Packages

Err http://deb.debian.org jessie/main amd64 Packages
404 Not Found
W: Failed to fetch http://deb.debian.org/debian/dists/jessie/main/binary-amd64/Packages 404 Not Found

W: Failed to fetch http://security.debian.org/debian-security/dists/jessie/updates/main/binary-amd64/Packages 404 Not Found [IP: 151.101.66.132 80]

E: Some index files failed to download. They have been ignored, or old ones used instead.
The command '/bin/sh -c apt-get update -y && apt-get install -y apt-transport-https apt-utils build-essential libssl-dev libglib2.0-0 libnss3 libgconf-2-4 libfontconfig1 vim less postgresql-client redis-tools libffi-dev python3-dev libsasl2-dev libldap2-dev libxi-dev && curl -sL https://deb.nodesource.com/setup_10.x | bash -' returned a non-zero code: 100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants