https://github.com/dashpay/docker.sigs
https://github.com/dashpay/docker.sigs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dashpay/docker.sigs
- Owner: dashpay
- License: mit
- Created: 2024-07-25T23:12:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T22:25:04.000Z (over 1 year ago)
- Last Synced: 2025-06-03T07:42:07.953Z (about 1 year ago)
- Size: 16.6 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```