-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update Docker build to remove dependency on build script #333
Conversation
@tdawe As an optimization, is it possible that we don't delete packages immediately after deletion and use it. Ex. driver builds first and downloads 73 packages, and once its done they are removed. reverse-proxy builds next and it also downloads 73 packages, was thinking if we can avoid remove after driver build, then we dont need to pull again. Just a thought. |
@tdawe : Please update GH issue in all PRs, thanks, this has to be added to our release notes, @gallacher : FYR |
Description
Updates build process for the CSI PowerMax driver and Reverse Proxy with following changes. This follows build processes for other drivers and modules:
docker
targets for building the CSI driveroverrides.mk
anddocker.mk
filesGitHub Issues
List the GitHub issues impacted by this PR:
Checklist:
How Has This Been Tested?
Successfully built all images with these changes
Additional tests executed by @OliverChen557 (see comment below)