Stanislav Zhuk

Results 326 comments of Stanislav Zhuk

> would it make sense to add a blank line before and after? Okay. > i am not sure what benefit the image id has on that deletion step The...

> Shouldn't it be `docker buildx prune` ? No, because `buildx` is specific to Buildx, while `builder` runs any command for the builder *in use*.

I also have 'docker-buildx' installed and `docker builder prune` doesn't complain to me.

> Should `ddev clean -a` delete the project_list.yaml and/or global_config.yaml ? (I'd probably think it's better to leave them alone.) I also believe that it should not touch these files....

All requested changes have been implemented.

I tested it again, and `postgres:x-y-built` images are always removed. I'll try to fix it. Edit: fixed. --- > It does look like we might be leaving busybox out there,...

> Could we maybe just have them once and put them into the PATH instead? Let's use the DDEV global directory to add these scripts (this config option is added...

Alternatively, we can store these scripts in the main `ddev/ddev` repo to avoid reinventing `#ddev-generated` assets logic here. This plugin can check if the files exist and use them.

> This has now gone live with the 1.2.7 update, but currently requires manual activation in that version, because it's still too untested to become the automatic default. Awesome! It...

> My intention was to not automatically start any containers, so it checks for the current state before executing ddev composer. Agree, and I like it because it fixes the...