Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.
/ packs Public archive

Buildpack cloud builders for the classic v2a (Heroku-style) and v2b (CF-style) buildpacks

License

Notifications You must be signed in to change notification settings

buildpacks/packs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packs

Build Status GoDoc

This repo contains Packs: buildpack cloud builders for the Cloud Foundry and Heroku buildpacks.

These cloud builders are available on Docker Hub.

Quick Start: Cloud Foundry Packs

Build:

docker run --rm -v "$(pwd)/app:/workspace" -v "$(pwd)/out:/out" packs/cf:build

Run:

docker run --rm -P \
    -v "$(pwd)/out:/workspace" \
    packs/cf:run -droplet droplet.tgz -metadata result.json

Export to Docker daemon:

docker run --rm \
    -v "$(pwd)/out:/workspace" \
    -v "/var/run/docker.sock:/var/run/docker.sock" \
    packs/cf:export -daemon -droplet droplet.tgz -metadata result.json my-image

Export to Docker registry:

docker run --rm \
    -v "$(pwd)/out:/workspace" \
    -v "$HOME/.docker/config.json:/root/.docker/config.json" \
    packs/cf:export -droplet droplet.tgz -metadata result.json my-image

About

Buildpack cloud builders for the classic v2a (Heroku-style) and v2b (CF-style) buildpacks

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published