Results 599 comments of Wes McNamee

Don't use mutable tags in production. Seriously, it's not a good idea, for the sole reason that it's much harder to guarantee what a mutable image tag resolved to at...

I came here because I was actually looking for a way to define an IAM policy that allowed me to specify specific tags or tag patterns as being mutable or...

We have a WIP Image Retention Lambda that simply runs on a schedule. Some of the features of it are: 1. The ability to define a "lineage" by regex, and...

`nodelocaldns.yaml` file actually has 5 variables which, and I'm confused by the difference between DNS__SERVER and CLUSTER__DNS ``` __PILLAR__DNS__DOMAIN__ == cluster.local __PILLAR__DNS__SERVER__ == ?? __PILLAR__LOCAL__DNS__ == 169.254.20.10 __PILLAR__CLUSTER__DNS__ == __PILLAR__UPSTREAM__SERVERS__...

Thank you for the response!

@hyperupcall how would you feel about a go binary/library based system? Statically compiled, and no need to worry about if tools like `jq` and `curl` are installed or of a...

It's not as complex as you think to cross compile go. GoReleaser is a tool that even helps make cross compilation declarative and super easy. It may even be worth...

I'm not sure it needs to be shell based. I mean it could be, but the more i think about the problem, the more it seems that a shell based...

> All of the images with digest are controller only. We don't rebuild starter and runner without release. Thank you for this information. This feature request still holds true.

I agree, task should evaluate both status and sources/generates, and run if either either don't meet expectations. I'll have to look at the code, but I suspect that whatever is...