0
1
Login
Code
Issues
Pull requests
Events
Packages
93c1db1dd2dca33b8d4f8e89807a9dedf527541c
README
License

Hello World 示例

pipeline-as-code git-clone-yyds push

这个示例用于展示,如何同时构建 amd64arm64 平台的 hello world 镜像,并在用于 CNB 插件。

镜像

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

使用

在 Docker 上使用

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

在 云原生构建 上使用

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

从当前示例起步

cnb-init-from https://cnb.cool/examples/plugins/hello-world.git

About

hello-world

example

Release
0

Tag
0
Packages
1
Language
YAML47.7%
Markdown26.9%
Dockerfile2.3%
Others23.1%