# jetty-keys **Repository Path**: mirrors_jetty-project/jetty-keys ## Basic Information - **Project Name**: jetty-keys - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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" \ ```