allisaurus

Results 47 comments of allisaurus

Hi @jgrumboe - I'm no longer an active Spinnaker contributor, but CC'ing @paragbhingre & @uttarasridhar for awareness.

Thanks for creating a separate issue for this. Providing an easy way to roll a task or service back to its previous task definition revision would certainly be better than...

so naively updating to the [lastest](https://github.com/moby/moby/commit/2ebaeef943cc8c11d63a9175fd132792bcd7d376) commit in `moby/moby` results in some build errors in `ecs-cli/modules/cli/local`. Looks like some Methods were added to the the `Client` interface? Example: ``` #...

@cixelsyd it looks like there was a build failure in `github.com/aws/amazon-ecs-cli/ecs-cli/modules/utils`. If you're still interested in taking this PR forward can you take a look and update?

FYI: FIPS support for ECR endpoints is supported as of release [1.13.0](https://github.com/aws/amazon-ecs-cli/releases/tag/v1.13.0)

Thanks for the heads up, @raags ! Agreed that the experience here could be improved.

@NigelSwinson thank you for reporting! This does appear to be gap in documentation & in-app messaging that we should improve. Same goes for the [ecs-cli command](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cmd-ecs-cli.html) page gap you identified....

Hi @phadaphunk - glad you found a workaround! Yes, let's consider this a feature request since `container_name` isn't currently supported. Thank you for explaining your use case for it.

Hi @esetnik - we don't currently support extension fields, but we can take this as a feature request. Do you want to reuse configuration settings across multiple services?

Hi @DiptoChakrabarty - the error seems to indicate that the [`${JVB_PORT}`](https://github.com/jitsi/docker-jitsi-meet/blob/master/docker-compose.yml#L197) env var can't be found, so it's reading this line as "`:/udp`". Can you try exporting this env var...