Question

Functions - Use custom image or install system libraries

Hi, we are looking for the best tecnology to implement a converter for files GLTF to USDZ for our products, and we found out about Digitalocean functions.

We have already have a docker image with all libraries installed needed for the process, ~877MB of size.

It’s possible to use directly this image or (using the dockerfile as a starting point) build a Function with all required libs, without allocating a droplet 24/7?

Thank you


Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
July 21, 2022

Hey @littledarkcyanwhale,

I don’t thnk that this is possible with the new serverless functions, but you could do this with the DigitalOcean App Platform as described here:

https://docs.digitalocean.com/products/app-platform/how-to/deploy-from-container-images/

The best thing to do to get your voice heard regarding this would be to head over to our Product Ideas board and post a new idea, including as much information as possible for what you’d like to see implemented.

https://ideas.digitalocean.com/

Hope that helps!

- Bobby.