-
Notifications
You must be signed in to change notification settings - Fork 9
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
Golang image path customization in dockerfile to use Docker Proxy #99
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main #99 +/- ##
=======================================
Coverage 50.17% 50.17%
=======================================
Files 6 6
Lines 1401 1401
=======================================
Hits 703 703
Misses 600 600
Partials 98 98
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
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
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, thanks!
What type of PR is this?
/kind enhancement
What this PR does / why we need it:
Due to dockerhub pull limit, internal registry can be used to fetch the golang image and deploy VDO.
This PR will bring in support to use docker proxy.
Which issue(s) this PR fixes:
Fixes #98
Test Report Added?:
/kind TESTED
Test Report:
Able to deploy VDO using docker proxy.