diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml new file mode 100644 index 000000000000..a9bbbdefffa4 --- /dev/null +++ b/.github/workflows/flowzone.yml @@ -0,0 +1,20 @@ +# .github/workflows/flowzone.yml +name: Flowzone + +on: + pull_request: + types: [opened, synchronize, closed] + branches: [main, master] + # allow external contributions to use secrets within trusted code + pull_request_target: + types: [opened, synchronize, closed] + branches: [main, master] + +jobs: + flowzone: + name: Flowzone + uses: product-os/flowzone/.github/workflows/flowzone.yml@master + secrets: inherit + with: + # We don't make releases out of this repo + disable_versioning: true diff --git a/README.md b/README.md index 3d9947ddf3a2..53606118ca45 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/containerd/containerd)](https://goreportcard.com/report/github.com/containerd/containerd) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1271/badge)](https://bestpractices.coreinfrastructure.org/projects/1271) +**⚠️⚠️⚠️We don't maintain the balena-related docs here!⚠️⚠️⚠️** Please refer to the [balena documentation website](https://docs.balena.io) instead. + containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc. containerd is designed to be embedded into a larger system, rather than being used directly by developers or end-users.