Why work out of archive path?
logankoester opened this issue · 2 comments
logankoester commented
I believe I have a common use case...
- Prepare Compile my project code to a .gitignored'
output/
directory - Test Build Docker image (Dockerfile copies
output/
into the image) and run tests - Deploy Push the Docker image on success
However, this plugin operates in a separate archive path, so everything that was compiled in the Prepare phase is inaccessible to Docker when it tries to build the image.
What is the rationale for doing it this way?
knownasilya commented
None specifically I think. There just wasn't a use case presented.
How do you see this working? Specifying a path for the archive with a default to what it is now?
logankoester commented
@knownasilya I've got it working the way I like in #11. Feedback welcome, but let's move the discussion to that thread.