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

clone variable berfore we capture a pointer #10908

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

ndeloof
Copy link
Contributor

@ndeloof ndeloof commented Aug 17, 2023

What I did
fix a for loop variable collision issue

Related issue
fixes #10902

(not mandatory) A picture of a cute animal, if possible in relation to what you did

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
@codecov
Copy link

codecov bot commented Aug 17, 2023

Codecov Report

Patch coverage: 42.85% and project coverage change: -0.07% ⚠️

Comparison is base (8d0df18) 58.84% compared to head (84f84a2) 58.77%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10908      +/-   ##
==========================================
- Coverage   58.84%   58.77%   -0.07%     
==========================================
  Files         120      120              
  Lines       10470    10477       +7     
==========================================
- Hits         6161     6158       -3     
- Misses       3711     3718       +7     
- Partials      598      601       +3     
Files Changed Coverage Δ
pkg/compose/build.go 75.71% <0.00%> (-0.19%) ⬇️
pkg/compose/create.go 58.94% <50.00%> (-0.36%) ⬇️

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@milas milas left a comment

Choose a reason for hiding this comment

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

😭

@milas milas added the kind/bug label Aug 17, 2023
@milas milas merged commit 792afb8 into docker:main Aug 17, 2023
25 checks passed
jkburges added a commit to jkburges/elastic-ci-stack-for-aws that referenced this pull request 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.
@ndeloof ndeloof deleted the proxy_var_collision branch December 20, 2023 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] docker-compose 2.20.3 rewriting environment variables
2 participants