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

create PST manifest of updateable rpms in CRW containers

XMLWordPrintable

      We might want to collect the list of available rpms we COULD update in any given container build:

      Step 1: add this to the dockerfiles:

      yum updateinfo list cves
      

      Step 2: get the brew build log, search for updateinfo lines

      cd /tmp
      wget http://download.eng.bos.redhat.com/brewroot/work/tasks/7092/21307092/x86_64.log
      egrep "removed \(updateinfo\)|packages available" x86_64.log | sed -e "s#.\+ - DEBUG - ##g" -e "s# from .\+##" | sort -V
      

      Step 3: integrate this into the overall PST manifest using a new parser to compute updates available by container.

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

                Created:
                Updated:
                Resolved: