You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ioc: copy locally installed software from build stages.
Extra software may be built in the first stages, but are currently not
available in the resulting IOC image. Copy the entire `/usr/local` tree
in all IOC stages, so that locally installed binaries, libraries and
configuration files can be used at runtime.
This allows us to build patched versions of tools (e.g. procServ) during
build phases and install them at IOC images, centralizing and making it
easier to track how they are built.
In addition, IOCs can also install custom files which will be available
at runtime in a known location. Also, IOCs themselves can also be
installed in FHS-compliant paths [1] inside the container as any other
packaged software, allowing them the use of conventional system software
in a straightforward manner (such as `env` executable discovery).
[1] https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch04s09.html
0 commit comments