Update ECR updater.

This commit is contained in:
John Engelman
2016-04-22 07:40:44 -05:00
parent 92eca6902a
commit 1fb2a32554
3 changed files with 37 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
ecr-updater:
environment:
AWS_ACCESS_KEY_ID: ${aws_access_key_id}
AWS_SECRET_ACCESS_KEY: ${aws_secret_access_key}
AWS_REGION: ${aws_region}
labels:
io.rancher.container.pull_image: always
io.rancher.container.create_agent: 'true'
io.rancher.container.agent.role: environment
tty: true
image: objectpartners/rancher-ecr-credentials:1.0.1
stdin_open: true