-
Notifications
You must be signed in to change notification settings - Fork 4
Update device-plugins to go 1.24.4 and drop 'mf' prefix #16
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 device-plugins to go 1.24.4 and drop 'mf' prefix #16
Conversation
a8ebf48
to
675ca9f
Compare
f565f2b
to
f5ede69
Compare
675ca9f
to
3430568
Compare
if [[ $? -ne 0 ]]; then | ||
echo "Error: Failed to push the Docker image" | ||
exit 1 | ||
fi | ||
fi | ||
|
||
# Update the deployment manifest with the newly built image version | ||
perl -p -i -e "s|image:.*mf-device-plugin:.*$|image: '$DOCKER_REPO/mf-device-plugin:$VER'|g" deploy/manifests/maverikflats-device-plugin.yaml | ||
perl -p -i -e "s|image:.*device-plugin:.*$|image: '$DOCKER_REPO/device-plugin:$VER'|g" deploy/manifests/maverikflats-device-plugin.yaml |
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.
maverickflats again is internal code name..
Lets use : intel-idv-device-plugin
@@ -1,7 +1,7 @@ | |||
devicePlugin: | |||
enabled: true | |||
image: | |||
repository: localhost:5000/mf-device-plugin | |||
repository: localhost:5000/device-plugin |
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.
lets use intel-idv-device-plugin
…tions Initial github actions for automated build & security scans
Signed-off-by: Byron Marohn <byron.marohn@intel.com>
f5ede69
to
e10970e
Compare
Reopened this as #18, this PR had the wrong target branch. It was supposed to update to main once the parent was merged, but apparently didn't. |
No description provided.