This example demonstrates how to build hello world images for both amd64 and arm64 platforms, and use them as CNB plugins.
For plugin working principles, please refer to the official documentation: https://docs.cnb.cool/build/create-plugin.html
docker.cnb.cool/examples/plugins/hello-world:latest
docker run --rm docker.cnb.cool/examples/plugins/hello-world:latest
main:
push:
- stages:
- name: echo hello world
image: docker.cnb.cool/examples/plugins/hello-world:latest