Update Docker build to remove dependency on build script#333
Merged
Conversation
bharathsreekanth
approved these changes
Oct 10, 2024
Contributor
|
@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. |
OliverChen557
approved these changes
Oct 11, 2024
abhi16394
approved these changes
Oct 11, 2024
donatwork
approved these changes
Oct 11, 2024
Contributor
|
@tdawe : Please update GH issue in all PRs, thanks, this has to be added to our release notes, @gallacher : FYR |
Sahiba-Gupta
pushed a commit
that referenced
this pull request
Oct 15, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updates build process for the CSI PowerMax driver and Reverse Proxy with following changes. This follows build processes for other drivers and modules:
dockertargets for building the CSI driveroverrides.mkanddocker.mkfilesGitHub 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)