Skip to content

Promote ubi8 Dockerfile & avoid recursive COPY #800

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

Merged
merged 7 commits into from
May 8, 2025

Conversation

arielr-lt
Copy link
Collaborator

@arielr-lt arielr-lt commented May 2, 2025

  1. We are promoting ubi8 dockerfile as the official one
    Resolves: 779

  2. We're restricting recursive copying of files to the container
    Resolves: 802

@arielr-lt arielr-lt changed the title Delete Dockerfile Promote ubi8 Dockerfile May 2, 2025
@arielr-lt arielr-lt marked this pull request as ready for review May 2, 2025 23:09
@arielr-lt arielr-lt changed the title Promote ubi8 Dockerfile Promote ubi8 Dockerfile & Avoid recursive COPY May 8, 2025
@arielr-lt arielr-lt changed the title Promote ubi8 Dockerfile & Avoid recursive COPY Promote ubi8 Dockerfile & avoid recursive COPY May 8, 2025
@arielr-lt arielr-lt merged commit 2704ce3 into master May 8, 2025
5 of 6 checks passed
@arielr-lt arielr-lt deleted the promote-ubi8-dockerfile branch May 8, 2025 21:19
excelsior pushed a commit that referenced this pull request May 13, 2025
* Delete previous Dockerfile
* Rename Dockerfile.ubi8 to Dockerfile
* Update Dockerfile cherry picking directories to copy to avoid recursive copy
* add changes to .dockerignore
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.

Recursive copy in dockerfile should be avoided. Dockerfile should be configured to run application as non-root user.
2 participants