Skip to content

Commit

Permalink
docs: update signing details (#250)
Browse files Browse the repository at this point in the history
* docs: update signing details

* applying suggestions
  • Loading branch information
DannyBrito authored May 17, 2024
1 parent 853603c commit bc47980
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/docs/signing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Signing Packages

:::note
Available with Dalec release `v0.3.0` and later.
:::

Packages can be automatically signed using Dalec. To do this, you will
need to provide a signing frontend. There is an example in the test
code `test/signer/main.go`. Once that signing image has been built and
Expand All @@ -15,6 +19,14 @@ targets: # Distro specific build requirements
cmdline: "/signer"
```
At this time, these targets can leverage package signing:
- `windowscross/zip`
- `mariner2/rpm`
- `windowscross/container`

For container targets, only the artifacts within the container get signed.

This will send the artifacts (`.rpm`, `.deb`, or `.exe`) to the
signing frontend as the build context.

Expand Down

0 comments on commit bc47980

Please sign in to comment.