-
Notifications
You must be signed in to change notification settings - Fork 48
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
Feat/al2 old dockerfile #1204
base: master
Are you sure you want to change the base?
Feat/al2 old dockerfile #1204
Conversation
Pull Request Test Coverage Report for Build 12262743439Details
💛 - Coveralls |
"missing public key file; expected file to exist: " + pub_filepath | ||
) | ||
# Generate public key from private key | ||
with open(prv_filepath, "r") as f: |
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.
why are we doing this in the Python code during runtime? Can we just require that the public key be provided like before?
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.
Approved assuming the pipeline issues are resolved. can you add a description to the PR so I or other reviewers have a better understanding of the purposes of these changes? I don't see any glaring issues, but I highly recommend getting more eyes just in case.
Please find the ci env pod logs here |
Link to JIRA ticket if there is one:
New Features
Breaking Changes
Bug Fixes
Improvements
Dependency updates
Deployment changes