Tag: ci

  • Jenkins, Docker and AWS ECR

    There’s a difficulty using Jenkins to access ECR in a security conscious environment, such as an environment requiring HIPAA or PCI compliance. Even if Jenkins is on an EC2 instance, using the standard docker login command documented by AWS utilising IAM roles and the STS to get short-lived AWS credentials, the docker login command generated…