-
Notifications
You must be signed in to change notification settings - Fork 100
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
No URLs in mirrorlist #7
Comments
在Dockerfile里添加 |
感谢解答,看来外部环境越来越复杂了,我需要重新测试Dockerfile了,可以暂时采用此操作解决 |
更改了这个还是不行欸 我是在Kali上搭建的 |
添加到Dockerfile的
|
您好,来函已至,我会尽快查阅您的邮件的!
This is an automatic reply, confirming that your e-mail was received.Thank you
|
使用命令构建镜像:
docker build --build-arg JDK_PKG=jdk-jdk-8u171-linux-x64.tar.gz --build-arg WEBLOGIC_JAR=fmw_12.2.1.4.0_wls_lite_generic.jar -t weblogic12014jdk8u171 .
然后会报如下错误:
[+] Building 6.0s (6/27)
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 170B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/library/centos:latest 1.4s
=> CACHED [ 1/23] FROM docker.io/library/centos@sha256:a27fd8080b517143c 0.0s
=> CANCELED [internal] load build context 4.5s
=> => transferring context: 186.17MB 4.5s
=> ERROR [ 2/23] RUN yum -y install libnsl 4.5s
百度了下说是centos 8 于2021年12月31日停止了源的服务,需要修改yum的源等等操作,但是我用的是mac,这个怎么解决?
The text was updated successfully, but these errors were encountered: