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: install ca-certificates #1

Merged
merged 1 commit into from
Oct 9, 2018
Merged

fix: install ca-certificates #1

merged 1 commit into from
Oct 9, 2018

Conversation

palmerabollo
Copy link
Contributor

Install ca-certificates and pin alpine versions to 3.8 in order to guarantee a deterministic behaviour.
With the ca-certificates you avoid errors like the following one when trying to reach Slack:

2018/10/09 20:39:29 [ERROR] : (Slack) Post https://hooks.slack.com/services/<redacted>: x509: certificate signed by unknown authority

Install ca-certificates and pin alpine versions to 3.8 in order to guarantee a deterministic behaviour.
With the ca-certificates you avoid errors like the following one when trying to reach Slack:
```
2018/10/09 20:39:29 [ERROR] : (Slack) Post https://hooks.slack.com/services/<redacted>: x509: certificate signed by unknown 
authority
```
@Issif
Copy link
Member

Issif commented Oct 9, 2018

Thanks a lot.

@Issif Issif merged commit cd09dc3 into falcosecurity:master Oct 9, 2018
@palmerabollo palmerabollo deleted the patch-1 branch October 9, 2018 22:06
@palmerabollo
Copy link
Contributor Author

You're welcome. It would be great if you could publish a new docker image. Even better if you can tag it with a version (x.y.z).

@Issif
Copy link
Member

Issif commented Oct 10, 2018

Builds are automated. I just pushed a fix of Dockerfile with a first tag. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants