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
- Host: GitHub
- URL: https://github.com/wirepas/sdk-builder
- Owner: wirepas
- License: apache-2.0
- Created: 2020-06-04T06:11:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-12-11T20:52:14.000Z (7 months ago)
- Last Synced: 2025-12-12T14:05:25.247Z (7 months ago)
- Language: Dockerfile
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.