Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Docker image sign #312

Open
alita1991 opened this issue May 25, 2023 · 0 comments
Open

Feature: Docker image sign #312

alita1991 opened this issue May 25, 2023 · 0 comments

Comments

@alita1991
Copy link

Summary

This feature would enhance the release process for Docker images by incorporating automatic signing, providing an extra layer of security and trustworthiness.

Use case

As a developer, I often rely on Semantic-Release for automated versioning and release management. However, I also utilize Docker extensively for containerization and deployment. Having the Docker Sign feature within Semantic-Release would streamline the release process, ensuring that Docker images are signed automatically and consistently.

Benefits

  1. Security
  2. Trustworthiness
  3. Automation

Command used to sign the Docker image

One way to sign the Docker image is by using cosign:

cosign sign -y --key cosign.key "${RELEASE_IMAGE_WITH_SHA256}"

@alita1991 alita1991 changed the title Docker image sign feature Feature: Docker image sign May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant