Skip to content

Commit 38670bc

Browse files
authored
Update cnf-best-practices-expectations-permissions.adoc
1 parent bfa386f commit 38670bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/cnf-best-practices-expectations-permissions.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ A container must provide APIs for the platform to observe the container health a
1717
Lifecycle conformance::
1818
A container must receive important events from the platform and conform/react to these events properly. For example, a container should catch SIGTERM or SIGKILL from the platform and shut down as quickly as possible. Other typically important events from the platform are PostStart to initialize before servicing requests and PreStop to release resources cleanly before shutting down.
1919

20+
See test case link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#lifecycle-container-startup[lifecycle-container-startup]
21+
2022
Image immutability::
2123
Container images are meant to be immutable; i.e. customized images for different environments should typically not be built. Instead, an external means for storing and retrieving configurations that vary across environments for the container should be used. Additionally, the container image should NOT dynamically install additional packages at runtime.
2224

0 commit comments

Comments
 (0)