logo
0
0
Login
fix: update link for docs

Hello World Example

pipeline-as-code git-clone-yyds push

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

Images

docker.cnb.cool/examples/plugins/hello-world:latest

Usage

Using with Docker

docker run --rm docker.cnb.cool/examples/plugins/hello-world:latest

Using with Cloud Native Build

main: push: - stages: - name: echo hello world image: docker.cnb.cool/examples/plugins/hello-world:latest