You can't change anything under /libs. Full stop. Immutability is
enforced via a Composite Nodestore [1],/apps is a mounted nodestore/libs
is another mounted nodestore that you can think of as a read-only
'golden master' Your repo init scripts can do anything under /appsBut
you won't be able to do anything under /libs -- you'll encounter runtime
errors during the buildImage step of your pipeline and it will
ultimately fail. [1] --
https://jackrabbit.apache.org/oak/docs/nodestore/compositens.html