-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Some issues between v1.0.0 and v1.1.0 #27
Comments
Per @nahiluhmot's comment in #25: are you setting If so, I would expect that to fail in some spectacular fashion, possibly including a panic. I hadn't considered what that would do. It doesn't make any sense to configure the Does |
Thanks. I didn't use You can follow the first error I have, which has no |
another finding is, even running successfully with
Compare the error (without
with golang errors and container is stopped.
|
Looks like something in |
No, I'm wrong, dereferencing Could you run |
(My hypothesis is that this was the issue in fsouza/go-dockerclient@cd1c311, which is already fixed upstream and needs a dependency bump here in |
Do you still need the output you asked for? Or you know the root cause already? |
I'm pretty sure it's this, but the raw environment data would confirm. |
@willglynn I run the command, but there are a lot of details with company informations, I can't provide. |
Fair enough. Please try my |
I successfully use
iam-docker
roles for containers running in a Rancher v1.6.x platform finally, but only with an old versionv1.0.0
, no luck with v1.1.0 and v1.2.0.Please reference the issue #25 for details.
I don't want to miss the new features and need understand what's the problem between the commits from
v1.0.0
tov1.1.0
, because I got this issue start fromv1.1.0
The only notable change is about new
IAM_ROLE
environment variable (26680c8)Seems some bugs in below codes, which was added into
v1.1.0
https://github.com/swipely/iam-docker/blame/master/src/docker/container_store.go#L177-L185
@willglynn
Could you take a look?
The text was updated successfully, but these errors were encountered: