-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
PROBLEM:
Fission uses Alpine images as the base for all of its function containers.
This is a good choice for most functions, but when dealing with more esoteric use cases, Alpine has too many restrictions built in
CONTEXT:
We created a Fission function in our project to check TLS certificates.
We had lots of problems installing the adequate dependencies in Python and Go environments.
We tried building custom images with Debian buster, but they seem to conflict with Fission builder image.
SOLUTION:
Create Fission images for every language environment with a "bulkier" docker distribution (Debian buster comes to mind)
lxndralbert
Metadata
Metadata
Assignees
Labels
No labels