Skip to content

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

License

Notifications You must be signed in to change notification settings

infrablocks/docker-base-alpine-aws

Repository files navigation

Docker Base Image - Alpine AWS

Development

Managing CircleCI keys

To encrypt a GPG key for use by CircleCI:

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

To check decryption is working correctly:

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

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •