Skip to content

Commit

Permalink
Merge pull request #16 from danbev/readme-tekton.dev-link
Browse files Browse the repository at this point in the history
Fix link to tekton.dev
  • Loading branch information
Ulf Lilleengen authored Oct 31, 2022
2 parents b8fc0f3 + b535bd6 commit 3670b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If defined at the `Application` it will apply to all devices unless there is a p
As a reference architecture, Drogue Ajour uses a Open Container Initiative (OCI) compatible registry to store container images with the device firmware. This allows reusing existing infrastructure commonly used in Kubernetes. However, Drogue Ajour also integrates with Eclipse Hawkbit for storing the firmware (see below).

Building and deploying firmware is decoupled from the Drogue Ajour, as long as the expected manifest format can be retrieved from a firmware metadata (in case of containers, as a label on the container image). As a reference architecture,
a [tekton](tekton.dev) pipeline is used to show how you can build and deploy firmware to a container registry.
a [tekton](https://tekton.dev) pipeline is used to show how you can build and deploy firmware to a container registry.

The Drogue IoT Application and Device objects contain custom properties that define the desired firmware version that each device (or all) should be served.
```
Expand Down

0 comments on commit 3670b17

Please sign in to comment.