-
Notifications
You must be signed in to change notification settings - Fork 386
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 'missing signature key' #397
Comments
Docker version 1.13.1 was released in 2017 The latest version is 24.0.7 You need to update your system to something current. |
Have you read my description? |
Yes, and the problem is that your docker version is too old. The nodered/node-red docker images work just fine on supported/current versions of docker. If you really must run on that level then you can follow the instructions in the repo to build your own local containers. But I expect them to fail for other reasons e.g. #319 |
unfortunately redhat will not care docker on there os version 7 any more. in redhat 8 it will be replaced with podman. so we have to upgrade first our os version and change to podman. what a mess. so you can close the case, if you do not see any more solution. |
On RedHat 7.9:
Maybe it helps
The image needs to be in v2 json format for it to be pulled via docker.
The format can be changed using either of the below methods
Either use the environment variable "export BUILDAH_FORMAT=docker" and then build the image.
or use the "--format docker" command-line argument appended to the build command
The root cause is:
By default when an image is built via buildah, it is built in OCI image format. This can be verified using the below command
Docker gives errors while pulling the image, as there are differences in the formats.
Note: Using podman, the image can be pulled regardless of the manifest type.
Diagnostic Steps
The type of manifest can be verified using the below command
The text was updated successfully, but these errors were encountered: