Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix file permission issue while doing untar of cache archive #100

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

pramodbindal
Copy link
Contributor

  • Add Dockerfile for konflux adoption

  • Add shadow-utils and entrypoint

  • Add rpms

  • Fix file permission issue while doing untar of cache archive.

Remove Entry Point as it is not required.

Fix Unit Test so it runs on machines where /root directory is not present.

update audience in GCS WIF Pipelinerun

* Add Dockerfile for konflux  adoption

* Add shadow-utils and entrypoint

* Add rpms

* Fix file permission issue while doing untar of cache archive.

Remove Entry Point as it is not required.

Fix Unit Test so it runs on machines where /root directory is not present.

update audience in GCS WIF Pipelinerun
@pramodbindal pramodbindal enabled auto-merge (rebase) October 16, 2024 12:17
@pramodbindal pramodbindal merged commit 7409b33 into openshift-pipelines:main Oct 16, 2024
7 checks passed
@@ -28,5 +28,3 @@ LABEL \
RUN microdnf install -y shadow-utils
RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot
USER 65532

ENTRYPOINT ["/ko-app/cache"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why removing the entry point ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants