habitus
habitus copied to clipboard
A build flow tool for Docker.
## Issue: When installing v1.0.5 into docker:19.03.6 container the binary is unable to be launched ```sh # habitus -version sh: habitus: not found # md5sum /usr/local/bin/habitus 4f89ce1fe21429117c1b4b65b92d0bf8 /usr/local/bin/habitus ``` Prior...
build.yml looks something like: ``` build: version: 2016-03-14 # version of the build schema. steps: v1: name: v1 dockerfile: Dockerfile args: version: 1 v2: name: v2 dockerfile: Dockerfile args: version:...
Hi, it appears this project is Go based and would easily compile for an Aarch64/Arm64 target. Would you please add such a target? Docker/Kubernetes/RHEL/Ubuntu/... all support 64-bit Arm. Thank you.
I've downloaded Habitus release 1.0.1 from https://github.com/cloud66/habitus/releases built for Win-amd64. The first error encountered is "2018/04/16 15:14:41 ▶ Failed to find the current home". Googling leads me to the source...
TL;DR; This: ```console habitus -use-tls --build host=$(ipconfig getifaddr en0) --binding=$(ipconfig getifaddr en0) --secrets=true ``` Better to note somewhere in the habitus doc based on my own experience 😉
## Problem Currently, Habitus' secret server runs on the node on which `habitus` command runs. This becomes a problem when: - Your node on which `habitus` runs is behind a...
I took a brief look on the current code-base, and noticed that there're no unit tests! Adding ones would help us better maintain this project in longer term. Also, I'm...
I am building a large project with many sub-projects (the file structures are complex) and the habitus hangup in long period. ``` 2017/07/25 02:14:33 ▶ Using '/habitus/build.yml' as build file...