Amin Jamali

Results 50 comments of Amin Jamali

@ntrappe-msft Thanks again for your efforts in trying to fix this issue. I am pinging this issue to keep it open

@ntrappe-msft our users are looking forward to having this feature enabled. Is there any updates we can share with them?

@riyapatel-ms Checking to see if the team has had a chance to look at this issue and help with a workaround?

@riyapatel-ms @ntrappe-msft We are coming up on our anniversary for this ticket. Would you like us to keep pinging this issue or is there a better way for us to...

Thanks @vrapolinario for your response. In our container solution, we run processes as users instead of services and that's why we are running into this issue. In summary, we've noticed...

Thanks for doing this work. I am a bit newbie when it comes to CNB, so I ask you to please help me get educated along the way. I looked...

> But how to maintain the list of vendored folders in the spec file, like [here](https://github.com/cloudfoundry/nats-release/blob/75e8c34b85faedcc7c8979d2ee2383fe1d11f9d6/packages/nats-tls-healthcheck/spec#L8-L30). This would be accomplished by [running the linter](https://github.com/cloudfoundry/diego-release/blob/develop/.github/CONTRIBUTING.md). We update those depdendencies by running...

@c0d1ngm0nk3y If you add ```go _ "code.cloudfoundry.org/cnbapplifecycle/cmd/builder" _ "code.cloudfoundry.org/cnbapplifecycle/cmd/launcher" ``` to [modules.go](https://github.com/cloudfoundry/diego-release/blob/develop/src/code.cloudfoundry.org/modules/modules.go#L6C1-L6C57) and then from `src/code.cloudfoundry.org` directory you run: ``` go mod tidy go mod vendor ``` It will bring...

@modulo11 this looks good now. We now need someone to deploy this release and verify it's functionality. We have a story for this PR.

@loewenstein There is a story in our backlog to deploy this PR and verify it's functionality. We are also going to turn on CATs tests in our pipeline for this...