Skip to content
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(container-pull-script): fixes issue with curl errors not being handled properly #337

Merged
merged 2 commits into from
Jul 24, 2024

Conversation

carlosmmatos
Copy link
Contributor

@carlosmmatos carlosmmatos commented Jul 23, 2024

Fixes #336
Adds error handling for curl similar to our other bash installation scripts. Adds a -f option to ensure curl fails and returns a code.

@carlosmmatos carlosmmatos added container next release Issues targeted for next release bugfix labels Jul 23, 2024
@carlosmmatos carlosmmatos added this to the 1.5.3 milestone Jul 23, 2024
@carlosmmatos carlosmmatos requested a review from evanstoner July 23, 2024 21:40
@carlosmmatos carlosmmatos self-assigned this Jul 23, 2024
@carlosmmatos carlosmmatos merged commit d819002 into CrowdStrike:main Jul 24, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix container next release Issues targeted for next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

container pull script: handle curl errors
2 participants