-
Notifications
You must be signed in to change notification settings - Fork 52
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
fix: fixing remote spire agent docker file to resolve build issues #235
fix: fixing remote spire agent docker file to resolve build issues #235
Conversation
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.
Note. I think lines 20-35 can go completely. Just start at # Deployment image
29b18f3
to
cc16aaf
Compare
Updated docker file as per review comments, validated with device usb service. able to build remote spire agent successfully and device usb service started successfully on remote node |
security/remote_devices/spiffe_and_ssh/remote/remote-spire-agent/Dockerfile
Outdated
Show resolved
Hide resolved
security/remote_devices/spiffe_and_ssh/remote/remote-spire-agent/Dockerfile
Outdated
Show resolved
Hide resolved
cc16aaf
to
dcdd284
Compare
Signed-off-by: vyshali-chitikeshi <[email protected]>
dcdd284
to
f963bce
Compare
@bnevis-i without arg for Builder base, it builds successfully and device service started. |
Ok. If it fails in CI we can always put it back. |
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
No CI on this repo... ;-) |
Signed-off-by: vyshali-chitikeshi <[email protected]> Signed-off-by: Leonard Goodell <[email protected]>
Signed-off-by: vyshali-chitikeshi <[email protected]> Signed-off-by: Leonard Goodell <[email protected]>
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/edgex-examples/blob/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements:
Testing Instructions