Skip to content

Removing image option from buildable services#66

Open
dbpolito wants to merge 1 commit intoshipping-docker:masterfrom
dbpolito:patch-1
Open

Removing image option from buildable services#66
dbpolito wants to merge 1 commit intoshipping-docker:masterfrom
dbpolito:patch-1

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.

4 participants