You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was curious why the dockerBaseImage, dockerExposedPorts, and dockerExposedVolumes keys aren't scoped to the Docker configuration like many of the other keys used by the dockerCommands key.
Is this inconsistency intentional? If not, would you be willing to accept a PR that corrects this?
Thanks for the insight.
The text was updated successfully, but these errors were encountered:
Intentional. We started introducing a scheme on when and how to name keys and scope them.
If the setting is plugin specific (e.g. baseImage for docker), we prefix it with the plugin name ( leading to dockerBaseImage not baseImage in Docker).
General settings (e.g. mappings) get scoped to the according plugin as values differ from scope to scope.
We try to separate plugin-specific settings from general usable settings.
I was curious why the
dockerBaseImage
,dockerExposedPorts
, anddockerExposedVolumes
keys aren't scoped to theDocker
configuration like many of the other keys used by thedockerCommands
key.Is this inconsistency intentional? If not, would you be willing to accept a PR that corrects this?
Thanks for the insight.
The text was updated successfully, but these errors were encountered: