2240 shaares
75 private links
75 private links
12 results
tagged
devops
A really nice way of using gitlab ci to build images for multiple arches (especially arm and amd64).
A Docker swarm-based starting point for operating highly-available containerized applications. - swarmstack
Your Cloud in a Binary. Contribute to sdslabs
relly comprehensive introduction to especially the Deploy part of Devops
Application life-cycle management.
Create automated builds, deploys, management with habitat.
- you write your code.
- you write a plan.sh including dependencies, build steps and compile steps if necessary.
- you manually or automatically run habitat builder according to the plan (through github hooks - gitlab possible?)
- you get a .hart package to upload to habitat
- you can automatically created containerized applications out of it -> docker etc