Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Slim down image to 15 MBHEADmain | 2024-06-10 | -8/+3 | |
| | | | | | | | | | | Base the image off Alpine to get another nice size saving: REPOSITORY TAG IMAGE ID CREATED SIZE localhost/inotify alpine 0346632c3067 4 hours ago 15 MB localhost/inotify debian 2d99b1b27626 4 hours ago 94 MB Functionality remains the same. | |||
* | Update README blurb | 2024-06-09 | -2/+2 | |
| | ||||
* | Add warning for inotifywait notifying on all file events (inc. reads) | 2024-06-09 | -0/+10 | |
| | ||||
* | Add demo docker-compose.yml file | 2024-06-09 | -0/+16 | |
| | ||||
* | Add documentation | 2024-06-09 | -1/+49 | |
| | ||||
* | Add jq binary to Docker image | 2024-06-09 | -0/+1 | |
| | ||||
* | Correct conditionals for script delay | 2024-06-09 | -2/+2 | |
| | ||||
* | Allow for configuring watch directory in container | 2024-06-09 | -9/+19 | |
| | ||||
* | Update hashbang to explicitly use bash | 2024-06-09 | -1/+1 | |
| | ||||
* | Attempt to set args better | 2024-06-09 | -1/+5 | |
| | ||||
* | Set some bash options for better scripting safety | 2024-06-09 | -0/+2 | |
| | ||||
* | Set additional args correctly to factor in bash scoping | 2024-06-09 | -8/+1 | |
| | ||||
* | Allow for manually setting which inotify events to wait for | 2024-06-09 | -2/+11 | |
| | ||||
* | Add workflow for building and publishing image | 2024-06-09 | -0/+46 | |
| | ||||
* | Add basic monitoring script | 2024-06-09 | -0/+20 | |
| | ||||
* | Add Dockerfile | 2024-06-09 | -0/+20 | |
| | ||||
* | Initial commit | 2024-06-09 | -0/+23 | |