Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 300 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 300 Bytes

Alpine image with gpg

Overview

Deploy image for go apis used in the abstraction middleware

Uses gpg to decrypt configs at runtime

  • Build
docker build -t hello/alpine-gpg .
  • Run
docker run -it hello/alpine-gpg
  • Push
docker push hello/alpine-gpg