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

[docker-up] Add docker-compose binary #9360

Merged
merged 1 commit into from
Apr 16, 2022
Merged

[docker-up] Add docker-compose binary #9360

merged 1 commit into from
Apr 16, 2022

Conversation

aledbf
Copy link
Member

@aledbf aledbf commented Apr 16, 2022

Description

Use registry-facade to use a custom docker-compose binary that set a custom MTU value, aligning the value with the default one from ceth0

How to test

docker run -it debian:11 bash -c \
  "apt update && apt install -y curl && while true;do 
    curl -s -o /dev/null -w '%{http_code}\n' https://www.drupal.org/;sleep 1;
  done"

(without the change it hangs after some requests)

  • Running docker-compose --version should return Docker Compose version v2.4.1.1-gitpod

Release Notes

[docker-up] Add docker-compose binary

xref: gitpod-io/compose#1

@aledbf
Copy link
Member Author

aledbf commented Apr 16, 2022

@aledbf aledbf marked this pull request as ready for review April 16, 2022 03:21
@aledbf aledbf requested a review from a team April 16, 2022 03:21
@github-actions github-actions bot added the team: workspace Issue belongs to the Workspace team label Apr 16, 2022
@aledbf aledbf force-pushed the aledbf/docker-compose branch from 74691bc to 7ecf71b Compare April 16, 2022 10:32
@aledbf
Copy link
Member Author

aledbf commented Apr 16, 2022

/werft run with-clean-slate-deployment=true

@aledbf
Copy link
Member Author

aledbf commented Apr 16, 2022

/werft run with-helm=true

👍 started the job as gitpod-build-aledbf-docker-compose.7

@roboquat roboquat merged commit e9aa863 into main Apr 16, 2022
@roboquat roboquat deleted the aledbf/docker-compose branch April 16, 2022 13:59
@roboquat roboquat added deployed: workspace Workspace team change is running in production deployed Change is completely running in production labels Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: workspace Workspace team change is running in production deployed Change is completely running in production release-note size/XS team: workspace Issue belongs to the Workspace team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants