Skip to content

Commit

Permalink
docs: add very basic documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Jul 25, 2024
1 parent 5a4cb9c commit df8167d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Docker.sigs

## Motivation

This repo serves as a location to upload and preserve detached signatures, which are then uploaded to the respective respository on dockerhub. This allows users to validate the the docker images they are using have been inspected, if not built, by the person who should've built it.

## Repos

(dashd)[dashd] Docker image hosting Dash Core.

## Steps to Sign

```
cosign sign --key path/to/priv/key/dashd.key --output-signature $(digest).cosig --upload=false docker.io/dashpay/dashd@sha256:$(digest)
```

## Steps to Validate

```
cosign verify --key=dashd.pub dashpay/dashd:20.1.1
```

0 comments on commit df8167d

Please sign in to comment.