{"id":13551559,"url":"https://github.com/progrium/buildstep","last_synced_at":"2025-05-16T15:06:38.576Z","repository":{"id":6183932,"uuid":"7414261","full_name":"progrium/buildstep","owner":"progrium","description":"Buildstep uses Docker and Buildpacks to build applications like Heroku","archived":false,"fork":false,"pushed_at":"2018-06-11T16:57:09.000Z","size":2896,"stargazers_count":907,"open_issues_count":11,"forks_count":271,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-04-12T11:58:34.178Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/progrium.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-02T22:11:42.000Z","updated_at":"2025-03-22T20:21:35.000Z","dependencies_parsed_at":"2022-09-10T19:22:13.188Z","dependency_job_id":null,"html_url":"https://github.com/progrium/buildstep","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrium%2Fbuildstep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrium%2Fbuildstep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrium%2Fbuildstep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrium%2Fbuildstep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/progrium","download_url":"https://codeload.github.com/progrium/buildstep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254553959,"owners_count":22090417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T12:01:50.392Z","updated_at":"2025-05-16T15:06:38.551Z","avatar_url":"https://github.com/progrium.png","language":"Groovy","funding_links":[],"categories":["Groovy","others"],"sub_categories":[],"readme":"# Buildstep [![wercker status](https://app.wercker.com/status/c1c25f5d0ff8ea1823063000430114b2/s \"wercker status\")](https://app.wercker.com/project/bykey/c1c25f5d0ff8ea1823063000430114b2)\n\nHeroku-style application builds using Docker and Buildpacks. Used by [Dokku](https://github.com/progrium/dokku) to make a mini-Heroku.\n\n## Requirements\n\n * Docker\n * Git\n\n## Supported Buildpacks\n\nBuildpacks should generally just work, but many of them make assumptions about their environment. So Buildstep has a [list of officially supported buildpacks](https://github.com/gliderlabs/herokuish/tree/master/buildpacks) that are built-in and ready to be used.\n\n\n## Building Buildstep\n\nThe buildstep script uses a buildstep base image that needs to be built. It must be created before\nyou can use the buildstep script. To create it, run:\n\n    $ make build\n\nThis will create an image called `progrium/buildstep` that contains all supported buildpacks and the\nbuilder script that will actually perform the build using the buildpacks.\n\n## Building an App\n\nRunning the buildstep script will take an application tar via STDIN and the destination image name as an argument.\nThe tarball is deployed inside a new container based on `progrium/buildstep`, and the `builder` script is run in\nthe container. The container is then committed to create an image with the specified name.\n\n    $ cat myapp.tar | ./buildstep myapp\n\nIf you didn't already have an application tar, you can create one on the fly.\n\n    $ tar cC /path/to/your/app . | ./buildstep myapp\n\nThe resulting image contains your built app, ready to go. The builder script also parses the Procfile and produces\na starter script that takes a process type. Run your app with:\n\n    $ docker run -d myapp /bin/bash -c \"/start web\"\n\n## Custom Buildpacks\n\nCustom buildpacks can be installed by committing a file in the root of your git repository named `.env`\nThis file should contain a line `export BUILDPACK_URL=\u003crepository\u003e` specifying the git repository providing\nthe buildpack.\n\nIf your buildpack needs extra packages these can be installed by the buildpack using [bin/compile](https://devcenter.heroku.com/articles/buildpack-api#bin-compile).\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrium%2Fbuildstep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogrium%2Fbuildstep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrium%2Fbuildstep/lists"}