You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The workaround is --network host. However that seems like it shouldn't be necessary as wget -O - http://instance-data/latest/meta-data/iam/security-credentials/ec2-ecr-role correctly returns values even without --network host, and if you feed those values back in via env variables to the same docker image then amazonka will successfully authenticate even without --network host, so in principle it seems like it should be feasible to tie it all together within amazonka.
The text was updated successfully, but these errors were encountered:
The workaround is
--network host
. However that seems like it shouldn't be necessary aswget -O - http://instance-data/latest/meta-data/iam/security-credentials/ec2-ecr-role
correctly returns values even without--network host
, and if you feed those values back in via env variables to the same docker image thenamazonka
will successfully authenticate even without--network host
, so in principle it seems like it should be feasible to tie it all together withinamazonka
.The text was updated successfully, but these errors were encountered: