Skip to content

jetty-project/jetty-keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Git contains the keys used to release Jetty distribution.

It can be used to verify the distribution you downloaded as it (via Dockerfile)

COPY --from=jetty:keys /keys/KEYS /tmp/
RUN set -x \
	&& export GNUPGHOME="$(mktemp -d)" \
	&& gpg --import /tmp/KEYS \
	&& gpg --verify jetty.tar.gz.asc \
	&& rm -rf "$GNUPGHOME" \

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published