-
Bug
-
Resolution: Done
-
Critical
-
2.1.0.GA
-
None
Seems that when I run ./get-3rd-party-deps-rpms.sh I don't get rpm lists for ALL the containers... only for these14 of 23 images:
manifest-rpms-codeready-workspaces-plugin-java11-rhel8-container-2.1-10.txt
manifest-rpms-codeready-workspaces-plugin-kubernetes-rhel8-container-2.1-7.txt
manifest-rpms-codeready-workspaces-plugin-openshift-rhel8-container-2.1-7.txt
manifest-rpms-codeready-workspaces-rhel8-operator-container-2.1-19.txt
manifest-rpms-codeready-workspaces-server-rhel8-container-2.1-19.txt
manifest-rpms-codeready-workspaces-stacks-cpp-rhel8-container-2.1-6.txt
manifest-rpms-codeready-workspaces-stacks-dotnet-rhel8-container-2.1-8.txt
manifest-rpms-codeready-workspaces-stacks-golang-rhel8-container-2.1-7.txt
manifest-rpms-codeready-workspaces-stacks-java-rhel8-container-2.1-7.txt
manifest-rpms-codeready-workspaces-stacks-node-rhel8-container-2.1-7.txt
manifest-rpms-codeready-workspaces-stacks-php-rhel8-container-2.1-9.txt
manifest-rpms-codeready-workspaces-stacks-python-rhel8-container-2.1-5.txt
manifest-rpms-codeready-workspaces-theia-dev-rhel8-container-2.1-38.txt
manifest-rpms-codeready-workspaces-theia-rhel8-container-2.1-30.txt
Some of the missing are scratch images or ubi minimal with no extra installs, but it would still be good to list all the RPMs for consistency and completeness.
Code to add into Dockerfiles:
RUN yum clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
- is related to
-
CRW-245 create PST manifest of updateable rpms in CRW containers
- Closed