Skip to content
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

Bump docker-compose to v2.22.0 #1234

Merged
merged 1 commit into from Oct 12, 2023

Conversation

jkburges
Copy link
Contributor

@jkburges jkburges commented Oct 12, 2023

Version v2.21.0 includes a "fix for incorrect proxy variables during build" - docker/compose#10908. Thought I may as well go for the latest at time of writing.

In some of my Buildkite builds, the docker compose bug is causing failures during docker compose build commands, due to missing env vars, e.g.:



WARN[0000] The "HOME" variable is not set. Defaulting to a blank string.
--
  | WARN[0000] The "USER" variable is not set. Defaulting to a blank string.
  | WARN[0000] The "PWD" variable is not set. Defaulting to a blank string.
  | WARN[0000] The "PWD" variable is not set. Defaulting to a blank string.
  | WARN[0000] The "SSH_AUTH_SOCK" variable is not set. Defaulting to a blank string.
  | WARN[0000] The "HOME" variable is not set. Defaulting to a blank string.
  | WARN[0000] The "HOME" variable is not set. Defaulting to a blank string.


2 error(s) decoding:
--
  |  
  | * error decoding 'volumes[0]': invalid spec: :/app: empty section between colons
  | * error decoding 'volumes[2]': invalid spec: :/ssh-agent: empty section between colons

Version v2.21.0 includes a "fix for incorrect proxy variables during build" - docker/compose#10908. Thought I may as well go for the latest at time of writing.
Copy link
Contributor

@triarius triarius left a comment

Choose a reason for hiding this comment

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

Thanks! LGTM

@triarius triarius merged commit 8d27e6b into buildkite:main Oct 12, 2023
1 check passed
@jkburges jkburges deleted the bump-docker-compose-to-v2.22.0 branch October 12, 2023 10:54
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.

None yet

2 participants