Sign inSign up

kapdap/gnupg

By kapdap

Updated almost 2 years ago

Docker image for GnuPG

Image
Developer tools
0

434

kapdap/gnupg repository overview

GnuPG Docker

Published GitHub Docker Hub

This repository contains a Docker image for GnuPG.

Quickstart

FROM kapdap/gnupg AS gnupg

ENV GPG_SIGS="0x22D64065B2E9CB17320CF6FAE62F0D0AA3219070"

RUN gpg-trust # Download and trust keys in GPG_SIGS

RUN gpg-unlock # Removes gpg database lock.
               # Run after all other gpg commands. 

ENTRYPOINT ["gpg"]

CMD ["--list-keys"]

Tag summary

Content type

Image

Digest

sha256:cc4d5adfd

Size

11.9 MB

Last updated

almost 2 years ago

docker pull kapdap/gnupg