Pipeline Utilities Docker Image
April 2, 2022
The release notes for Pipeline Utilities Docker Image (PUDI) are contained here. They will be updated as the software gets updated, feel free to take a look at what’s changed!
1.0.1 Release - Released 02 April 2022
- Add support for Gitlab Releases to CI/CD pipeline.
- Add support for Discord notifications.
1.0.0 Release - Released 31 March 2022
- Initial release!
- Using a Ubuntu base, added a shell script that performs a smoke test against a given URL. If we get a HTTP 200 code back, then we know the environment is up. If we get any other code, then we know the environment is down.
- Image gets consumed by a Gitlab CI pipeline and relies on an environment variable to determine what URL to test.
- Built and released by a Gitlab CI pipeline with Kaniko.