I have a fargate image that keeps getting rebuilt ...
# general
s
I have a fargate image that keeps getting rebuilt on every update even if its completely unchanged. Is there anything I can do to suppress that? Its a minor annoyance, but increases update times significantly.
b
You could try and use ignoreChanges in the resource options
s
If I set that and I do make a change to the container will it get picked up?
Or do I keep that set until I need to make a change and then turn it off?
m
cc @lemon-spoon-91807
h
Are you sure it's unchanged, data and metadata? I had a problem with a zip changing every run because of timestamps
b
When you say "image", do you mean a container spec?
If so, you're probably running into canonicalization issues from your JSON.