Skip to content

Commit

Permalink
Update display name of shimmed buildpacks (#410)
Browse files Browse the repository at this point in the history
So that:
- The naming style matches that chosen in #408
- It's clearer that these are shimmed buildpacks and not the
  native CNB versions of the buildpacks with the same name

GUS-W-14121598.
  • Loading branch information
edmorley authored Oct 24, 2023
1 parent bc9be08 commit 53e4dd0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions builder-classic-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,43 +10,43 @@ version = "0.17.2"

[[buildpacks]]
id = "heroku/clojure"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/clojure?version=0.0.0&name=Clojure"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/clojure?version=0.0.0&name=Heroku+Clojure+(Shimmed)"

[[buildpacks]]
id = "heroku/go"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/go?version=0.0.0&name=Go"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/go?version=0.0.0&name=Heroku+Go+(Shimmed)"

[[buildpacks]]
id = "heroku/gradle"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/gradle?version=0.0.0&name=Gradle"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/gradle?version=0.0.0&name=Heroku+Gradle+(Shimmed)"

[[buildpacks]]
id = "heroku/java"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/java?version=0.0.0&name=Java"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/java?version=0.0.0&name=Heroku+Java+(Shimmed)"

[[buildpacks]]
id = "heroku/nodejs"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/nodejs?version=0.0.0&name=Node.js"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/nodejs?version=0.0.0&name=Heroku+Node.js+(Shimmed)"

[[buildpacks]]
id = "heroku/php"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/php?version=0.0.0&name=PHP"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/php?version=0.0.0&name=Heroku+PHP+(Shimmed)"

[[buildpacks]]
id = "heroku/procfile"
uri = "docker://docker.io/heroku/procfile-cnb:2.0.0"

[[buildpacks]]
id = "heroku/python"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/python?version=0.0.0&name=Python"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/python?version=0.0.0&name=Heroku+Python+(Shimmed)"

[[buildpacks]]
id = "heroku/ruby"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/ruby?version=0.0.0&name=Ruby"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/ruby?version=0.0.0&name=Heroku+Ruby+(Shimmed)"

[[buildpacks]]
id = "heroku/scala"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/scala?version=0.0.0&name=Scala"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/scala?version=0.0.0&name=Heroku+Scala+(Shimmed)"

[[order]]
[[order.group]]
Expand Down
12 changes: 6 additions & 6 deletions buildpacks-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ version = "0.17.2"

[[buildpacks]]
id = "heroku/go"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/go?version=0.0.0&name=Go"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/go?version=0.0.0&name=Heroku+Go+(Shimmed)"

[[buildpacks]]
id = "heroku/gradle"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/gradle?version=0.0.0&name=Gradle"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/gradle?version=0.0.0&name=Heroku+Gradle+(Shimmed)"

[[buildpacks]]
id = "heroku/java"
Expand All @@ -26,23 +26,23 @@ version = "0.17.2"

[[buildpacks]]
id = "heroku/php"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/php?version=0.0.0&name=PHP"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/php?version=0.0.0&name=Heroku+PHP+(Shimmed)"

[[buildpacks]]
id = "heroku/procfile"
uri = "docker://docker.io/heroku/procfile-cnb@sha256:ea7219d4bb50196b4f292c9aae397b17255c59a243d7408535d2a03a5cd2b040"

[[buildpacks]]
id = "heroku/python"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/python?version=0.0.0&name=Python"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/python?version=0.0.0&name=Heroku+Python+(Shimmed)"

[[buildpacks]]
id = "heroku/ruby"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/ruby?version=0.0.0&name=Ruby"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/ruby?version=0.0.0&name=Heroku+Ruby+(Shimmed)"

[[buildpacks]]
id = "heroku/scala"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/scala?version=0.0.0&name=Scala"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/scala?version=0.0.0&name=Heroku+Scala+(Shimmed)"

[[order]]
[[order.group]]
Expand Down

0 comments on commit 53e4dd0

Please sign in to comment.