Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hpedrorodrigues committed Mar 18, 2024
1 parent cbdd6bd commit d79df09
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
4 changes: 0 additions & 4 deletions common/cosign.pub

This file was deleted.

10 changes: 10 additions & 0 deletions images/debug/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ Image with tools for debugging and troubleshooting.
```bash
docker pull ghcr.io/hpedrorodrigues/debug
```

## Signature

Verify the signature of the image:

```bash
cosign verify ghcr.io/hpedrorodrigues/debug:<tag> \
--certificate-oidc-issuer=https://token.actions.githubusercontent.com \
--certificate-identity=https://github.com/hpedrorodrigues/images/.github/workflows/publish.yml@refs/heads/main
```
10 changes: 10 additions & 0 deletions images/envsubst/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ Simple image containing only `sh` and [envsubst]. Useful for replacing environme
docker pull ghcr.io/hpedrorodrigues/envsubst
```

## Signature

Verify the signature of the image:

```bash
cosign verify ghcr.io/hpedrorodrigues/envsubst:<tag> \
--certificate-oidc-issuer=https://token.actions.githubusercontent.com \
--certificate-identity=https://github.com/hpedrorodrigues/images/.github/workflows/publish.yml@refs/heads/main
```



[envsubst]: https://www.gnu.org/software/gettext/manual/html_node/envsubst-Invocation.html

0 comments on commit d79df09

Please sign in to comment.