canonical / rockcraft

Tool to create OCI Images using the language from Snapcraft and Charmcraft.
GNU General Public License v3.0
25 stars 33 forks source link

Overlay ca-certificates in django/flask extensions #576

Closed javierdelapuente closed 3 weeks ago

javierdelapuente commented 1 month ago

As packages declared in stage-packages do no run maintainer scripts it is necessary to use the overlay step for the ca-certificates package to work correctly (see https://github.com/canonical/rockcraft/issues/334).

javierdelapuente commented 3 weeks ago

Closing, as adding an overlay will not allow the usage of base: bare, which is a limitation. A possible solution maybe related to the chiseled ca-certificates. See https://github.com/canonical/chisel-releases/issues/257.