Skip to content

Commit 801594a

Browse files
author
Natalie Arellano
committed
Remove instruction to push run image to local registry
We pushed it in an earlier step Signed-off-by: Natalie Arellano <[email protected]>
1 parent c0dd6c5 commit 801594a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

content/docs/extension-guide/create-extension/run-dockerfile-extend.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@ cat $PWD/samples/extensions/cowsay/bin/generate
2828

2929
The extension generates a `run.Dockerfile` that installs `cowsay` on the current run image.
3030

31-
### Push run image to test registry
32-
33-
Now that we are extending the run image (vs switching it, as in the previous example) it must reside in a registry
34-
so that we can pull its manifest (necessary for the extension process).
35-
36-
<!-- test:exec -->
37-
```bash
38-
docker push localhost:5000/run-image-curl
39-
```
40-
4131
### Configure the `hello-extensions` buildpack to require `cowsay`
4232

4333
Set the `BP_REQUIRES` build-time environment variable to configure the `hello-extensions` buildpack to require both `vim` and `curl` (review the `./bin/detect` script to see why this works).

0 commit comments

Comments
 (0)