authentication on davidchua https://dchua.com/tags/authentication/ Recent content in authentication on davidchua Hugo -- gohugo.io en-us Fri, 17 Jun 2016 15:24:00 +0800 Painless ECR authentication for Docker https://dchua.com/posts/2016-06-17-painless-ecr-authentication-for-docker/ Fri, 17 Jun 2016 15:24:00 +0800 https://dchua.com/posts/2016-06-17-painless-ecr-authentication-for-docker/ I’ve been playing around with Jenkins lately and one of the problems I’ve been facing is that it gets tedious manually doing a aws ecr get-login every 12 hours on the Jenkins instances so that my builds can push docker images into ECR. You may be thinking, why not just add the authentication into the build step before the push. Tried that but for some reason, I’m never able to get it to eval correctly.