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
You can push the builder to any registry of your choice - just ensure that `docker login` succeeds and replace `localhost:5000` in the following examples with your registry namespace -
44
44
e.g., `index.docker.io/<username>`.
45
45
46
+
**Note**: to follow this demo all the way through to the end (including run image extension), you will need a pre-release version of the lifecycle.
47
+
* Download the `.tgz` file for your os/arch from the [releases page](https://github.com/buildpacks/lifecycle/releases)
48
+
* Add the following lines to `$PWD/samples/builders/alpine/builder.toml`:
0 commit comments