ChristianCiach

Results 129 comments of ChristianCiach

Being able to combine these two commands into one command would actually be *double nice*, because the same image tag is used in both commands, but the tag could resolve...

It looks like [cosign tries to copy the signature first](https://github.com/sigstore/cosign/blob/4f82d96d2b6d47c543f73ac3e9ffd131d3fada7a/cmd/cosign/cli/copy/copy.go#L63), before copying the actual image. Harbor has special support for cosign signatures and it seems that harbor only accepts signature...

This also means that you probably cannot use the `COSIGN_REPOSITORY` environment variable to store *only the signature* in Harbor. Harbor does not accept signatures without the corresponding image. I would...

@developer-guy Since you implemented the current order of copying the images, I think it makes sense to at least notify you about that.

Are you sure that the OpenSSL API does not support this? According to https://github.com/openssl/openssl/issues/6684#issuecomment-1209334748 it looks like it does.

Please merge this! I've no idea why kafdrop forces us to pass these things as base64-encoded environment variables. Why can't we just mount `kafka.properties` and the other files directly into...

Pinging @fraoustin, who seems to do the releases on docker hub.

I would also like to see a more consistent naming of the image tags. The newest tags are.. * mycli-1.25.0 * 1.24.3 * mycli-1.24.2 Both the `lastest`-issue and the inconsistent...

Interesting, thanks! `docker pull dbcliorg/mycli` does indeed work. Is this repository not made public? I can access it just fine, but it doesn't appear when searching on docker hub. Googling...

Is the docker image unmaintained? It hasn't been updated for the last several versions and nobody seems to care about the inconsistent naming of the tags and the wrongly named...