Arnaud Lemaire

Results 46 comments of Arnaud Lemaire

The idea I have to solve it is to add a `toml` config file next to the file that defines the attributes if we want special transformation. I will probably...

Sorry it's just that I don't have a lot of time this days. Will get back to it soon.

`formatter.go` detect if there is a TTY to know If it should use color or not. This is useful for pure go application but probably not enough for dgr where...

//gpg_root="${GPG_ROOT:-/root/gpg}" //gpg_passphrase="${GPG_PASSPHRASE:-yop}" //sign_image() { // local image_file="${1}/target/image.aci" // // echo_green "Signing $(basename ${image_file})" // // echo "${gpg_passphrase}" | gpg --no-default-keyring --armor \ // --secret-keyring "${gpg_root}/rkt.sec" \ // --keyring "${gpg_root}/rkt.pub" \...

During the build systemd-nspawn is launch, when you type ctrl+c, cnt stop but systemd-nspawn continue

it seems there is no way with only systemd-nspawn to do it. coresos-stage1 may have solved it by using systemd as PID1 and systemd-nspawn in boot mode. With further tests,...

I just did some tests and the appc spec does not support docker images as dependencies. rkt support downloading and converting docker images to aci on the fly and so...

Run it as 2 separate commands for the moment ``` bash $ dgr clean build --set-env=VERSION=1.2.3 $ dgr push ``` I will have a look

Are you talking about `dgr clean push` or `dgr build && dgr push` ? It's normal that during the build logs are using `aci-dummy:` since the version is defined by...

I have just tested with acserver and it's working. Does #190 confuse you on the source of the problem ?