Skip to content

Official support for non-alpine environments #180

@AlbertoWeinrichter

Description

@AlbertoWeinrichter

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions