Skip to content

rvalyi/cedarish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cedarish

Heroku "Cedar-ish" Base Image for Docker

Circle CI

This is the source for a Docker image used for environments emulating the Heroku Cedar stacks. It's based on the official Heroku stack images scripts.

It doesn't include any buildpacks, just the base environment. This allows us to build a separate builder container and runner container. See Herokuish for emulating the rest of the Heroku build process.

Releases

Although the latest release is always available on Docker Hub, you can access versioned filesystem releases directly. This allows you to ADD the tar directly from custom Dockerfiles, or manually import the gzipped tar for quicker downloads (docker import <release-url> progrium/cedarish).

Contributing

As usual, pull requests are welcome. You can also propose releases by opening a PR against the release branch from master. Please be sure to bump the version and update CHANGELOG.md and include your changelog text in the PR body.

Discuss cedarish development with us on Freenode in #gliderlabs.

About

Heroku Cedar-ish Base Image for Docker

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 66.8%
  • Makefile 33.2%