databacker / mysql-backup

image to enable automated backups of mysql databases in containers
636 stars 178 forks source link

AWS IRSA Fix #234

Closed pwatsonSANS closed 1 year ago

pwatsonSANS commented 1 year ago

When running a container using IRSA to manage permissions any aws cli commands failed with an error around /home/appuser not existing

This fix creates the home folder as part of the dockerfile which resolves the issue