-
Notifications
You must be signed in to change notification settings - Fork 1
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
Multistage go build for docker image building #61
Conversation
Dockerfile
Outdated
LABEL vendor="Dell Inc." \ | ||
name="dellcsi-vg-snapshotter" \ | ||
summary="CSI VG Snapshotter for Dell EMC Powerflex" \ | ||
summary="CSI VG Snapshotter for Dell EMC PowerFlex" \ |
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.
@KshitijaKakde Since this is being used by both driver i.e. powerstore and powerflex, Can we add PoweFlex/PowerStore?
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.
Done
|
||
# set the REGISTRY if needed | ||
ifeq ($(REGISTRY),) | ||
export REGISTRY="$(DEFAULT_REGISTRY)" | ||
endif | ||
|
||
# set the GOVERSION if needed | ||
ifeq ($(GOVERSION),) | ||
export GOVERSION="$(DEFAULT_GOVERSION)" |
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.
@KshitijaKakde Could you kindly expand the overrides-help segment intended for the help page display? As we're introducing a new argument, it is advisable to incorporate it into the current list.
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.
Done
Description
Multistage go build for docker image building
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist:
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration
Build the docker image
Cert-csi vgs suite