paketo-buildpacks / builder

Apache License 2.0
12 stars 6 forks source link

Paketo Builders should be built with language family Paketo Buildpack IDs #14

Closed kvedurmu closed 4 years ago

kvedurmu commented 4 years ago

We should update our Bionic, CFlinuxfs3, and Tiny builders to start getting built from language family Paketo Buildpack IDs.

The following ID changes will need to be made:

- org.cloudfoundry.procfile -> paketo-buildpacks/procfile (https://github.com/paketo-buildpacks/procfile)
- org.cloudfoundry.nodejs -> paketo-buildpacks/nodejs (https://github.com/paketo-buildpacks/nodejs)
- org.cloudfoundry.go -> paketo-buildpacks/go (https://github.com/paketo-buildpacks/go)
- org.cloudfoundry.dotnet-core -> paketo-buildpacks/dotnet-core (https://github.com/paketo-buildpacks/dotnet-core)
- org.cloudfoundry.php -> paketo-buildpacks/php (https://github.com/paketo-buildpacks/php)
- org.cloudfoundry.httpd -> paketo-buildpacks/httpd (https://github.com/paketo-buildpacks/httpd)
- org.cloudfoundry.nginx -> paketo-buildpacks/nginx (https://github.com/paketo-buildpacks/nginx)

Note: #13 makes these changes for all Java implementation CNBs.

Acceptance Criteria GIVEN there is a new version of any language family CNB WHEN the pipelines run THEN I can see that the latest OSS tiny, bionic, and cflinuxfs3 builders have Paketo Buildpack IDs