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

Add preflight required labels. #322

Merged
merged 2 commits into from
Jan 8, 2025
Merged

Add preflight required labels. #322

merged 2 commits into from
Jan 8, 2025

Conversation

donatwork
Copy link
Contributor

Description

Added the required labels to the image container so that it can pass preflight checks.

GitHub Issues

List the GitHub issues impacted by this PR:

GitHub Issue #
dell/csm#1667

Checklist:

  • I have performed a self-review of my own code to ensure there are no formatting, vetting, linting, or security issues
  • I have verified that new and existing unit tests pass locally with my changes
  • I have not allowed coverage numbers to degenerate
  • I have maintained at least 90% code coverage
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • Backward compatibility is not broken

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration

Built image. Docker inspect show:

      "Labels": {
           "architecture": "x86_64",
           "build-date": "2024-08-27T19:24:54",
           "com.redhat.component": "ubi9-micro-container",
           "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
           "description": "CSI Driver for provisioning persistent storage from Dell EMC PowerScale",
           "distribution-scope": "public",
           "io.buildah.version": "1.29.4",
           "io.k8s.description": "Very small image which doesn't install the package manager.",
           "io.k8s.display-name": "Ubi9-micro",
           "io.openshift.expose-services": "",
           "license": "Apache-2.0",
           "maintainer": "Dell Technologies",
           "name": "csi-isilon",
           "release": "1.13.0",
           "summary": "CSI Driver for Dell EMC PowerScale",
           "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/ubi-micro/images/9.4-15",
           "vcs-ref": "cd5996c9b8b99b546584696465f8f39ec682078c",
           "vcs-type": "git",
           "vendor": "Dell Technologies",
           "version": "2.13.0"
      },

santhoshatdell
santhoshatdell previously approved these changes Jan 8, 2025
@@ -1,4 +1,4 @@
# Copyright © 2021-2023 Dell Inc. or its subsidiaries. All Rights Reserved.
# Copyright © 2021-2024 Dell Inc. or its subsidiaries. All Rights Reserved.
Copy link
Contributor

Choose a reason for hiding this comment

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

2025 it is :)

@alikdell alikdell merged commit bd50584 into main Jan 8, 2025
6 checks passed
@alikdell alikdell deleted the usr/dkhan/preflight-update branch January 8, 2025 22:02
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.

3 participants