Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. RC0 has passed and the project has a release container A.B.1 in the nexus3 repo.
  2. A Jira of high/highest is opened so a new container will be required
  3. Project builds a A.B.2-STAGING-latest  or equivalent STAGING/SNAPSHOT version
  4. docker-manifest-staging.csv would be updated for this version
  5. Integration with project tests the new container using docker-manifest-staging.csv and integration-override.yaml to use the A.B.2-STAGING-latest image
  6. If the new contaeiner container fails testing:
    1. the project can rebuild using the same tag A.B.2-STAGING-latest
    2. this repeats until the container passes
  7. Once the container passes tests:
    1. The project will release the container as A.B.2
    2. oom values.yaml image tag will be updated from A.B.1 to A.B.2 after the new container is available in nexus3

...