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

https://github.com/ridedott/flatbuffers-builder-docker


https://github.com/ridedott/flatbuffers-builder-docker

swe terraformed

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# flatbuffers-builder-docker

[![license: MIT](https://img.shields.io/github/license/ridedott/flatbuffers-builder-docker)](https://github.com/ridedott/flatbuffers-builder-docker/blob/master/LICENSE)
[![GitHub Actions Status](https://github.com/ridedott/flatbuffers-builder-docker/workflows/Continuous%20Delivery/badge.svg?branch=master)](https://github.com/ridedott/flatbuffers-builder-docker/actions)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

A Docker image running with FlatBuffers compilers.

## Usage

```bash
docker pull ghcr.io/ridedott/flatbuffers-builder-docker/flatbuffers-builder:latest
docker run ridedott/flatbuffers-builder:latest
```

## Getting Started

These instructions will get you an instance of the flatbuffers-builder running
on your local machine for testing purposes.

### Prerequisites

Minimal requirements to set up the project:

- [Docker](https://docs.docker.com/install/)
- Make sure to
[authenticate to Github Package registry](https://help.github.com/en/articles/configuring-docker-for-use-with-github-package-registry#authenticating-to-github-package-registry).

### Building

```bash
docker build -t ridedott/flatbuffers-builder:latest .
```

## Contributing

See [CONTRIBUTING.md](./CONTRIBUTING.md).

## Built with

### Automation

- [GitHub Actions](https://github.com/features/actions)

## Versioning

This project adheres to [Semantic Versioning](http://semver.org) v2.