Michael Kebe

Results 12 comments of Michael Kebe

@ansrivas Could you publish your local fork? Could you create a PR at grafana/loki?

@kavirajk Any progress on this. Still happens in out setup.

Don't know. Maybe this is related? https://github.com/grafana/tail/issues/9 and the closing pull request https://github.com/grafana/tail/pull/10. In our setup promtail consumes logs from an NFS mount.

Same issue here, but we are using 3.0.0, which seems to disappeared as well.

I cloned this github repository to a local git repository to make it work. Here is the roles/requirements.yml: ``` roles: - name: cloudalchemy.prometheus version: 3.0.0 scm: git src: https://our.local.git.repo/ansible-prometheus.git ```...

We encountered the same problem. Is there any progress on this?

@kfix I tried your branch (https://github.com/kfix/kaniko/tree/fix_mismatched_oci_layers), but I get the same error message, when pulling the image with docker. `mediaType in manifest should be 'application/vnd.docker.distribution.manifest.v2+json' not 'application/vnd.oci.image.manifest.v1+json'`

I have seen these symptoms on `v1.16.0`, too. Most `Dockerfile`s worked, but some not. ``` INFO[0325] Pushing image to repository.XXX:8445/XXX/tauchausguss-temperaturen:213ef1ba78ed8aafac773e8b202d6b3b108ee015 error pushing image: failed to push to destination repository.XXX:8445/XXX/project-name:213ef1ba78ed8aafac773e8b202d6b3b108ee015: PATCH...

I should have mentioned that the JSON does not include any information about the .MP file.

That's good question. On the one hand .mp is a non-standard extension and that's a bad thing. One could argue to not support it. On the other hand they are...