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

Question about unknown/unknown Tag in ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator Docker Image #3134

Open
wzy531a opened this issue Jul 15, 2024 · 10 comments
Labels
question Further information is requested

Comments

@wzy531a
Copy link

wzy531a commented Jul 15, 2024

Component(s)

No response

Describe the issue you're reporting

Hi,

I noticed that the Docker image ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator contains a tag labeled unknown/unknown. Can someone clarify what this tag represents and what its purpose is?

Thank you!

@jaronoff97
Copy link
Contributor

@wzy531a can you link that image? I looked through GHCR and couldn't find it.

@jaronoff97 jaronoff97 added question Further information is requested and removed needs triage labels Jul 15, 2024
@wzy531a
Copy link
Author

wzy531a commented Jul 16, 2024

@wzy531a can you link that image? I looked through GHCR and couldn't find it.

Yes, when I tried to pull the unknown image, Docker indicated that the operating system is not supported. For now, I tried the following:
[root@k8s-master ~]# docker pull ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:main@sha256:bdf756140620a2e71239185c1fc136291d2ea78c65c36ed861cc5c87f65129fb
Output:
ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator@sha256:bdf756140620a2e71239185c1fc136291d2ea78c65c36ed861cc5c87f65129fb: Pulling from open-telemetry/opentelemetry-operator/opentelemetry-operator e00d8f0bad61: Pulling fs layer operating system is not supported

@jaronoff97
Copy link
Contributor

what OS are you using?

@wzy531a
Copy link
Author

wzy531a commented Jul 17, 2024

what OS are you using?

I am using Linux-x64. The 'unknown' tag is provided for systems where the specific OS is not identified. If the system is not Linux, you can try using the 'unknown' tag image.

@jaronoff97
Copy link
Contributor

Im unclear on what the issue you're experiencing is now. Can you share more information, including logs and OS.

@wzy531a
Copy link
Author

wzy531a commented Jul 17, 2024

Im unclear on what the issue you're experiencing is now. Can you share more information, including logs and OS.

I want to know what the meaning of unknown OS/Arch is?
For example, Linux/amd64 corresponds to a Linux system running on a 64 bit AMD architecture, while Linux/arm64 corresponds to a Linux system running on a 64 bit ARM architecture. So, what is unknown

@pavolloffay
Copy link
Member

Screenshot of opentelemetry-operator_opentelemetry-operator versions · open-telemetry

Adding a screenshot that shows the label.

@pavolloffay
Copy link
Member

Pull of that image fails

docker pull ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:v0.103.0@sha256:6b18ceb9907b0ebd75cc077409c01e43f03793f12e1fb3a6cd1f9f1f02e3d795                                                                                                      1 ↵ ploffay@fedora
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
Trying to pull ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator@sha256:6b18ceb9907b0ebd75cc077409c01e43f03793f12e1fb3a6cd1f9f1f02e3d795...
Getting image source signatures
Copying blob 0b312dbc66f2 done   | 
Error: writing blob: adding layer with blob "sha256:0b312dbc66f244f2a597a51bcda8111564c4561c931df660590a97ff337a2e9d": processing tar file(archive/tar: invalid tar header): exit status 1

@pavolloffay
Copy link
Member

Here it is explained why unknown/unknown is shown https://github.com/orgs/community/discussions/45969

@pavolloffay
Copy link
Member

@wzy531a would you like to submit a patch for it?

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

No branches or pull requests

3 participants