We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a8ad8 commit 1bd9edaCopy full SHA for 1bd9eda
2 files changed
README.md
@@ -11,7 +11,7 @@ your CNB platform of choice offers.
11
For example, with the `pack` CLI, use `--buildpack` as follows:
12
```bash
13
pack build dotnet-with-buildpackless-builder \
14
---buildpack gcr.io/paketo-buildpacks/dotnet-core \
+--buildpack index.docker.io/paketobuildpacks/dotnet-core \
15
--builder paketobuildpacks/builder-jammy-buildpackless-base:latest
16
```
17
smoke.json
@@ -1,3 +1,3 @@
1
{
2
- "procfile" : "gcr.io/paketo-buildpacks/procfile"
+ "procfile" : "index.docker.io/paketobuildpacks/procfile"
3
}
0 commit comments