JeromeJu
JeromeJu
@felixhuttmann would appreciate it if you don't mind following up on this with more evidence?
> I think we just ran into this issue: > > Dockerfile: > > ```dockerfile > FROM buildpack-deps:bookworm as base > > RUN useradd --user-group --create-home --shell /bin/bash user >...
> ```dockerfile > RUN grep --extended-regexp ' playwright: \d+\.\d+\.\d+' pnpm-lock.yaml | cut -d ':' -f 2 | cut -d ' ' -f 2 > playwright_version > ``` Thanks for confirming...
Thank you for taking the precautions here! Since the `pipelineResources` are going to be removed in pipeline _v0.45_ as designed in [TEP074](https://github.com/tektoncd/community/blob/main/teps/0074-deprecate-pipelineresources.md) and according to [deprecation.md](https://github.com/tektoncd/pipeline/blob/main/docs/deprecations.md), _(some have already been...
Looks like with the latest kaniko @HEAD (v1.17.0), I am not seeing the same error for the repo: ``` jeromeju@jju:~/kaniko$ ./run_in_docker.sh /dockerfile /usr/local/google/home/jeromeju/kaniko gcr.io/jju-dev/test:latest INFO[0000] Resolved base name node:16 to...
seeing this in v1 examples twice at: - https://prow.tekton.dev/view/gs/tekton-prow/pr-logs/pull/tektoncd_pipeline/6788/pull-tekton-pipeline-alpha-integration-tests/1668331881726218240 - https://prow.tekton.dev/view/gs/tekton-prow/pr-logs/pull/tektoncd_pipeline/6788/pull-tekton-pipeline-integration-tests/1669380347919339520
Looks very cool indeed! thanks @lbernick 🆒 > It would tremendously simplify the conversions between versions could we elaborate how this is going to be simplify workload for conversion? or...
/assign
Thanks for creating the issue @Yongxuanzhang It feels to me 2 ways moving forward: - Separating the folder for v1/ v1beta1 remotely/resolved Task - Converting to V1beta1 if the accepted...
Yes:) I think conversion makes sense and to support both until the deprecation of v1beta1. > I think most likely we just need to make it so that the resolver...