-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cannot run update-ca-certificates #26
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/IAM-483.
|
I added all the packages to run update-ca-certificates, on this branch: https://github.com/canonical/kratos-rock/blob/IAM-483-Enable-certificates-update/rockcraft.yaml I got this error message: I verified that the file isn't there. I guess this file gets created when a package manager triggers a script. I'm not sure what's the best way to proceed. Seems like other charms that use ca-certificates don't use the bare build for ubuntu. |
I tried it out a little and I have a couple of comments:
It is not clear how to move forward:
|
You can try to install the ca-certificates in the overlay-packages (@amandahla suggested me that approach and it worked for me). |
Even though we add the
ca-certificates
package, we can't run theupdate-ca-certificates
script. Currently it fails becauserm
andmktemp
are not present in the bare image.The text was updated successfully, but these errors were encountered: