Skip to content

A tweaked version of iainmckay/satis-s3. Use to create composer repositories hosted on S3.

Notifications You must be signed in to change notification settings

ministryofjustice/satis-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

satis-s3

A docker image to build a composer repository using satis, and upload it to an AWS S3 bucket.

This is based on (but no longer extends) iainmckay/satis-s3.

Configuration

The script recognizes the following environment variables. For development and testing purposes, copy .env.example to .env and specify the correct environment variables

Required environment variables

  • AWS_ACCESS_KEY_ID Your AWS access key

  • AWS_SECRET_ACCESS_KEY Your AWS secret access key

  • AWS_DEFAULT_REGION The AWS region the bucket is in

  • S3_BUCKET The bucket to write the artifacts to

  • GITHUB_AUTH Personal access token for access to GitHub. Use this to avoid hitting GitHub API rate limits.

  • S3_PATH The path inside the bucket to write the artifacts to

About

A tweaked version of iainmckay/satis-s3. Use to create composer repositories hosted on S3.

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published