Fuminori Ido

Results 4 comments of Fuminori Ido

I tried to add spec at f234f5b7c814f3db53d515e3140409af7bdf03ba . It's a little bit too long because of testing in temporary created gem space as 'rubygems' tests itself. I'm not sure if...

I traced step by step and Intermediate file in image looks root owner as follows: `-rw-r--r-- 1 root root 1350 Aug 31 05:16 /tmp/itamae_tmp/1598851010.8555338/group` at Specinfra::Backend::Docker#docker_run!. This is why chmod...

Now I found out that is why. 1. Specinfra::Backend::Docker#send_file uses Docker::Image#insert_local 2. Docker::Image#insert_local generates Dockerfile ADD command in memory as: ` ADD base dest` Dockerfile ADD command supports --chown as...

Hi, Grafana SMTP setting is different from alertmanager's one. Grafana config is described here In general: https://grafana.com/docs/installation/configuration/ To pass these values in grafana pod, I added followings at 'env' 427-th...