-
Notifications
You must be signed in to change notification settings - Fork 72
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
Dockerfile Build Using Golang Entrypoint #158
Conversation
Codecov Report
@@ Coverage Diff @@
## main #158 +/- ##
=======================================
Coverage 74.80% 74.80%
=======================================
Files 2 2
Lines 127 127
=======================================
Hits 95 95
Misses 25 25
Partials 7 7
|
@naveensrinivasan could you help with setting up e2e test for this? Basically, just like we have e2e tests today pointing to |
Sounds good. I can do that early next week. |
Thanks Naveen! |
* fixed Dockerfile * / before policy filepath
Changed the Dockerfile to use entrypoint.go instead of the shell script.
todo: add e2e tests