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 buildx 0.10.2 does not resolve correctly ENVs in docker-compose labels section #4016

Merged
merged 5 commits into from
Mar 22, 2023

Conversation

sanderegg
Copy link
Member

@sanderegg sanderegg commented Mar 22, 2023

What do these changes do?

docker buildx v0.10.2 has an issue with resolving environment variables in labels section when building
see docker/buildx#1631
upgrading to docker buildx v0.10.4

Important Note:

current version of ubuntu installs docker buildx 0.10.2 by defaults. As long as we do not push directly to the registry (the CI does that remember?). I think we do not have an issue.
But in any case it is easy to change the version of buildx locally if that is needed by following the instructions of docker buildx repo https://github.com/docker/buildx#installing

Related issue/s

fixes #4012
fixes ITISFoundation/osparc-issues#675

How to test

Checklist

@sanderegg sanderegg added bug buggy, it does not work as expected t:maintenance Some planned maintenance work labels Mar 22, 2023
@sanderegg sanderegg added this to the Mithril milestone Mar 22, 2023
@sanderegg sanderegg self-assigned this Mar 22, 2023
@codecov
Copy link

codecov bot commented Mar 22, 2023

Codecov Report

Merging #4016 (51f29b1) into master (1b10482) will decrease coverage by 4.5%.
The diff coverage is n/a.

❗ Current head 51f29b1 differs from pull request most recent head d4ed18a. Consider uploading reports for the commit d4ed18a to get more accurate results

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #4016      +/-   ##
=========================================
- Coverage    83.9%   79.4%    -4.5%     
=========================================
  Files         944     343     -601     
  Lines       40878   11542   -29336     
  Branches      849     539     -310     
=========================================
- Hits        34320    9173   -25147     
+ Misses       6349    2244    -4105     
+ Partials      209     125      -84     
Flag Coverage Δ
integrationtests ?
unittests 79.4% <ø> (-1.8%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 604 files with indirect coverage changes

@sanderegg sanderegg marked this pull request as ready for review March 22, 2023 21:23
@sonarcloud
Copy link

sonarcloud bot commented Mar 22, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codeclimate
Copy link

codeclimate bot commented Mar 22, 2023

Code Climate has analyzed commit d4ed18a and detected 0 issues on this pull request.

View more on Code Climate.

@sanderegg sanderegg merged commit 6ca363b into ITISFoundation:master Mar 22, 2023
@sanderegg sanderegg deleted the bugfix/docker_buildx_issue branch March 22, 2023 21:30
@pcrespov pcrespov mentioned this pull request Mar 23, 2023
31 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug buggy, it does not work as expected t:maintenance Some planned maintenance work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Potentially wrong docker image labels on simcore images M1-12 Maintenance and DevOps
2 participants