Anthony Scalisi

Results 82 comments of Anthony Scalisi

If running on Ubuntu, we moved to [godeb](https://github.com/niemeyer/godeb) regarding the Docker scenario: ```dockerfile RUN wget https://godeb.s3.amazonaws.com/godeb-amd64.tar.gz && tar -xvzf godeb-amd64.tar.gz && rm -f godeb-amd64.tar.gz RUN ./godeb install 1.11.4 ``` Hopefully...

Are you all blocked or you just want a Chef resource? If blocked, I don't mind providing the way to do it. Ping me and I'll post solution here 👨‍🍳

@turtleDev I don't think it's a good workaround as you refresh the token within the valid interval for no reason as well as having the username hardcoded (creds are base64...

Have a look at: https://github.com/awslabs/amazon-ecr-credential-helper

@charlieoleary I think so too as well. - install golang - download or install the helper with the `go get` - use a `file` resource in Chef with target `/root/.docker/config.json`...

@isuftin not really a workaround, but I remember just relying on key instead of user/pass.

I'll reiterate what I've said in the past, we should simply allow a free form JSON resource for the Consul configs. You can already do that without waiting for the...

@PrajaktaPurohit any updates? 😅

@burtlo any chance to look at this please?

Same request here, some folks use dotenv for example where a more complex approach around env files is needed. It would be awesome 👏