Charles Moulliard
Charles Moulliard
## Issue I experiment an error on MacOS ARM machine when I build an image - [ticket](https://github.com/snowdrop/java-buildpack-client/issues/54) ``` SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger...
## Issue When I query the following license server ` https://rbm-rtbf.live.ott.irdeto.com/licenseServer/widevine/v1/rbm-rtbf/license`, I got as response the following error messages ``` server reports: {"code":100100,"message":"The request is invalid. Error while parsing: contentId....
The new code to create a gerrit repo (createGerritRepo) returns an unauthorised error message ``` responseBody : Unauthorized ``` see : https://github.com/fabric8io/fabric8/blob/master/components/fabric8-devops-connector/src/main/java/io/fabric8/devops/connector/DevOpsConnector.java#L1341 Why : Gerrit doesn't support BASIC auth to...
## Issue When we use dekorate - tekton-annoptations 3.7.3 and we execute `./mvn clean package`, a kubernetes.yaml is populated but dot not include the tekton part.
## Issue When we execute the command: `microdnf install shadow-utils`, part of bash script, running as an ocp4's container, we got the following error `error: Error -1 running transaction` Full...
### Summary I created a `builder.toml` file including an extension ``` [[extensions]] id = "redhat-runtimes/nodejs" version = "0.0.1" uri = "https://github.com/paketo-community/ubi-nodejs-extension/archive/main.tar.gz" ``` but when we try to build it using...
### Description When the lifecycle is launched as a pod, the following error is reported during the ANALYZING phase as the go-containerregistry tries to access a secured docker registry which...
### Summary Lifecycle's analysis and google-cointainer, when executed in a kubernetes cluster where the dockercfgjson file is mounted from a secret, raises an error during analyse step: ``` Error checking...
## Feature request Add a `How To Guide` to: - create a new workload, - import the ssh key - test the ansible playbook against a bastion ## Example -...
## Issue The demo application deployed here: https://daprstore.kube.benco.io/ is not accessible anymore !