Stanislav Zhuk

Results 326 comments of Stanislav Zhuk

I think we can start with alias, then wait until most DDEV users have that alias available (i.e. wait a few months or quarters). And only then start thinking about...

I tested this on Ubuntu 24.04, and we don't really need to change anything (the old syntax is still supported): ``` $ cat /etc/apt/sources.list.d/ddev.list deb [signed-by=/etc/apt/keyrings/ddev.gpg] https://pkg.ddev.com/apt/ * * ```...

@rfay, this is already in Debian 12 Bookworm, it is called DEB822-STYLE FORMAT. https://manpages.debian.org/bookworm/apt/sources.list.5.en.html#DEB822-STYLE_FORMAT

> @stasadev says it's supported since long ago I didn't say that 😅. The first appearance of this syntax by default is in Debian 12, and Ubuntu 24.04. > That's...

I just now realized why I got this error on Ubuntu 24.04: ``` The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C16711FC1179C7CA ``` It...

@seebeen Hi, this is great that you want to make things better with this add-on. Feel free to create PR. > persistence - Mine keeps data across restarts Agree. >...

> Feel free to test the image in any possible use cases - I guarantee that it will work. I'll check it out (with an older Docker in VM) and...

I tested `ddev get oblakstudio/ddev-redis-7` with: ``` $ ddev version ITEM VALUE DDEV version v1.22.1 architecture amd64 db ddev/ddev-dbserver-mariadb-10.4:v1.22.0 ddev-ssh-agent ddev/ddev-ssh-agent:v1.22.0 docker 20.10.7 docker-compose v2.20.0 docker-platform Ubuntu 20.04.6 LTS mutagen...

Addition to my previous [reply](https://github.com/ddev/ddev-redis/issues/1#issuecomment-1686113643): I thought there was something special about the Dockerfile for https://github.com/oblakstudio/ddev-redis-7 that made it work on older Docker. I tried `redis:7-alpine` and it works the...