You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: