-
Notifications
You must be signed in to change notification settings - Fork 738
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
feat: Unified gateway deployment image. Closes #639 #648
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Great job!!!
@VaibhavPage - Thanks! Before I click the |
Can we make the yaml file changes part of another PR just before next release? So you can merge the code changes. |
…#648) * feat: Unified gateway deployment image. Closes argoproj#639 * make deployment logic change * update manifests * Dockerfile change
Unified image for all the gateways, start the service with an argument to specify the type.
Closes #639
This commit also updated the Dockerfiles for gateway-controller, sensor-controller and gateway-client to use
scratch
, this reduces the image size by 70-80% and brings more secure.