An open API service indexing awesome lists of open source software.

https://github.com/riesinger/kaeptn


https://github.com/riesinger/kaeptn

Last synced: 12 months ago
JSON representation

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.