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

let user declare build secret target #10527

Merged
merged 1 commit into from May 4, 2023
Merged

Conversation

ndeloof
Copy link
Contributor

@ndeloof ndeloof commented May 4, 2023

What I did
a build.secret can be configured with a custom target, aka "id"

Related issue
closes #9654

(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 May 4, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (b304c4e) 59.96% compared to head (b45ca82) 59.97%.

Additional details and impacted files
@@           Coverage Diff           @@
##               v2   #10527   +/-   ##
=======================================
  Coverage   59.96%   59.97%           
=======================================
  Files         107      107           
  Lines        9247     9251    +4     
=======================================
+ Hits         5545     5548    +3     
  Misses       3134     3134           
- Partials      568      569    +1     
Impacted Files Coverage Δ
pkg/compose/build.go 76.85% <100.00%> (+0.26%) ⬆️

... and 2 files with indirect coverage changes

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

@ndeloof ndeloof requested review from a team, nicksieger, StefanScherer, ulyssessouza, glours, milas and laurazard and removed request for a team May 4, 2023 08:37
Copy link
Member

@StefanScherer StefanScherer left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@glours glours left a comment

Choose a reason for hiding this comment

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

LGTM

@glours glours merged commit 01afe52 into docker:v2 May 4, 2023
24 checks passed
@ndeloof ndeloof deleted the build_secret_id branch May 4, 2023 13:39
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.

File build secrets do not support long format for specifying target
3 participants