Skip to content

Conversation

@glours
Copy link
Contributor

@glours glours commented Apr 29, 2022

Bump version of Compose to v2.5.0

Signed-off-by: Guillaume Lours <[email protected]>
@glours glours self-assigned this Apr 29, 2022
@glours glours requested a review from thaJeztah April 29, 2022 10:13
@thaJeztah
Copy link
Member

Hmm... some failure on arm, fetching a package;

#8 45.64 E: Failed to fetch http://archive.raspbian.org/raspbian/pool/main/libu/liburi-perl/liburi-perl_5.08-1_all.deb  Error reading from server - read (104: Connection reset by peer) [IP: 93.93.128.191 80]
#8 45.64 Fetched 79.4 MB in 35s (2248 kB/s)
#8 45.64 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
#8 ERROR: executor failed running [/bin/sh -c apt-get update && apt-get install -y curl devscripts equivs git]: exit code: 100
------
 > [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git:
------
executor failed running [/bin/sh -c apt-get update && apt-get install -y curl devscripts equivs git]: exit code: 100
Makefile:75: recipe for target 'raspbian-bullseye' failed

This looks odd as well; will have to look "why"

git init src/github.com/docker/compose
Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-681/src/github.com/docker/compose/.git/
git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
+ SRC=src/github.com/docker/compose
+ REF=v2.5.0
+ REF_FETCH=v2.5.0
+ git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.5.0
+ awk {print $2}
+ REF=
+ [ -n  ]
+ REF=FETCH_HEAD
+ git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin v2.5.0
fatal: couldn't find remote ref v2.5.0

Hm... that's on CentOS 7; wondering if it's another instance of "old version of git"

Let me kick CI again, to see if it was just temporary

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoop; looks like it's all green now (pfew!)

LGTM

@thaJeztah thaJeztah merged commit 015bb44 into docker:master Apr 29, 2022
@thaJeztah thaJeztah changed the title upgrade Docker Compose to v2.5.0 [master] upgrade Docker Compose to v2.5.0 Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants