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

use ubi as base image #46

Open
rksharma95 opened this issue Oct 15, 2024 · 0 comments
Open

use ubi as base image #46

rksharma95 opened this issue Oct 15, 2024 · 0 comments

Comments

@rksharma95
Copy link

rksharma95 commented Oct 15, 2024

  • Container images must declare a non-root user unless their functionality requires privileged access.
  • Container images must contain a “licenses” directory.
  • Container images must include the following labels:
    name: Image Name
    vendor: Company name
    version: Version of the image
    release: A number used to identify the specific build for this image
    summary: A short overview of the application or component in this image
    description: A long description of the application or component in this image 
    
  • validate the changes using preflight tool and make sure it passes the test:
    preflight check container <image>
    
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

No branches or pull requests

1 participant