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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.6.6-14-g90f4f2d \ -t ghcr.io/atc0005/go-ci:go-ci-stable-alpine-buildx64 \ -t ghcr.io/atc0005/go-ci:go-ci-stable-alpine-buildx64-v0.6.6-14-g90f4f2d \ --label=atc0005.go-ci \ --label=org.opencontainers.image.revision="90f4f2d196c5042c3fc703e8a9911699fa5b4389" \ --label=org.opencontainers.image.created="2022-04-13 10:23:59+00:00" Sending build context to Docker daemon 7.68kB Step 1/20 : FROM golang:1.17.9-alpine3.14 1.17.9-alpine3.14: Pulling from library/golang 8663204ce13b: Pull complete f792083cb66d: Pull complete 166b6af146ed: Pull complete 30e5dc3b75b0: Pull complete d389bdd72922: Pull complete Digest: sha256:f76b8ea6ab14d8df60fa42c0e1c0519725f296c62ad598384b34ef242614af4a Status: Downloaded newer image for golang:1.17.9-alpine3.14 ---> 0fc489f1f3b5 Step 2/20 : LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci" ---> Running in d25e657752e7 Removing intermediate container d25e657752e7 ---> cc23693c000c Step 3/20 : LABEL org.opencontainers.image.documentation="https://github.com/atc0005/go-ci" ---> Running in 63b48200887a Removing intermediate container 63b48200887a ---> 5cf5b4d37a6a Step 4/20 : LABEL org.opencontainers.image.url="https://github.com/atc0005/go-ci" ---> Running in c0422f9216f9 Removing intermediate container c0422f9216f9 ---> f1ea2812696a Step 5/20 : LABEL org.opencontainers.image.title="go-ci-stable-alpine-buildx64" ---> Running in 04561962cabb Removing intermediate container 04561962cabb ---> 83a5a172c764 Step 6/20 : LABEL org.opencontainers.image.description="Docker container image used to build Go code. Based on the latest version of the current (x64) stable golang alpine image. Supports cross-platform, static cgo-enabled builds for Windows and Linux." ---> Running in 91f08df3acbb Removing intermediate container 91f08df3acbb ---> 80482addd301 Step 7/20 : LABEL org.opencontainers.image.authors="Adam Chalkley (github.com/atc0005)" ---> Running in 0ae1e7f3f173 Removing intermediate container 0ae1e7f3f173 ---> f4d3ddbdd944 Step 8/20 : ENV APK_GCC_MINGW64_VERSION="10.3.0-r0" ---> Running in 673629563b7f Removing intermediate container 673629563b7f ---> 312aefa87dd1 Step 9/20 : ENV APK_BASH_VERSION="5.1.16-r0" ---> Running in 328e7da5dc2c Removing intermediate container 328e7da5dc2c ---> 07a0be2c8226 Step 10/20 : ENV APK_GCC_VERSION="10.3.1_git20210424-r2" ---> Running in 019d92482204 Removing intermediate container 019d92482204 ---> cdb376530424 Step 11/20 : ENV APK_GIT_VERSION="2.32.0-r0" ---> Running in 6c785d12e42f Removing intermediate container 6c785d12e42f ---> ec43c6d7fd67 Step 12/20 : ENV APK_MAKE_VERSION="4.3-r0" ---> Running in 9d19e00e855e Removing intermediate container 9d19e00e855e ---> 0c2acda17c22 Step 13/20 : ENV APK_UTIL_LINUX_VERSION="2.37.4-r0" ---> Running in 0036584b797c Removing intermediate container 0036584b797c ---> a771122fba34 Step 14/20 : ENV APK_FILE_VERSION="5.40-r1" ---> Running in ecde2308a791 Removing intermediate container ecde2308a791 ---> 1d32878de0c6 Step 15/20 : ENV APK_NANO_VERSION="5.7-r2" ---> Running in ac170ab073cd Removing intermediate container ac170ab073cd ---> a9c3b56d956f Step 16/20 : ENV APK_MUSL_DEV_VERSION="1.2.2-r3" ---> Running in a5d6e7f05604 Removing intermediate container a5d6e7f05604 ---> bf3a458e6fb0 Step 17/20 : 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 85d7a55fef38 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: git-2.32.1-r0: breaks: world[git=2.32.0-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:106: recipe for target 'build' failed make: *** [build] Error 1
The text was updated successfully, but these errors were encountered:
Update git APK from 2.32.0-r0 to 2.32.1-r0
188ad9b
refs GH-603
atc0005
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: