JeromeJu
JeromeJu
/close Closing as currently the upgrade test is running in prow at https://prow.tekton.dev/view/gs/tekton-prow/logs/ci-tekton-pipeline-upgrade-tests/1594874572958601216. While https://github.com/tektoncd/pipeline/issues/5782 is created to track down the following improvement for regression.
This comment summarizes the findings for reproducing the 'failedMount' for TaskRun and suggests closing this issue. - **Pod level status:** ``` pod status "Initialized":"False"; message: "containers with incomplete status: [prepare...
It seems that some `ArrayOrString` params in https://github.com/tektoncd/pipeline/blob/main/pkg/apis/pipeline/v1beta1/pipelinerun_validation_test.go/#L130 should be updated to `ParamValue`. cc @Yongxuanzhang @chitrangpatel Could you please help confirm here?
Thanks @chitrangpatel
Hi I've been working on this and followed https://github.com/adoptium/temurin-build/blob/master/docker/dockerfile-generator.sh for building. I've seen the following output from my terminal, but there're no images output in the /termurin-build/workspace/target. May I ask...
Thanks for the wiki and the pointers @andrew-m-leonard ! Finaly got through the longest local build in my life :) Following on the steps, I'd like to check my understanding...
After some investigation, seems the COPY command does accept wildcards with [the mathSources in command_util](https://github.com/GoogleContainerTools/kaniko/blob/main/pkg/util/command_util.go#L142-L163); similarly for ADD. The wildcard implementations shall precede this issue was raised. Looking into the...
``` ± |main U:3 ?:2 ✗| → ./run_in_docker.sh /DOCKERFILE /Users/jeromeju/Desktop/kaniko gcr.io/jju-dev/test:latest INFO[0000] Using dockerignore file: /workspace/.dockerignore INFO[0000] Retrieving image manifest gcr.io/kaniko-project/executor:latest INFO[0000] Retrieving image gcr.io/kaniko-project/executor:latest from registry gcr.io INFO[0001] Built...
Suggesting this could be closed for now with the support of {?*[} which corresponds to the docker build matching patterns.