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

Dockerize GPM #3

Closed
2 of 4 tasks
dhiguero opened this issue Nov 12, 2020 · 0 comments · Fixed by #8
Closed
2 of 4 tasks

Dockerize GPM #3

dhiguero opened this issue Nov 12, 2020 · 0 comments · Fixed by #8
Assignees
Labels
enhancement New feature or request

Comments

@dhiguero
Copy link
Owner

dhiguero commented Nov 12, 2020

The current implementation only supports a dockercmd provider that executes several docker run commands to generate the protos using an open source third party docker image. It will be useful for some scenarios such as CI pipelines to provide a single docker image that embeds both the GPM command and the required gRPC generation helpers.

Pending tasks:

  • Analyze the third party image to determine integration points.
  • Create a base docker file embedding GPM from the previous one.
  • Define a new entrypoint for the image and document require environment variables and mounting paths.
  • Implement new proto generator implementation
@dhiguero dhiguero added the enhancement New feature or request label Nov 12, 2020
@dhiguero dhiguero self-assigned this Nov 12, 2020
@dhiguero dhiguero linked a pull request Dec 1, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant