Skip to content

introduce dockerfile_inline#10343

Merged
ndeloof merged 1 commit intodocker:v2from
ndeloof:dockerfile_inline
Mar 15, 2023
Merged

introduce dockerfile_inline#10343
ndeloof merged 1 commit intodocker:v2from
ndeloof:dockerfile_inline

Conversation

@ndeloof
Copy link
Contributor

@ndeloof ndeloof commented Mar 3, 2023

What I did
illustrate support for inlined dockerfile as proposed by compose-spec/compose-spec#298

Related issue
closes #8077

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

@codecov
Copy link

codecov bot commented Mar 3, 2023

Codecov Report

Patch coverage: 66.66% and project coverage change: -20.71 ⚠️

Comparison is base (4434cea) 74.18% compared to head (d0b81a8) 53.47%.

Additional details and impacted files
@@             Coverage Diff             @@
##               v2   #10343       +/-   ##
===========================================
- Coverage   74.18%   53.47%   -20.71%     
===========================================
  Files           2      104      +102     
  Lines         275     8927     +8652     
===========================================
+ Hits          204     4774     +4570     
- Misses         60     3635     +3575     
- Partials       11      518      +507     
Impacted Files Coverage Δ
pkg/compose/kill.go 0.00% <0.00%> (ø)
pkg/compose/push.go 0.00% <0.00%> (ø)
pkg/compose/up.go 90.32% <ø> (ø)
pkg/progress/tty.go 0.00% <0.00%> (ø)
cmd/compose/compose.go 74.14% <50.00%> (ø)
pkg/compose/pause.go 43.47% <50.00%> (ø)
cmd/compose/version.go 73.33% <66.66%> (ø)
pkg/compose/build.go 78.29% <68.96%> (ø)
pkg/progress/writer.go 64.61% <71.42%> (ø)
cmd/compose/run.go 68.47% <100.00%> (ø)
... and 8 more

... and 88 files with indirect coverage changes

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 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, StefanScherer, glours, laurazard, milas, nicksieger and ulyssessouza and removed request for a team March 8, 2023 09:39
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, we just need to release compose-go to get this PR merged

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
@ndeloof ndeloof force-pushed the dockerfile_inline branch from 0364392 to d0b81a8 Compare March 15, 2023 09:05
@ndeloof ndeloof enabled auto-merge (rebase) March 15, 2023 09:06
@ndeloof ndeloof merged commit e0aaccf into docker:v2 Mar 15, 2023
@ndeloof ndeloof deleted the dockerfile_inline branch March 15, 2023 09:44
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.

specify docker files inline (ie Inline dockerfile:)

2 participants