gregoireW
gregoireW
Is flux image automation a good solution to extract additional data from image tag? Signed-off-by: GregoireW
I just check the Dockerfile for tomcat and there is some thing you can do much better. As one of the thing need a jar file to be created, I...
Hello, When I try to use a `@JsonNaming` annotation on a record, I cannot unmarshall json to an object because a mapping exception occurs. I use jackson 2.12.0 with JDK...
### Proposal As I'm creating a new small product I was evaluating springboot 3.2 and face an issue with wiremock as springboot3.2 will use jetty 12, and wiremock jetty11. Some...
This fix #183 (ctr doesn't find the image pull by crictl) I did test against my existing GKE cluster, nothing more.
When launching ksniff on a GKE cluster (1.28+) running COS node and with the '-p' to create a privileged port to sniff an existing pod, I got no output as...
#### Summary This is an option to fix #1243 The goal is to be able to use credential helpers in docker configuration to get credentials. #### Release Note NONE ####...
**Description** Docker configuration file can declare registry credentials as login/password or can use cred helpers to use short lived credentials. ( https://docs.docker.com/reference/cli/docker/login/ ) The oci package should use them.