Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors running Container Tutorials #1323

Open
tshawker opened this issue Oct 25, 2021 · 2 comments
Open

Errors running Container Tutorials #1323

tshawker opened this issue Oct 25, 2021 · 2 comments

Comments

@tshawker
Copy link

In which scenario did this bug occur?

Linux Container Internals 2.0 - Lab 2: Container Images

At what step of the scenario did this happen?

First (start of tutorial)

Describe the bug

Example commands fail to execute.

  1. "conmon" package is out of date.
  2. No such container image, registry.access.redhat.com/ubi7/ubi:latest
  3. No such container image, registry.access.redhat.com/ubi7/ubi_minimal:latest

Logs or error messages

  1. conmon
    [root@bc02dd8781de ~]# podman pull registry.access.redhat.com/ubi7/ubi
    WARN[0000] Conmon at /usr/bin/conmon invalid: outdated conmon version
    WARN[0000] Conmon at /usr/bin/conmon is invalid: outdated conmon version

To proceed, I updated conman with "yum upgrade conmon"

  1. images
    [root@bc02dd8781de ~]# podman history registry.access.redhat.com/ubi7/ubi:latest
    Error: registry.access.redhat.com/ubi7/ubi:latest: image not known
    [root@bc02dd8781de ~]# podman history registry.access.redhat.com/ubi7/ubi-minimal:latest
    Error: registry.access.redhat.com/ubi7/ubi-minimal:latest: image not known

Screenshots

N/A - everything pertinent is above.

Additional context

N/A

@tshawker
Copy link
Author

It looks as if the installation script doesn't download the images. I ran step 3, which updates the ubi7 image, and that retrieves the image before updating it. The first command that shows the image history then works, but the second that looks at the minimal image continues to fail. I manually downloaded the minimal image and the sample command then worked.

@tshawker
Copy link
Author

Moving on to another scenario, it seems that the failure with "conmon" breaks the downloads of the various images. I have to manually upgrade conmon and then rerun all the downloads. That seems to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant