logo
3
2
Login

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

About

hello-world

example
416.00 KiB
3 forks2 stars2 branches0 TagREADMEMIT license
Language
Markdown73.6%
License23%
Dockerfile3.5%