-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
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
[master] bump compose version to v2.17.2 #866
Conversation
https://github.com/docker/compose/releases/tag/v2.17.2 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Hmm... panic during build?
/cc @crazy-max |
|
Could this be because of docker/cli#4117 ? |
Unable to reproduce on my machine 🤔 tried buildx 0.10.3 and 0.10.4; VERSION=0.0.0-20230326145633-59ec357 docker buildx bake --set binary.platform=darwin/amd64,darwin/arm64 binary
[+] Building 20.1s (28/28) FINISHED
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 5.48kB 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 263B 0.0s
=> resolve image config for docker.io/docker/dockerfile:1 4.2s
=> CACHED docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 0.0s
=> => resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 0.0s
=> [linux/arm64/v8 internal] load metadata for docker.io/tonistiigi/xx:1.1.1 3.2s
=> [linux/arm64/v8 internal] load metadata for docker.io/library/golang:1.19.7-alpine3.16 4.4s
=> [darwin/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras 6.4s
=> [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras 6.4s
=> [internal] load build context 0.3s
=> => transferring context: 1.35MB 0.3s
=> [linux/arm64/v8 build-base-alpine 1/4] FROM docker.io/library/golang:1.19.7-alpine3.16@sha256:dc189dcfcea54267261d8b93d59d1041ab6a076d7a3e7a30c498055d3f660260 0.0s
=> => resolve docker.io/library/golang:1.19.7-alpine3.16@sha256:dc189dcfcea54267261d8b93d59d1041ab6a076d7a3e7a30c498055d3f660260 0.0s
=> CACHED FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s
=> => resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s
=> [linux/arm64/v8 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9 0.0s
=> => resolve docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9 0.0s
=> CACHED FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s
=> => resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s
=> CACHED [linux/arm64/v8 build-base-alpine 2/4] COPY --from=xx / / 0.0s
=> CACHED [linux/arm64 build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git 0.0s
=> CACHED [linux/arm64/v8 build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli 0.0s
=> CACHED [linux/arm64->darwin/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc 0.0s
=> CACHED [linux/arm64 goversioninfo 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/out GO111MODULE=on go install "github.com/josephspurrier/goversioninfo/cmd/[email protected]" 0.0s
=> CACHED [linux/arm64/v8->darwin/amd64 build 1/3] COPY --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo 0.0s
=> CACHED [linux/arm64->darwin/amd64 build 2/3] RUN [ ! -f /etc/alpine-release ] && xx-info is-cross && [ "$(xx-info arch)" = "arm64" ] && XX_CC_PREFER_LINKER=ld xx-clang --setup-target-triple || true 0.0s
=> CACHED [linux/arm64->darwin/arm64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc 0.0s
=> CACHED [linux/arm64/v8->darwin/arm64 build 1/3] COPY --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo 0.0s
=> CACHED [linux/arm64->darwin/arm64 build 2/3] RUN [ ! -f /etc/alpine-release ] && xx-info is-cross && [ "$(xx-info arch)" = "arm64" ] && XX_CC_PREFER_LINKER=ld xx-clang --setup-target-triple || true 0.0s
=> [linux/arm64->darwin/arm64 build 3/3] RUN --mount=type=bind,target=.,ro --mount=type=cache,target=/root/.cache --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk --mount=type=tmpfs,target=cli/winresourc 7.9s
=> [linux/arm64->darwin/amd64 build 3/3] RUN --mount=type=bind,target=.,ro --mount=type=cache,target=/root/.cache --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk --mount=type=tmpfs,target=cli/winresourc 7.3s
=> [darwin/amd64 binary 1/1] COPY --from=build /out . 0.0s
=> [darwin/arm64 binary 1/1] COPY --from=build /out . 0.0s
=> exporting to client 0.6s
=> => copying files darwin/amd64 36.86MB 0.6s
=> => copying files darwin/arm64 35.07MB git log
commit 59ec357996ec467275adfd87a9f52a8f543fb291 (HEAD -> master, upstream/master, upstream/HEAD, origin/master, origin/HEAD, build_0.10.4)
Merge: f5d698a33 b854eff30
Author: Sebastiaan van Stijn <[email protected]>
Date: Sun Mar 26 16:56:33 2023 +0200
Merge pull request #4117 from crazy-max/align-go-ver
Dockerfile: align go version |
Oh! Looks like it's for the static builds only (not sure I checked that). Wondering what version of buildx is running on these machines though;
|
Looks like a pre-0.10.0; docker/buildx@c5aec24 |
Ah damn yeah looks to be a pre 0.10 😣 |
discussed with @crazy-max
|
Looks like we need to update the
At least I think that's what producing these warnings;
|
All green now 👍 |
https://github.com/docker/compose/releases/tag/v2.17.2