The issue was originally reported in https://github.com/Semantic-Org/Semantic-UI/issues/4708 and then in https://github.com/Semantic-Org/Semantic-UI-React/issues/3953.
All images are centered.
Link images are not centered.
https://jsfiddle.net/epc4nL2a/

2.8.6
@layershifter , You don't need to specify centered image to your link. Here's fiddle: https://jsfiddle.net/sqr50cjh/
@ko2in As I see you moved all CSS classes to img instead of a, however an example in SUI/FUI docs does the opposite: https://fomantic-ui.com/elements/image.html#image-link.
It feels confusing...
@layershifter You're right that the doc looks confusing. I guess you should provide specific rule to your link to display as block if you're willing to present the image as a link and align center.
Currently, the center alignment only applies to img because it's displaying as block element as standalone. Maybe, we should explicitly set as block element for all .ui.centered.image.
I'll check later if I should submit PR for that.
@ko2in here is a quick jsfiddle. Providing display:block for any centered image seems to fix the issue.
However, for image groups it still does not work
https://jsfiddle.net/lubber/vu4bh3g1/5/
@lubber-de Maybe, this should work: https://jsfiddle.net/spq9kLd3/
@ko2in Looks good! Will you prepare a PR?
Yes. I'll do more investigations and prepare PR.
Fixed by #1618