From e2a42e5cbe266580f5a5ba8b4deae00a5ab89498 Mon Sep 17 00:00:00 2001 From: Martin Blazik Date: Tue, 25 Aug 2020 08:50:54 +0200 Subject: [PATCH] AWS authentication --- scripts/aws-auth.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/aws-auth.sh diff --git a/scripts/aws-auth.sh b/scripts/aws-auth.sh new file mode 100755 index 0000000..7d9e593 --- /dev/null +++ b/scripts/aws-auth.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +AWS_TOKEN=$(aws ecr get-login-password) +docker login -u AWS -p $AWS_TOKEN https://441851189095.dkr.ecr.eu-central-1.amazonaws.com +