acelyc111 commented on issue #2135: URL: https://github.com/apache/incubator-pegasus/issues/2135#issuecomment-2474232603
I've tried on my own develop enviroment, the centos:7.5.1804 image can be
pulled and the packages can be installed sucessfully.
```
# laiyingchun @ laiyingchun in
~/dev/pegasus/docker/pegasus-build-env/centos7 on git:master o [0:59:49]
$ sudo docker build .
[+] Building 339.0s (6/9)
docker:default
=> [internal] load build definition from Dockerfile
0.0s
=> => transferring dockerfile: 3.24kB
0.0s
=> [internal] load metadata for docker.io/library/centos:7.5.1804
18.6s
=> [internal] load .dockerignore
0.0s
=> => transferring context: 2B
0.0s
=> [1/6] FROM
docker.io/library/centos:7.5.1804@sha256:7a45e4a1efbaafc1d9aa89925b6fdb33288a96d35ea0581412316e2f0ad3720a
3.7s
=> => resolve
docker.io/library/centos:7.5.1804@sha256:7a45e4a1efbaafc1d9aa89925b6fdb33288a96d35ea0581412316e2f0ad3720a
0.0s
=> =>
sha256:65decb5f8c6d37cdd06332ef1116a92fdb52aa1b55fe6256bb3b843ee97d2279 529B /
529B
0.0s
=> =>
sha256:cf49811e3cdb94cbdfd645f3888d7add06a315449cf2c7ca7b81c312f1e46c63 2.21kB
/ 2.21kB
0.0s
=> =>
sha256:5ad559c5ae16b8980924ceae7f7662d07740debd4467db19e69339926ec8f255 74.69MB
/ 74.69MB
2.5s
=> =>
sha256:7a45e4a1efbaafc1d9aa89925b6fdb33288a96d35ea0581412316e2f0ad3720a 319B /
319B
0.0s
=> => extracting
sha256:5ad559c5ae16b8980924ceae7f7662d07740debd4467db19e69339926ec8f255
1.1s
=> [2/6] RUN sed -i s/mirror.centos.org/vault.centos.org/g
/etc/yum.repos.d/*.repo && sed -i s/^#.*baseurl=http/baseurl=http/g
/etc/yum.repos.d/*.repo && sed -i s/^mirrorlist=http/#mirrorlist=http/g
/etc/yum.repos.d/*.repo && yum -y install centos-rel 97.0s
=> [3/6] RUN pip3 install --upgrade pip --no-cache-dir && pip3 install
--no-cache-dir cmake -i https://pypi.tuna.tsinghua.edu.cn/simple
8.8s
=> [4/6] RUN wget --progress=dot:giga
https://archive.apache.org/dist/maven/maven-3/3.8.3/binaries/apache-maven-3.8.3-bin.tar.gz
-P /opt/maven && cd /opt/maven && tar -zxf
apache-maven-3.8.3-bin.tar.gz && rm apache-maven-3.8.3-bin.tar.gz
210.7s
```
Is the image pulled from some other source in GitHub actions?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
