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

docker pull throws missing signature key #1693

Closed
jbartak opened this issue Oct 3, 2023 · 2 comments
Closed

docker pull throws missing signature key #1693

jbartak opened this issue Oct 3, 2023 · 2 comments

Comments

@jbartak
Copy link

jbartak commented Oct 3, 2023

To submit a bug or report an issue

$ docker pull untergeek/curator:8.0.2
Trying to pull repository docker.io/untergeek/curator ... 
missing signature key

The same occurs for version >=8.0.2 but actually works for versions <8.0.2

Expected Behavior

Have this working.

Actual Behavior

Not working docker pull

Steps to Reproduce the Problem

  1. docker pull untergeek/curator:8.0.2.
  2. See the error message.

Specifications

  • Version: >=8.0.2
  • Platform: Centos 7
  • Subsystem: Docker version 1.13.1, build 7d71120/1.13.1

Context (Environment)

Detailed Description

@untergeek
Copy link
Member

Duplicate issue of #1674.

This is a known issue with RHEL 7 and Centos 7 because of how old the provided version of Docker is.

See #1674 for more details, and a link to a workaround gist.

Feel free to update the Python versions in the workaround (both what is used in pyenv and in the Dockerfile) to 3.11.5, and update the OpenSSL version to whatever is most recent.

@untergeek
Copy link
Member

Oh, and the reason it doesn't work after 8.0.2 is because I had to update the Dockerfile and process to build both x86_64 and arm64 images and publish them in the same manifest. With the workaround, you will be making only an x86_64 image for your Centos box.

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

No branches or pull requests

2 participants