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

Removing image option from buildable services #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dbpolito
Copy link
Contributor

While this is a good option in some cases, it currently can lead into problems.

Right now if you use vessel into multiple projects, and customize the Dockerfile of one of the projects, it won't use it as the image name is shared, so it will always use the image from the first project you build.

Removing it will basically use the Project Name of the project, which is the folder name...

So now image names for the projects will be:

  • vessel/app => project1_app
  • vessel/node => project1_node
  • vessel/app => project2_app
  • vessel/node => project2_node

@mfour-merickson
Copy link

@fideloper Hey Chris, any plans to merge this in the near future. This very item bit me yesterday and caused me some wasted debugging time.

cc: @dbpolito

@fideloper
Copy link
Contributor

fideloper commented Mar 16, 2018 via email

@mikeerickson
Copy link
Contributor

@fideloper Fair enough, I can appreciate that statement and documentation update should be more than sufficient. Having been a former mantainer of laradock, I can completely sympathies with you want to avoid feature creep

@mikeerickson
Copy link
Contributor

@fideloper Further, the "less" changes to core, the easier it is to maintain personal customization. I was working on an idea of a way of extending vessel to allow end user hooks which may be a better overall solution in the long run for supporting end user customization

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.

None yet

4 participants