Uploaded image for project: 'Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces) '
  1. Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces)
  2. CRW-795

Ensure all container builds list their installed RPMs for PST manifest creation

XMLWordPrintable

      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"
      

              nickboldt Nick Boldt
              nickboldt Nick Boldt
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: