Skip to content

ninech/heroku-stack-base-images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

488 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ninech/deploio-heroku Base Images

CI

This is a ninech fork of heroku/base-images, adapted for use with deplo.io. The recipes are rendered into Docker images available on the GitHub Container Registry:

Image Type OS Supported Architectures Default USER Status
ghcr.io/ninech/deploio-heroku:24 Run Image Ubuntu 24.04 AMD64 + ARM64 deploio Recommended
ghcr.io/ninech/deploio-heroku:24-build Build Image Ubuntu 24.04 AMD64 + ARM64 deploio Recommended

The build image variants use the run images as their base, but include additional packages needed at build time such as development headers and compilation toolchains.

For images where the default USER is deploio, you will need to switch back to the root user when modifying locations other than /home/deploio and /tmp. You can do this by adding USER root to your Dockerfile when building images, or by passing --user root to any docker run invocations.

Learn more

See BUILD.md for instructions on how to build the images yourself.

About

Recipes for building the base images for Heroku's stacks

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 94.6%
  • Dockerfile 5.4%