You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension generates a `run.Dockerfile` that installs `cowsay` on the current run image.
30
30
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
-
41
31
### Configure the `hello-extensions` buildpack to require `cowsay`
42
32
43
33
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