Compare commits

..

No commits in common. "main" and "v0.0.6" have entirely different histories.
main ... v0.0.6

2 changed files with 2 additions and 8 deletions

View File

@ -58,7 +58,7 @@ APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
Copyright 2023 Janic Voser Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@ -1,9 +1,3 @@
# iwilldie # iwilldie
This Repository exists to create a container which dies after some amount of time, this is usefull to test liveness probes in kubernetes. This Repository exists to create a container which dies after some amount of time, this is usefull to test liveness probes in kubernetes.
# Current Build States
[![Build Status](https://drone.voser.cloud/api/badges/Container/iwilldie/status.svg?ref=refs/heads/dev)](https://drone.voser.cloud/Container/iwilldie) => Development branch => dev
---
[![Build Status](https://drone.voser.cloud/api/badges/Container/iwilldie/status.svg?ref=refs/heads/main)](https://drone.voser.cloud/Container/iwilldie) => Main branch => latest
---