Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodbindal authored Jan 24, 2025
2 parents 59479ea + 6f71847 commit 950f0e5
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 1,038 deletions.
4 changes: 2 additions & 2 deletions .konflux/dockerfiles/cache.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ LABEL \
io.k8s.description="Red Hat OpenShift Pipelines Tekton Caches" \
io.openshift.tags="pipelines,tekton,openshift,tekton-caches"

RUN microdnf install -y shadow-utils
RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot
RUN microdnf install -y shadow-utils && \
groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot
USER 65532
2 changes: 1 addition & 1 deletion .konflux/main/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
application: tekton-caches-main
contexts:
- description: Application testing
name: group
name: pull_request
params:
- name: POLICY_CONFIGURATION
value: tekton-ecosystem-tenant/tekton-ecosystem-tenant-containers
Expand Down
2 changes: 1 addition & 1 deletion .konflux/next/component-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ spec:
git:
url: https://github.com/openshift-pipelines/tekton-caches
dockerfileUrl: .konflux/dockerfiles/cache.Dockerfile
revision: main
revision: release-v0.1.x
2 changes: 1 addition & 1 deletion .konflux/next/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
application: tekton-caches-next
contexts:
- description: Application testing
name: group
name: pull_request
params:
- name: POLICY_CONFIGURATION
value: tekton-ecosystem-tenant/tekton-ecosystem-tenant-containers
Expand Down
Loading

0 comments on commit 950f0e5

Please sign in to comment.