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
Successfully tagged ghcr.io/atc0005/go-ci:go-ci-stable-v0.6.4-8-gf59efef 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.4-8-gf59efef \ -t ghcr.io/atc0005/go-ci:go-ci-stable-alpine-buildx64 \ -t ghcr.io/atc0005/go-ci:go-ci-stable-alpine-buildx64-v0.6.4-8-gf59efef \ --label=atc0005.go-ci \ --label=org.opencontainers.image.revision="f59efef584bc6ed35dee0dc29c2577e904b49c8c" \ --label=org.opencontainers.image.created="2022-03-25 09:50:30+00:00" Sending build context to Docker daemon 7.68kB Step 1/20 : FROM golang:1.17.8-alpine3.14 1.17.8-alpine3.14: Pulling from library/golang Digest: sha256:562911a251163f0c800c2ffd2b27ad80b0656f658d1543c6de73d3298c93c730 Status: Image is up to date for golang:1.17.8-alpine3.14 ---> f196e14a46bb Step 2/20 : LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci" ---> Running in 3a93cd47a6aa Removing intermediate container 3a93cd47a6aa ---> 0e97084b7acb Step 3/20 : LABEL org.opencontainers.image.documentation="https://github.com/atc0005/go-ci" ---> Running in 84918577a76f Removing intermediate container 84918577a76f ---> 5e44e1094f4e Step 4/20 : LABEL org.opencontainers.image.url="https://github.com/atc0005/go-ci" ---> Running in c688a45584f0 Removing intermediate container c688a45584f0 ---> 844c2eeefd96 Step 5/20 : LABEL org.opencontainers.image.title="go-ci-stable-alpine-buildx64" ---> Running in fce7ddd11eb6 Removing intermediate container fce7ddd11eb6 ---> a8737f7f1792 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 9f73c9f6416c Removing intermediate container 9f73c9f6416c ---> cd0fdb12d600 Step 7/20 : LABEL org.opencontainers.image.authors="Adam Chalkley (github.com/atc0005)" ---> Running in 11b7675e7f74 Removing intermediate container 11b7675e7f74 ---> 128873962b89 Step 8/20 : ENV APK_GCC_MINGW64_VERSION="10.3.0-r0" ---> Running in 24edb8d82d6e Removing intermediate container 24edb8d82d6e ---> ddf14822f85b Step 9/20 : ENV APK_BASH_VERSION="5.1.4-r0" ---> Running in 1c885c273646 Removing intermediate container 1c885c273646 ---> 63f0fd448b1f Step 10/20 : ENV APK_GCC_VERSION="10.3.1_git20210424-r2" ---> Running in 4df065790eb7 Removing intermediate container 4df065790eb7 ---> e9f4bca90658 Step 11/20 : ENV APK_GIT_VERSION="2.32.0-r0" ---> Running in 52a4d815042a Removing intermediate container 52a4d815042a ---> 0a0db3074478 Step 12/20 : ENV APK_MAKE_VERSION="4.3-r0" ---> Running in 3c7e12e2b9d8 Removing intermediate container 3c7e12e2b9d8 ---> b3e2563a4d3f Step 13/20 : ENV APK_UTIL_LINUX_VERSION="2.37.4-r0" ---> Running in 95b52600e36e Removing intermediate container 95b52600e36e ---> ff1441a3dd69 Step 14/20 : ENV APK_FILE_VERSION="5.40-r1" ---> Running in 79661a87c475 Removing intermediate container 79661a87c475 ---> 7d71b03a62e0 Step 15/20 : ENV APK_NANO_VERSION="5.7-r2" ---> Running in 28cd255fe844 Removing intermediate container 28cd255fe844 ---> 3faad9ea7846 Step 16/20 : ENV APK_MUSL_DEV_VERSION="1.2.2-r3" ---> Running in 86653b35c698 Removing intermediate container 86653b35c698 ---> 65a955bcf89e 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 022aee45a2ab 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: bash-5.1.16-r0: breaks: world[bash=5.1.4-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 bash APK from 5.1.4-r0 to 5.1.16-r0
f9ef196
refs GH-581
atc0005
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: