Skip to content

Repository files navigation

Docker Base Image - Alpine AWS

Development

Managing CI keys

To encrypt a GPG key for use by CI:

openssl aes-256-cbc \
  -e \
  -md sha1 \
  -in ./config/secrets/ci/gpg.private \
  -out ./.github/gpg.private.enc \
  -k "<passphrase>"

To check decryption is working correctly:

openssl aes-256-cbc \
  -d \
  -md sha1 \
  -in ./.github/gpg.private.enc \
  -k "<passphrase>"

About

Alpine base image for all InfraBlocks images being used on AWS. Includes AWS CLI.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages