Skip to content

Commit 1bd9eda

Browse files
authored
fix: using docker registry instead of gcr (#318)
1 parent b3a8ad8 commit 1bd9eda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ your CNB platform of choice offers.
1111
For example, with the `pack` CLI, use `--buildpack` as follows:
1212
```bash
1313
pack build dotnet-with-buildpackless-builder \
14-
--buildpack gcr.io/paketo-buildpacks/dotnet-core \
14+
--buildpack index.docker.io/paketobuildpacks/dotnet-core \
1515
--builder paketobuildpacks/builder-jammy-buildpackless-base:latest
1616
```
1717

smoke.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"procfile" : "gcr.io/paketo-buildpacks/procfile"
2+
"procfile" : "index.docker.io/paketobuildpacks/procfile"
33
}

0 commit comments

Comments
 (0)