Question

How to create a custom buildpack for the app platform

Okay so very simple I wanna create my own buildpack so that I can run a faster install, faster builds, better caching and smaller docker containers

Also currently it seems that we’re limited to certain versions of what is supported by the buildpacks?


Submit an answer


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 6, 2023

Hi there,

What you could do is, rather than using the native buildpacks, you could use a Dockerfile and build your custom Docker images instead so that you can install custom dependencies and have full control over the build process:

https://docs.digitalocean.com/products/app-platform/reference/dockerfile/

An alternative option would be to use DockerHub and deploy your pre-build images directly, rather than using the App Platform for the build process:

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

Hope that this helps!

Best,

Bobby

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

Become a contributor

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

Learn more
DigitalOcean Cloud Control Panel