Chad Wilson

Results 216 comments of Chad Wilson

This is essentially a dupe of #91 .

Yes; or to pass parameters to other Dockerfile elements that the plugin doesn't have support for; such as `HEALTHCHECK`

@stbischof yeah; @keeganwitt is deliberately asking about official images; because other `official` projects (e.g `gradle-docker`) must extend from `official` images; so there is additional utility in getting the alpine and...

Looks like you are not using the default `KUBECONFIG` location (`us-gpd` vs `config`) - you may need to override `KUBECONFIG` or mount it to a different location per [the docs](https://github.com/hellofresh/eks-rolling-update#requirements)...

That looks like a "no-op" run, so it probably thinks all nodes are up-to-date - that is they are already using the latest launch template version specified for the ASG(s),...

They are just env vars that need to be available to Python, so when running with Docker can supply them the same way you supply any env vars into a...

Hmm, have a few questions which might help someone look into this. - How many, and which instances did you have in your ASG? - How many were you expecting...

I'm not a hellofresh person, so don't have ability to run workflows or merge. It's probably OK to do this now, since it seems the new flag was introduced in...

I'm not a maintainer here so can't review things. I'm also not actively using eks-rolling-update any longer so not well set up to give useful input and think about how...

I think the bigger weirdness is why suppression isn't working here. I was able to suppress fine in one Gradle groovy project but couldn't in a different Kotlin one with...