Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Proposal: Remove the *no .dockerapp* magic…#331

Merged
chris-crone merged 1 commit intodocker-archive-public:masterfrom
vdemeester:remove-no-dockerapp-magic
Aug 20, 2018
Merged

Proposal: Remove the *no .dockerapp* magic…#331
chris-crone merged 1 commit intodocker-archive-public:masterfrom
vdemeester:remove-no-dockerapp-magic

Conversation

@vdemeester
Copy link
Copy Markdown
Contributor

With this, an app has to end-up with .dockerapp, even for images.
This means, docker-app render foo will always look for
foo.dockerapp, never for a folder or file called foo.

  • This behavior is currently broken
  • It makes the behavior a bit weird/inconsistent.

With this, an app *has to* end-up with `.dockerapp`, even for images.
This means, `docker-app render foo` will always look for
`foo.dockerapp`, *never* for a folder or file called `foo`.

- This behavior is currently broken
- It makes the behavior a bit weird/inconsistent.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 1, 2018

Codecov Report

Merging #331 into master will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #331      +/-   ##
==========================================
- Coverage   53.41%   53.37%   -0.04%     
==========================================
  Files          50       50              
  Lines        2902     2900       -2     
==========================================
- Hits         1550     1548       -2     
  Misses       1125     1125              
  Partials      227      227
Impacted Files Coverage Δ
internal/packager/extract.go 66.66% <ø> (-0.48%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e077d85...965bc43. Read the comment docs.

@garethr
Copy link
Copy Markdown
Contributor

garethr commented Aug 1, 2018

This clashes a bit with #320 and the intentions there. Worth chatting to @chris-crone.

@vdemeester vdemeester changed the title Remove the *no .dockerapp* magic… Proposal: Remove the *no .dockerapp* magic… Aug 1, 2018
@vdemeester
Copy link
Copy Markdown
Contributor Author

@garethr this is just for the "files" for now, but yeah

@chris-crone
Copy link
Copy Markdown
Contributor

Since this is for files only and we haven't yet prioritised #320, I'm OK with this.

Copy link
Copy Markdown
Contributor

@shin- shin- left a comment

Choose a reason for hiding this comment

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

LGTM!

@chris-crone chris-crone merged commit 525d93b into docker-archive-public:master Aug 20, 2018
@vdemeester vdemeester deleted the remove-no-dockerapp-magic branch August 20, 2018 09:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants