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

Migrate from ubi-minimal redhat base image to ubi-micro #203

Merged
merged 7 commits into from
May 30, 2023
Merged

Conversation

VamsiSiddu-7
Copy link
Contributor

@VamsiSiddu-7 VamsiSiddu-7 commented May 30, 2023

Description

This pr updates the redhat base image from ubi-minimal to ubi-micro

GitHub Issues

List the GitHub issues impacted by this PR:

GitHub Issue #
dell/csm#843

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

- [x] Successfully built the csi-powerflex driver image with the latest ubi-micro
    [2/2] STEP 1/7: FROM localhost/csipowerflex-ubimicro:latest AS final
[2/2] STEP 2/7: ENTRYPOINT ["/csi-vxflexos.sh"]
--> fe0d15f7408
[2/2] STEP 3/7: COPY --from=builder /go/src/csi-vxflexos /
--> e79b3e932a6
[2/2] STEP 4/7: COPY "csi-vxflexos.sh" /
--> 461d14fc078
[2/2] STEP 5/7: RUN chmod +x /csi-vxflexos.sh
--> 9eb88aef14c
[2/2] STEP 6/7: LABEL vendor="Dell Inc."     name="csi-powerflex"     summary="CSI Driver for Dell EMC PowerFlex"     description="CSI Driver for provisioning persistent storage from Dell EMC PowerFlex"     version="2.7.0"     license="Apache-2.0"
--> aac8ed3132a
[2/2] STEP 7/7: COPY ./licenses /licenses
[2/2] COMMIT amaas-eos-mw1.cec.lab.emc.com:5036/csi-vxflexos:v2.6.0
--> 306cdb571ba
Successfully tagged amaas-eos-mw1.cec.lab.emc.com:5036/csi-vxflexos:v2.6.0
306cdb571ba779f6f62ae1e219cf4552f7a9a505b86a6219320973409482076d
  • The driver installation is successfull with the above built image
> Checking to see if CSI Driver is already installed
------------------------------------------------------
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /root/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /root/.kube/config
Skipping verification at user request
|
|- Installing Driver                                                |
|- Get SDC config and make MDM string for multi array support       |
|- SDC MDM value created : xxx.xx,xxx.xxx              |
|- IP ADDR xxxx.xxxx.xxxx format is ok                               |
|- IP ADDR xxx.xxx.xxx format is ok                               Success
  |
  |--> Waiting for Deployment vxflexos-controller to be ready       Success
  |
  |--> Waiting for DaemonSet vxflexos-node to be ready              Success
------------------------------------------------------
> Operation complete
------------------------------------------------------

  • Cert-csi is passed with 100%
[2023-05-30 04:25:21]  INFO Avg time of a run:   42.82s
[2023-05-30 04:25:21]  INFO Avg time of a del:   19.89s
[2023-05-30 04:25:21]  INFO Avg time of all:     73.99s
[2023-05-30 04:25:21]  INFO During this run 100.0% of suites succeeded

@VamsiSiddu-7 VamsiSiddu-7 changed the title Ubi micro Migrate from ubi-minimal redhat base image to ubi-micro May 30, 2023
@VamsiSiddu-7 VamsiSiddu-7 merged commit d517824 into main May 30, 2023
@anandrajak1 anandrajak1 deleted the ubi-micro branch October 17, 2024 18:45
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