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

Use DOCKER_DEFAULT_PLATFORM to determine platform when creating container #10099

Merged
merged 1 commit into from Dec 19, 2022

Conversation

laurazard
Copy link
Member

Signed-off-by: Laura Brehm laurabrehm@hey.com

What I did

Previously we were only using DOCKER_DEFAULT_PLATFORM to determine the default platform to use during pull. For consistency, we should apply the same logic when creating the container.

Related issue

fixes #10041

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

IMG_5229

…tainer

Signed-off-by: Laura Brehm <laurabrehm@hey.com>
@laurazard laurazard requested review from a team, nicksieger, ndeloof, StefanScherer, ulyssessouza, glours and milas and removed request for a team December 19, 2022 12:04
@codecov
Copy link

codecov bot commented Dec 19, 2022

Codecov Report

Base: 77.02% // Head: 76.98% // Decreases project coverage by -0.03% ⚠️

Coverage data is based on head (7bc27d4) compared to base (6ed9a79).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##               v2   #10099      +/-   ##
==========================================
- Coverage   77.02%   76.98%   -0.04%     
==========================================
  Files           2        2              
  Lines         235      252      +17     
==========================================
+ Hits          181      194      +13     
- Misses         48       51       +3     
- Partials        6        7       +1     
Impacted Files Coverage Δ
pkg/e2e/framework.go 75.31% <0.00%> (+0.08%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

[BUG] DOCKER_DEFAULT_PLATFORM environment variable not working
3 participants