Stanislav Zhuk
Stanislav Zhuk
Thank you. > Do you mean stuff in the .buildkite folder? Buildkite website, it may have some config for some runners/agents stored on the website itself. The same applies to...
> Show a notice to repository contributors, maintainers, and admins on the repository homepage with instructions to update local copies of the repository This is easier for forks because fork...
@Morgy93, congrats on getting this change promoted! It seems like a low-risk change, and it was quite interesting to explore the renaming process.
List of possible alternatives: - https://github.com/anderspitman/awesome-tunneling
I think we can get around this with: - https://github.com/moby/buildkit/pull/5410 Where any variable containing `public` is ignored. ```Dockerfile FROM scratch ARG PUBLIC_MYSQL_ROOT_PASSWORD=root ENV MYSQL_ROOT_PASSWORD=${PUBLIC_MYSQL_ROOT_PASSWORD} ``` But it doesn't work yet,...
It is important to handle situation when a failure occurs when executing `RUN` instruction inside a `Dockerfile`, for example, `composer self-update`, and it is cached by Docker: 1. add a...
Podman and DDEV: - #6557 Docker client was installed, and used with Podman socket: ``` docker context create --docker host=unix:///run/podman/podman.sock podman docker context use podman ``` (Although I didn't test...
Think about how we should gitignore these .env files in the `.ddev/` directory.
From Drupal Slack https://drupal.slack.com/archives/C5TQRQZRR/p1754664513749809 It's better not to deliver `.ddev/.env.web` in add-on, because other add-ons may deliver it as well. I think we should extend the support on `.ddev/.env` for...
I researched this several months ago when I was working on the warning, and I was excited to see "Show version warning" setting. But this option "Show version warning" shows...