Is it possible to disable the image alignment options in the post editor?

You could always disable them through css.

E.g.:

.mce-i-dashicon.dashicons-align-left {
    display: none;
}