Skip to content

Instantly share code, notes, and snippets.

@chris-short
Created May 7, 2019 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chris-short/44ce27fe2d11a4904579f1a7884d6d68 to your computer and use it in GitHub Desktop.
Save chris-short/44ce27fe2d11a4904579f1a7884d6d68 to your computer and use it in GitHub Desktop.
cshort@elmer ~/r/d/operatortainer> podman login registry.redhat.io
Username: cshort@redhat.com
Password:
Login Succeeded!
cshort@elmer ~/r/d/operatortainer> podman build -t quay.io/chrisshort/operatortainer:v0.0.3 .
STEP 1: FROM registry.access.redhat.com/ubi8/ubi
STEP 2: ENV OPERATOR=/usr/local/bin/ansible-operator USER_UID=1001 USER_NAME=ansible-operator HOME=/opt/ansible
--> Using cache e35b69a816c0057b43070ef94a730f9cb37aeace8f5f6879203e0799a1f83e66
STEP 3: FROM e35b69a816c0057b43070ef94a730f9cb37aeace8f5f6879203e0799a1f83e66
STEP 4: RUN yum install -y python-devel inotify-tools gcc && easy_install pip && pip install --no-cache-dir --upgrade setuptools && pip install --no-cache-dir ansible ansible-runner openshift ansible-runner-http idna==2.7 && yum remove -y python-devel gcc && yum clean all && rm -rf /var/cache/yum
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Red Hat Universal Base Image 8 (RPMs) - AppStre 389 kB/s | 1.1 MB 00:02
Red Hat Universal Base Image 8 (RPMs) - BaseOS 266 kB/s | 723 kB 00:02
No match for argument: python-devel
No match for argument: inotify-tools
Error: Unable to find a match
Error: error building at step {Env:[PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci OPERATOR=/usr/local/bin/ansible-operator USER_UID=1001 USER_NAME=ansible-operator HOME=/opt/ansible] Command:run Args:[yum install -y python-devel inotify-tools gcc && easy_install pip && pip install --no-cache-dir --upgrade setuptools && pip install --no-cache-dir ansible ansible-runner openshift ansible-runner-http idna==2.7 && yum remove -y python-devel gcc && yum clean all && rm -rf /var/cache/yum] Flags:[] Attrs:map[] Message:RUN yum install -y python-devel inotify-tools gcc && easy_install pip && pip install --no-cache-dir --upgrade setuptools && pip install --no-cache-dir ansible ansible-runner openshift ansible-runner-http idna==2.7 && yum remove -y python-devel gcc && yum clean all && rm -rf /var/cache/yum Original:RUN yum install -y python-devel inotify-tools gcc && easy_install pip && pip install --no-cache-dir --upgrade setuptools && pip install --no-cache-dir ansible ansible-runner openshift ansible-runner-http idna==2.7 && yum remove -y python-devel gcc && yum clean all && rm -rf /var/cache/yum}: error while running runtime: exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment