-
Notifications
You must be signed in to change notification settings - Fork 76
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
CLOUDP-177522 Move cli signing to garasign #2558
Conversation
@@ -20,5 +20,12 @@ FILE="dist/windows_windows_amd64_v1/bin/mongocli.exe" | |||
if [[ -f "$FILE" ]]; then | |||
echo "notarizing windows binaries" | |||
export NOTARY_SIGNING_KEY=$NOTARY_SIGNING_KEY_MONGOCLI | |||
go run ./tools/sign -file "$FILE" | |||
podman run \ |
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.
any reasons to use podman instead of docker here? if we haven't faced issues in the past w/ this, I'm afraid how many flaky failures we would see here.
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.
due to licensing, docker is paid so we need to use a free product
Proposed changes
Move cli signing to garasign
Jira ticket: CLOUDP-177522
Checklist
make fmt
and formatted my codeFurther comments