Versions Compared

Key

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

...

  •  Verify the existence of LICENSE, NOTICE, README, RELEASE_NOTES and RELEASE_VALIDATION files in the extracted source bundle.
  •  Check the LICENSE file
  •  Check the NOTICE file (e.g., make sure the year is correct)

Step 4: Test

If you have started the core and extensions in Docker as explained in the previous step, you can now switch to the user interface to do functional testing:

...

Info
titleTesting with the release validation docker-compose file

The docker-compose.yml file that is part of the source is only intended for developers. There is no persistence enabled, when you stop the Docker containers, all information will be lost. Users are intended to use the installer.

Step 5: Clean Up

After finishing testing the StreamPipes, one can stop and remove all running containers and clean up your host using the following two commands.

Code Block
languagebash
titleRemove Docker containers and clean up
docker stop $(docker ps -a -q)
docker system prune --volumes


Validation Template

See also the Incubator Release Checklist (which is not official policy, but may help)

...