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

https://github.com/thxcode/drone-dapper

Drone plugin for using dapper
https://github.com/thxcode/drone-dapper

Last synced: 2 months ago
JSON representation

Drone plugin for using dapper

Awesome Lists containing this project

README

        

# drone-dapper

Drone plugin for using [dapper](https://github.com/rancher/dapper), it can replace [rancher/dapper](https://hub.docker.com/r/rancher/dapper/) image.

[![](https://img.shields.io/badge/Github-thxcode/drone--dapper-orange.svg)](https://github.com/thxcode/drone-dapper) [![](https://img.shields.io/badge/Docker_Hub-thxcode/drone--dapper-orange.svg)](https://hub.docker.com/r/thxcode/drone-dapper) [![](https://img.shields.io/docker/build/thxcode/drone-dapper.svg)](https://hub.docker.com/r/thxcode/drone-dapper) [![](https://img.shields.io/docker/pulls/thxcode/drone-dapper.svg)](https://store.docker.com/community/images/thxcode/drone-dapper) [![](https://img.shields.io/github/license/thxcode/drone-dapper.svg)](https://github.com/thxcode/drone-dapper)

[![](https://images.microbadger.com/badges/image/thxcode/drone-dapper.svg)](https://microbadger.com/images/thxcode/drone-dapper) [![](https://images.microbadger.com/badges/version/thxcode/drone-dapper.svg)](http://microbadger.com/images/thxcode/drone-dapper) [![](https://images.microbadger.com/badges/commit/thxcode/drone-dapper.svg)](http://microbadger.com/images/thxcode/drone-dapper.svg)

## Package

```shell
# build image
IMAGE_NAME=thxcode/drone-dapper:v0.4.2 ./hooks/build

# push image
IMAGE_NAME=thxcode/drone-dapper:v0.4.2 ./hooks/post_push

```

## License

drone-dapper is under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details.