Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

RELEASE.INFO file shows OS: "Red Hat Enterprise Linux Server release 7.8 (Maipo)" #59

Closed
shailesh-vaidya opened this issue Aug 21, 2020 · 5 comments
Assignees
Labels
bug Bug in script or CI workflow

Comments

@shailesh-vaidya
Copy link
Contributor

Latest build RELEASE.INFO shows OS: "Red Hat Enterprise Linux Server release 7.8 (Maipo)" is should be Red Hat Enterprise Linux Server release 7.7 (Maipo)

AFAIK we are using Dockerfile to build Base Image and rhel7-init:7.7 has 7.7 version.

[root@ssc-vm-0245 ~]# docker run -it registry.access.redhat.com/rhel7-init:7.7 cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.7 (Maipo)
[root@ssc-vm-0245 ~]#

Please verify and correct.

@shailesh-vaidya shailesh-vaidya added the bug Bug in script or CI workflow label Aug 21, 2020
@shailesh-vaidya
Copy link
Contributor Author

@gowthamchinna Issue is due to redhat-release-server package. When we execute yum -y upgrade its upgrading redhat-release-server package also causing OS to set Red Hat Enterprise Linux Server release 7.8 (Maipo). We nee to use yum -y upgrade --exclude=redhat-release-server. I have tested this locally. I will raise PR for the same.

@stale
Copy link

stale bot commented Aug 31, 2020

This issue/pull request has been automatically marked as stale because it has not had recent activity. Tagging @shailesh-vaidya

@stale
Copy link

stale bot commented Sep 10, 2020

This issue/pull request has been automatically marked as stale because it has not had recent activity. Tagging @shailesh-vaidya

@stale stale bot added the auto-stale label Sep 10, 2020
@shailesh-vaidya
Copy link
Contributor Author

@gowthamchinna Fix for this is already added and ssc-vm-0279.colo.seagate.com:5000/rhel_cortx:7.7.1908 is showing Red Hat Enterprise Linux Server release 7.7 (Maipo) .
Need to build ssc-vm-0279.colo.seagate.com:5000/rhel_csm:7.7.1908 again and push to docker hosts.

@stale stale bot removed the auto-stale label Sep 12, 2020
@shailesh-vaidya
Copy link
Contributor Author

Fixed from release build #2825 on wards. Please refer latest RELEASE.INFO file

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Bug in script or CI workflow
Projects
None yet
Development

No branches or pull requests

2 participants