I
Immutability
Definition
(Context: Software, Virtual Server)
Immutability means an unchangeable, constant form. In the case of containers, this means that, once a container image has been constructed, and deployed into a registry for use, it cannot be altered, added to, or otherwise changed. Every resource inside that container should be a read only resource.
Reference: