Uploaded image for project: 'Ansible Automation Platform RFEs'
  1. Ansible Automation Platform RFEs
  2. AAPRFE-799

Add unzip in the default Execution Environment image

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • n/a
    • None
    • False
    • Hide

      None

      Show
      None
    • False

      1. What is the nature and description of the request?: Include unzip (and other basic utilities) inside the AAP default (supported) EE image.
      2. Why does the customer need this? (List the business requirements here): Customer is using playbooks with `ansible.builtin.unarchive` module for extracting zip files and none of the available utilities (gtar,  gunzip, tar etc) can manage this.
      3. How would you like to achieve this? (List the functional requirements here): Installed unzip inside the container image (custom EE) and achieved this but this is an extra day-2 for the customer when they want to update the EE image version.
      4. List any affected known dependencies: Doc, UI etc..: None
      5. Github Link if any: None
      $  podman run -it registry.redhat.io/ansible-automation-platform-22/ee-supported-rhel8 /bin/bash
      
      bash-4.4# microdnf install which
      
      bash-4.4# for i in unzip zip gunzip tar bzip2 gtar;do which $i;done
      which: no unzip in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
      which: no zip in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
      /usr/bin/gunzip
      /usr/bin/tar
      /usr/bin/bzip2
      /usr/bin/gtar 

              jhardy@redhat.com John Hardy
              rh-ee-gmadappa Gineesh Madapparambath
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: