...
Name | Description | Version |
---|---|---|
Docker | Docker engine | Linux/Intel version that supports docker manifest Linux/aarch64 version that supports docker manifest |
Docker | Docker registry | Version that supports fat manifest. Current version of the ONAP registry has been reported to lack support for fat manifests. |
Alpine | Alpine Linux | Latest version |
Testing
...
Strategies
Background
Depending on the artifacts available on the code base of each project, changes made to the container build artifacts could undergo four levels of testing.
...
Testing Phase | CIA Project Contributors | Project Team | Integration Team |
---|---|---|---|
Image structure check | Verify that:
| ||
Container Sanity check (Unit testing) | Verify that
| ||
Unit testsComponent testing | Verify that
When available:
This testing is independent of the base image used to build the container. | ||
Integration teststesting |
The Integration team is not concerned with whether an image is based on Alpine, Ubuntu or something else. This testing is independent of the base image used to build the container. | ||
Contract (Pairwise tests) testing | Pairwise testing will proceed according to current best practices under the guidance of the project teams or the Integration team. This testing is independent of the base image used to build the container. Note: CIA contributors would help resolve issues that are demonstrably caused by the new base image. |
...