Nick Irvine
Nick Irvine
@lox I'm interesting in getting this in aws-okta and I might have an Objective C buddy we can lean on. Can we see the code you wrote as far as...
My bad, it was set to private. Fixed. Please take another look. The relevant part is not where it starts, it's that it doesn't stop at the next target apparently.
OHHHH. I guess I assumed that the `target` stanza did that automatically? Kind of confusing that there are two kinds of target?
There's no real mention of that keyword in https://github.com/docker/buildx/blob/master/docs/reference/buildx_bake.md AFAICT? Maybe this is just a docs problem. WDYT?
There are no examples of it being used, so it's easy to miss. Plus the fact that it's an overloaded term, it's ungreppable. An example of a `docker-bake.hcl` pointing at...
Yikes, yeah, I think I'm hitting this as well. Will try to come up with some code, but looks like something like: ``` Foo: !Sub "something${AWS::Region}" ``` Gets converted to...
I can see why this would be non-trivial to support: [the YAML library goformation's using](https://github.com/awslabs/goformation/blob/master/go.mod#L7) (a fork of `go-yaml` v2) [doesn't support YAML tags](https://github.com/go-yaml/yaml/issues/605), which is what the short forms...
You can just write more YAML. But you need to do a load of type assertions to check the structure of it.
I think this would be a useful feature, but probably requires a change to the model, so targeting for v3.x