https://github.com/hpedrorodrigues/images
Custom OCI images to be used anywhere
https://github.com/hpedrorodrigues/images
apko docker-image melange oci oci-image
Last synced: 10 months ago
JSON representation
Custom OCI images to be used anywhere
- Host: GitHub
- URL: https://github.com/hpedrorodrigues/images
- Owner: hpedrorodrigues
- License: apache-2.0
- Created: 2024-03-06T01:03:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-12T07:13:33.000Z (11 months ago)
- Last Synced: 2025-08-13T07:58:06.219Z (11 months ago)
- Topics: apko, docker-image, melange, oci, oci-image
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OCI Images
- [debug](./debug)
- [envsubst](./envsubst)
- [hadolint](./hadolint)
- [prettier](./prettier)
- [shellcheck](./shellcheck)
- [shfmt](./shfmt)
- [tf](./tf)
- [tools](./tools)
## Development
This project uses [task](https://taskfile.dev) to manage the build process on local environments.
Feel free to take a look at the [Taskfile.yaml](./Taskfile.yaml) to see the available tasks.
## Signature
Verify the signature of an image:
example
```bash
cosign verify ghcr.io/hpedrorodrigues/: \
--certificate-oidc-issuer=https://token.actions.githubusercontent.com \
--certificate-identity=https://github.com/hpedrorodrigues/images/.github/workflows/_shared_publish.yml@refs/heads/main
```
## Reference
- [SLSA specification](https://slsa.dev)
- [Sigstore docs](https://docs.sigstore.dev)
- [apko docs](https://github.com/chainguard-dev/apko/tree/4389ab6f93a7eabb4eb2a9d137ae291349095a04/docs)
- [melange docs](https://github.com/chainguard-dev/melange/tree/e855ba4a69a3256aa04754dd96906f222d88cbbd/docs)
- [OCI Image Format Specification](https://github.com/opencontainers/image-spec/blob/036563a4a268d7c08b51a08f05a02a0fe74c7268/spec.md)