Sign inSign up

kontena/buildstep

By kontena

Updated over 8 years ago

Base docker image to create Heroku-style application builds using buildpacks.

Image
0

467

kontena/buildstep repository overview

kontena/buildstep

Base docker image to create Heroku-style application builds using buildpacks.

Usage

Create a Dockerfile in your application code folder.

FROM kontena/buildstep
EXPOSE 80
CMD ["/start", "web"]

Modify the EXPOSE and CMD directives with the port to be exposed and the process type defined in the Procfile used to launch your application respectively.

Supported languages

Check https://github.com/progrium/buildstep#supported-buildpacks for a list of buildpacks supported.

Tag summary

Content type

Image

Digest

sha256:02e5ab9c6

Size

466.4 MB

Last updated

over 8 years ago

docker pull kontena/buildstep