Public bug reported:
Dear maintainer,
I believe that "docker-compose-v2" should not have "docker.io" as a hard
dependency, as it can be used along with other packages that provide a
Docker-compatible API, such as "podman".
Aside from the disk space use, requiring "docker.io" is also inconvenient
Package: kubetail
Version: 1.6.5-2
Severity: important
Tags: upstream
Dear Maintainer,
Unfortunately, attempting to use kubetail fails on Debian Bookworm.
In particular, any trivial use reports a "syntax error", as follows:
```
$ kubetail nginx
Will tail 2 logs...
nginx-deployment-7c79c4bf97-jdm
On 4/1/20 10:15 PM, Joan Bruguera Micó wrote:
> > I'm having a problem with a script that used to work, which I reduced
> > to the following test case:
> >
> > #!/bin/bash
> >
> > function docat() {
> > for x in 1 2 3 ; do true; done
>
.
Therefore, ignore my previous email and consider this solved.
Regards,
- Joan Bruguera
On Thu, 2 Apr 2020 at 04:15, Joan Bruguera Micó
wrote:
> I'm having a problem with a script that used to work, which I reduced
> to the following test case:
>
> #!/bin/bash
>
I'm having a problem with a script that used to work, which I reduced
to the following test case:
#!/bin/bash
function docat() {
for x in 1 2 3 ; do true; done
cat "$@"
}
for x in $(seq 25); do
docat <(echo a) <(echo a) <(echo a) <(echo a) <(echo a) <(echo