Giter Club home page Giter Club logo

Comments (9)

joakime avatar joakime commented on June 26, 2024

I can ask the jetty committers to publish their keys to there, got any documentation we can follow?

from docker-jetty.

tianon avatar tianon commented on June 26, 2024

The easiest method IMO is https://keys.openpgp.org/about/usage#gnupg-upload

gpg --export [email protected] | curl -T - https://keys.openpgp.org

from docker-jetty.

joakime avatar joakime commented on June 26, 2024

@tianon thanks!

from docker-jetty.

gregw avatar gregw commented on June 26, 2024

I've loaded my key into keys.openpgp.org, but I'm also inclined to import them directly to make the build independent of a keyserver... but will follow the examples of other projects. @md5 your thoughts?

from docker-jetty.

md5 avatar md5 commented on June 26, 2024

Making the build independent of a keyserver does seem desirable, given how much effort goes into making key fetching more reliable. Given that the key IDs are enumerated anyways, it's not like keeping the keys themselves out of the build gains any flexibility.

from docker-jetty.

olamy avatar olamy commented on June 26, 2024

a solution I have in mind to share the keys and avoid too many copies is to have an image containing the keys (maybe called jetty:keys) such so we can do something as

COPY --from=jetty:keys /keys/* /tmp/
using gpg --import to import the keys
then gpg --batch --verify

from docker-jetty.

tianon avatar tianon commented on June 26, 2024

There are some relevant notes in https://github.com/docker-library/faq#openpgp--gnupg-keys-and-verification too.

from docker-jetty.

olamy avatar olamy commented on June 26, 2024

The fix with pr #114 is to use the image https://github.com/jetty-project/jetty-keys which contains a KEYS file with all the keys so we do not download everything again and again

from docker-jetty.

gregw avatar gregw commented on June 26, 2024

docker-library/official-images#7134

from docker-jetty.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.