We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When running yum update -y on the container build, it freezes All attempts freeze on glibc-2 update
LOG: [root@tivitdev src]# docker build --compress --no-cache --force-rm -t centos7:custom . [+] Building 765.1s (5/8) docker:default => [internal] load .dockerignore 0.1s => => transferring context: 2B 0.0s => [internal] load build definition from Dockerfile 0.1s => => transferring dockerfile: 523B 0.0s => [internal] load metadata for docker.io/library/centos:7 0.0s => CACHED [1/4] FROM docker.io/library/centos:7 0.0s => [internal] load build context 0.1s => => transferring context: 91B 0.0s => [2/4] RUN yum update -y 765.0s => => # Running transaction => => # Updating : tzdata-2023c-1.el7.noarch 1/100 => => # Updating : bash-4.2.46-35.el7_9.x86_64 2/100 => => # Updating : nss-softokn-freebl-3.79.0-4.el7_9.x86_64 3/100 => => # Updating : glibc-common-2.17-326.el7_9.x86_64 4/100 => => # Updating : glibc-2.17-326.el7_9.x86_64 5/100
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running yum update -y on the container build, it freezes
All attempts freeze on glibc-2 update
LOG:
[root@tivitdev src]# docker build --compress
--no-cache
--force-rm
-t centos7:custom .
[+] Building 765.1s (5/8) docker:default
=> [internal] load .dockerignore 0.1s
=> => transferring context: 2B 0.0s
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 523B 0.0s
=> [internal] load metadata for docker.io/library/centos:7 0.0s
=> CACHED [1/4] FROM docker.io/library/centos:7 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 91B 0.0s
=> [2/4] RUN yum update -y 765.0s
=> => # Running transaction
=> => # Updating : tzdata-2023c-1.el7.noarch 1/100
=> => # Updating : bash-4.2.46-35.el7_9.x86_64 2/100
=> => # Updating : nss-softokn-freebl-3.79.0-4.el7_9.x86_64 3/100
=> => # Updating : glibc-common-2.17-326.el7_9.x86_64 4/100
=> => # Updating : glibc-2.17-326.el7_9.x86_64 5/100
The text was updated successfully, but these errors were encountered: