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
Output:
Building stable-alpine-build.x64 release sudo docker image build \ --pull \ --no-cache \ stable/build/alpine-x64/ \ -t registry-1.docker.io/atc0005/go-ci:go-ci-stable-alpine-buildx64 \ -t registry-1.docker.io/atc0005/go-ci:go-ci-stable-alpine-buildx64-v0.3.36-12-g7d4926f-dirty \ --label=atc0005.go-ci Sending build context to Docker daemon 7.168kB Step 1/12 : FROM golang:1.16.10-alpine3.14 1.16.10-alpine3.14: Pulling from library/golang a0d0a0d46f8b: Already exists 31adcdaf11c8: Already exists b8b176561691: Already exists f020c683103b: Pull complete 68b3c2a188dc: Pull complete Digest: sha256:423de38f9cb9227dd0c89bc54896369333e13c38ceb17343f2a2872b30e27515 Status: Downloaded newer image for golang:1.16.10-alpine3.14 ---> bef5ede0cd8a Step 2/12 : ENV APK_GCC_MINGW64_VERSION="10.3.0-r0" ---> Running in 472a36ef7e50 Removing intermediate container 472a36ef7e50 ---> 9fb4c41e5745 Step 3/12 : ENV APK_BASH_VERSION="5.1.4-r0" ---> Running in 1136ae8bbf15 Removing intermediate container 1136ae8bbf15 ---> af86f29fe4ce Step 4/12 : ENV APK_GCC_VERSION="10.3.1_git20210424-r2" ---> Running in bfddeda64103 Removing intermediate container bfddeda64103 ---> f490659c8916 Step 5/12 : ENV APK_GIT_VERSION="2.32.0-r0" ---> Running in ea539e0185d3 Removing intermediate container ea539e0185d3 ---> 57c96f275a0e Step 6/12 : ENV APK_MAKE_VERSION="4.3-r0" ---> Running in cd376d6d87b8 Removing intermediate container cd376d6d87b8 ---> 2b58260c3481 Step 7/12 : ENV APK_UTIL_LINUX_VERSION="2.37-r0" ---> Running in 1a5fdecfe98e Removing intermediate container 1a5fdecfe98e ---> 6464889c4ad9 Step 8/12 : ENV APK_FILE_VERSION="5.40-r1" ---> Running in 13138450d030 Removing intermediate container 13138450d030 ---> 51143967b817 Step 9/12 : ENV APK_NANO_VERSION="5.7-r2" ---> Running in 69b9eec69365 Removing intermediate container 69b9eec69365 ---> 144f885d31c3 Step 10/12 : ENV APK_MUSL_DEV_VERSION="1.2.2-r3" ---> Running in a9afb3822bdf Removing intermediate container a9afb3822bdf ---> 6f706f04c997 Step 11/12 : RUN apk add --no-cache make=${APK_MAKE_VERSION} bash=${APK_BASH_VERSION} util-linux=${APK_UTIL_LINUX_VERSION} git=${APK_GIT_VERSION} gcc=${APK_GCC_VERSION} musl-dev=${APK_MUSL_DEV_VERSION} mingw-w64-gcc=${APK_GCC_MINGW64_VERSION} nano=${APK_NANO_VERSION} file=${APK_FILE_VERSION} ---> Running in b8c97156c50d fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz ERROR: unable to select packages: util-linux-2.37.2-r0: breaks: world[util-linux=2.37-r0] The command '/bin/sh -c apk add --no-cache make=${APK_MAKE_VERSION} bash=${APK_BASH_VERSION} util-linux=${APK_UTIL_LINUX_VERSION} git=${APK_GIT_VERSION} gcc=${APK_GCC_VERSION} musl-dev=${APK_MUSL_DEV_VERSION} mingw-w64-gcc=${APK_GCC_MINGW64_VERSION} nano=${APK_NANO_VERSION} file=${APK_FILE_VERSION}' returned a non-zero code: 1 Makefile:93: recipe for target 'build' failed make: *** [build] Error 1
The text was updated successfully, but these errors were encountered:
Update util-linux from 2.37-r0 to 2.37.2-r0
util-linux
de44277
- update alpine-x64 image - update alpine-x86 image refs GH-442
atc0005
Successfully merging a pull request may close this issue.
Output:
The text was updated successfully, but these errors were encountered: