Closed bernardmaltais closed 3 years ago
As of June 22 2021 the build is breaking with
#8 [ 4/24] RUN apk --update add --no-cache bash=5.0.17-r0 git gzip=1.10-r0 mysql-client patch=2.7.6-r6 postgresql-client ssmtp=2.64-r14 zlib-dev=1.2.11-r3 #8 sha256:c228ac0bf12c0852e2c79c4d7cf4018219d5a9890eeee4444accc6890ec3e4c3 #8 0.303 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz #8 0.487 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz #8 0.982 ERROR: unable to select packages: #8 0.996 patch-2.7.6-r7: #8 0.996 breaks: world[patch=2.7.6-r6] #8 ERROR: executor failed running [/bin/sh -c apk --update add --no-cache bash=5.0.17-r0 git gzip=1.10-r0 mysql-client patch=2.7.6-r6 postgresql-client ssmtp=2.64-r14 zlib-dev=1.2.11-r3]: exit code: 1 ------ > [ 4/24] RUN apk --update add --no-cache bash=5.0.17-r0 git gzip=1.10-r0 mysql-client patch=2.7.6-r6 postgresql-client ssmtp=2.64-r14 zlib-dev=1.2.11-r3: ------ executor failed running [/bin/sh -c apk --update add --no-cache bash=5.0.17-r0 git gzip=1.10-r0 mysql-client patch=2.7.6-r6 postgresql-client ssmtp=2.64-r14 zlib-dev=1.2.11-r3]: exit code: 1 make: *** [base] Error 1 docker/Makefile:10: recipe for target 'base' failed Error: Process completed with exit code 2.
Updating to patch=2.7.6-r7 resolve this issue. This is an urgent issue that is breaking our build. Created a pull request to fix.
We ended up removing the pins since were causing more trouble then they were worth :D
As of June 22 2021 the build is breaking with
Updating to patch=2.7.6-r7 resolve this issue. This is an urgent issue that is breaking our build. Created a pull request to fix.