https://github.com/riesinger/kaeptn
https://github.com/riesinger/kaeptn
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/riesinger/kaeptn
- Owner: riesinger
- Created: 2018-09-13T18:24:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T18:56:32.000Z (almost 8 years ago)
- Last Synced: 2025-05-24T14:56:02.156Z (about 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kaeptn
Drone plugin for updating a service's image via the Portainer API
## Usage
Execute from the working directory:
```
docker run --rm \
-e PLUGIN_SERVICE= \
-e PLUGIN_IMAGENAME= \
-e PORTAINER_USER= \
-e PORTAINER_PASSWORD= \
-e PORTAINER_HOST= \
riesinger/kaeptn
```
This plugin is tailored for a very specific use-case and therefore probably isn't of much use to you.