Image based off the official Heroku24 stack that adds some basic python build tools and pipenv.
100K+
Holds the Docker recipes for building YunoJuno's Heroku stack images, which we use during development & testing. Production uses Heroku's buildpack system because it means we lean on them for security updates to the underlying stack.
| Dockerfile | Base | repo/image:tag |
|---|---|---|
Dockerfile | heroku/heroku:20 | yunojuno/heroku:3.9-latest |
Dockerfile | heroku/heroku:22 | yunojuno/heroku:3.10-latest |
Dockerfile | heroku/heroku:22 | yunojuno/heroku:3.11-latest |
Dockerfile | heroku/heroku:22 | yunojuno/heroku:3.12-latest |
Dockerfile | heroku/heroku:24 | yunojuno/heroku:3.13-latest |
GitHub Actions runs our CI and automatically builds and pushes the generated image on all pushes to master, and on a scheduled basis daily.
PRs also run the build, but just to check that it can succesfully built - the resulting image does not result in a pushed image.
Content type
Image
Digest
sha256:60c7341e1…
Size
434 MB
Last updated
4 days ago
docker pull yunojuno/heroku