buildpacks / packs

Buildpack cloud builders for the classic v2a (Heroku-style) and v2b (CF-style) buildpacks
https://buildpacks.io
Apache License 2.0
15 stars 8 forks source link

Heroku Container Registry Support #13

Closed hone closed 6 years ago

hone commented 6 years ago

Heroku Container Registry doesn't run as root, so don't hard fail if chown fails.

jkutner commented 6 years ago

@hone run test -z "$(bin/format | tee >(cat >&2))" on this branch and commit the diff (that's why CI is failing)