Skip to content

Pull Image from AWS

Giovanni Basolu edited this page Jun 20, 2019 · 2 revisions

Pull the image from AWS

AWS Login

$(aws ecr get-login --no-include-email --region eu-west-1)

The output of this command has to contain the string

Login Succeeded

to be considered successfully

Pull the image

docker pull 560078195495.dkr.ecr.eu-west-1.amazonaws.com/hydra-debug

The output should be something like

Using default tag: latest
latest: Pulling from hydra-debug
Digest: sha256:45c2b22541ab4e139e932406b4c0e5e89142ac4fa66cf9287ddffb6a2f074c56
Status: Image is up to date for 560078195495.dkr.ecr.eu-west-1.amazonaws.com/hydra-debug:latest

Now the image has been pulled from the registry and can be used in your system

Clone this wiki locally