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

[Integration Tests] - Drop usage of unavailable docker image out of tests #1303

Open
gaol opened this issue Apr 19, 2024 · 0 comments · May be fixed by #1306
Open

[Integration Tests] - Drop usage of unavailable docker image out of tests #1303

gaol opened this issue Apr 19, 2024 · 0 comments · May be fixed by #1306
Assignees

Comments

@gaol
Copy link
Collaborator

gaol commented Apr 19, 2024

Issue Overview

Docker image of jonmorehouse/ping-pong is wildly used in the tests, but I don't see it from docker hub or podman registries:

[🎩 lgao@lins-p1 arquillian-cube]$ docker pull jonmorehouse/ping-pong
Using default tag: latest
Error response from daemon: pull access denied for jonmorehouse/ping-pong, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
[🎩 lgao@lins-p1 arquillian-cube]$ podman pull jonmorehouse/ping-pong
✔ registry.fedoraproject.org/jonmorehouse/ping-pong:latest
Trying to pull registry.fedoraproject.org/jonmorehouse/ping-pong:latest...
Error: initializing source docker://registry.fedoraproject.org/jonmorehouse/ping-pong:latest: reading manifest latest in registry.fedoraproject.org/jonmorehouse/ping-pong: manifest unknown
[🎩 lgao@lins-p1 arquillian-cube]$ podman pull jonmorehouse/ping-pong
✔ registry.access.redhat.com/jonmorehouse/ping-pong:latest
Trying to pull registry.access.redhat.com/jonmorehouse/ping-pong:latest...
Error: initializing source docker://registry.access.redhat.com/jonmorehouse/ping-pong:latest: reading manifest latest in registry.access.redhat.com/jonmorehouse/ping-pong: name unknown: Repo not found
[🎩 lgao@lins-p1 arquillian-cube]$ podman pull jonmorehouse/ping-pong
✔ docker.io/jonmorehouse/ping-pong:latest
Trying to pull docker.io/jonmorehouse/ping-pong:latest...
Error: initializing source docker://jonmorehouse/ping-pong:latest: reading manifest latest in docker.io/jonmorehouse/ping-pong: requested access to the resource is denied
[🎩 lgao@lins-p1 arquillian-cube]$ podman pull jonmorehouse/ping-pong
✔ quay.io/jonmorehouse/ping-pong:latest
Trying to pull quay.io/jonmorehouse/ping-pong:latest...
Error: initializing source docker://quay.io/jonmorehouse/ping-pong:latest: reading manifest latest in quay.io/jonmorehouse/ping-pong: unauthorized: access to the requested resource is not authorized

Unless I did something wrong, the image gets missing.

I found a hashicorp/http-echo image which has the same function so we may consider to use that for the tests.

@gaol gaol self-assigned this Apr 19, 2024
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

Successfully merging a pull request may close this issue.

1 participant