Skip to content

Alpine base image for all InfraBlocks images being used on AWS with S3 based configuration.

License

Notifications You must be signed in to change notification settings

infrablocks/docker-base-alpine-aws-s3-config

Repository files navigation

Docker Base Image - Alpine AWS S3 Config

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 with S3 based configuration.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •