-
Notifications
You must be signed in to change notification settings - Fork 558
Description
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