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

feat: make container image of gitsign #46

Closed
developer-guy opened this issue May 24, 2022 · 3 comments · Fixed by #483
Closed

feat: make container image of gitsign #46

developer-guy opened this issue May 24, 2022 · 3 comments · Fixed by #483
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@developer-guy
Copy link
Member

Description

Will you make a container image of gitsign with practices that you are using for other sigstore projects such as using ko or another tool, I'm willing to do this.

cc: @cpanato

@developer-guy developer-guy added the enhancement New feature or request label May 24, 2022
@imjasonh
Copy link
Member

It's definitely possible, but I wonder how you'd anticipate using it. Can you give some more detail about your use case?

@derekmurawsky
Copy link

It's definitely possible, but I wonder how you'd anticipate using it. Can you give some more detail about your use case?

I can think of one - In a build process you want to easily sign a release. Many use containers to better manage the complexity of build agent software and dependencies. That same container could be used with pre-commit frameworks to allow for signing locally as well, without the need to install anything besides a container runtime, which many people already have.

@wlynch
Copy link
Member

wlynch commented Sep 2, 2022

Circling back on some of the older issues...

Not opposed to this if someone wants it and can implement it! Using ko + layer on top of https://github.com/distroless/git would probably be a good way to get a minimal gitsign image.

For those who are interested in GitHub actions, https://github.com/chainguard-dev/actions/tree/main/setup-gitsign is available to use (bumping to latest in https://github.com/chainguard-dev/actions/pull/147/files)

@wlynch wlynch added the help wanted Extra attention is needed label Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants