ipunkt / rancherize-ecr

rancherize plugin to publish to an aws ecr repository
MIT License
0 stars 0 forks source link

Need to pull mesosphere/aws-cli before first run #1

Open justb81 opened 6 years ago

justb81 commented 6 years ago

Before the first run one has to manually pull mesosphere/aws-cli.

Suggested Behavior:

svensp commented 6 years ago

The behaviour is known. No workaround has been created yet because the responsibility with pulling the image lies with the docker run command used. The usual behaviour of docker run is to pull an image if it does not exist yet. No reason has thus far been found why it does not do so when called from inside this plugin.