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

https://github.com/wirepas/sdk-builder

Repository to version the SDK builder dockerfile
https://github.com/wirepas/sdk-builder

Last synced: 4 months ago
JSON representation

Repository to version the SDK builder dockerfile

Awesome Lists containing this project

README

          

# Sdk builder
This repository hosts the Dockerfile to generate an image with the required dependencies to build application from Wirepas SDK.

# Dockerhub
Images are automatically built and uploaded to Dockerhub with the following strategy

## Tag logic
### Master branch
The docker image from top of master is published with the tag **edge**

### Tagged versions starting with v*
Any tag with the format v* will be pushed with the same tag.
Additionally the latest tag will have the tag **latest** in order to always follow the latest stable version.

In order to create such a tag, please create a release with the release tab.