Matias De Carli

Results 13 comments of Matias De Carli

2 years and still not merged 🤦‍♂️

+1. Any official news @klizhentas? There's a whole lot of people waiting for this feature

Sorry about the delay. Currently im implementing the -C in the push & commit tasks, but it could be added to a couple more tasks. The idea of the -C...

I guess they output the same thing

Ok, I actually solved this using ``` target_repository = 'chef' image = find_image(target_repository, container_name) if image == nil Chef::Log.debug("Image not found!") else Chef::Log.debug("Removing image!") image.delete end ``` But im getting...

I can make a pull request about this @jkeiser

Converted into PR

I guess after the run, its updating the node in the server and for some reason it reach the time out. If I delete this recipe, the run finish successfully,...

Yes. Here is the log https://gist.github.com/matiasdecarli/19fb00a24bdb6031c25b

Now that you mention, maybe the image is a little too big (2GB). Either way, I don't think this should be a problem. Im going to do a little research...