Removing image option from buildable services#66
Open
dbpolito wants to merge 1 commit intoshipping-docker:masterfrom
Open
Removing image option from buildable services#66dbpolito wants to merge 1 commit intoshipping-docker:masterfrom
dbpolito wants to merge 1 commit intoshipping-docker:masterfrom
Conversation
|
@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 |
Open
Contributor
|
not currently, but it may change.
However you should know that I’ll likely err on the side of documenting
that you’ll need to change the image name yourself in the use case where
you customize it per project.
From the project stand point it’s too much support work to have a different
image name per project for things like updating Vessel and debugging issues
in general.
In other words, vessel is what it is (by necessity!) If you customize it,
you’ll need to own your customizations.
…On Fri, Mar 16, 2018 at 12:30 Mike Erickson ***@***.***> wrote:
@fideloper <https://github.com/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 <https://github.com/dbpolito>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#66 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAch08BbSrT4eHIocopANoEnQBUJQAc7ks5te_atgaJpZM4SP4xx>
.
|
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 |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While this is a good option in some cases, it currently can lead into problems.
Right now if you use
vesselinto multiple projects, and customize theDockerfileof one of the projects, it won't use it as theimagename is shared, so it will always use the image from the first project you build.Removing it will basically use the
Project Nameof the project, which is the folder name...So now image names for the projects will be: