Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appleboy/drone-packer
drone plugin for build Automated Machine Images
https://github.com/appleboy/drone-packer
drone drone-ci drone-plugin packer
Last synced: 12 days ago
JSON representation
drone plugin for build Automated Machine Images
- Host: GitHub
- URL: https://github.com/appleboy/drone-packer
- Owner: appleboy
- License: mit
- Created: 2018-07-04T07:47:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T13:07:13.000Z (10 months ago)
- Last Synced: 2024-04-14T09:45:25.695Z (7 months ago)
- Topics: drone, drone-ci, drone-plugin, packer
- Language: Go
- Size: 1.28 MB
- Stars: 15
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# drone-packer
[![GoDoc](https://godoc.org/github.com/appleboy/drone-packer?status.svg)](https://godoc.org/github.com/appleboy/drone-packer)
[![Lint and Testing](https://github.com/appleboy/drone-packer/actions/workflows/lint.yml/badge.svg?branch=master)](https://github.com/appleboy/drone-packer/actions/workflows/lint.yml)
[![codecov](https://codecov.io/gh/appleboy/drone-packer/branch/master/graph/badge.svg)](https://codecov.io/gh/appleboy/drone-packer)
[![Go Report Card](https://goreportcard.com/badge/github.com/appleboy/drone-packer)](https://goreportcard.com/report/github.com/appleboy/drone-packer)
[![Docker Pulls](https://img.shields.io/docker/pulls/appleboy/drone-packer.svg)](https://hub.docker.com/r/appleboy/drone-packer/)Drone plugin for build Automated machine images with [Packer](https://www.packer.io/). For the usage information and a listing of the available options please take a look at [the docs](http://plugins.drone.io/appleboy/drone-packer/).
## Build
Build the binary with the following commands:
```sh
make build
```