-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
rkt is unable to fetch etcd:v3.4.4 from quay.io due to missing signature #658
Comments
Quay has generated automatic ACI signatures for rkt Most likely, the direction is to shift to the For Container Linux folks using the tip of master, you can try #659 Note: #655 was tested under Fedora CoreOS, which would not surface this - the system containers are using podman. |
Thanks for testing tip |
Ah, I actually forgot about |
Bug
The problem lies with an external dependency of Typhoon, so this is more of a heads-up and a way to get input on how to proceed. If the problem persists and is reproducible by others #655 might need reverting till this is fixed.
Environment
rkt
version is 1.30.0 as shipped with CLProblem
Fetching
quay.io/coreos/etcd:v3.4.4
withrkt
fails. I've tested this on three different hosts in two different environments with two different Internet connections. Fetching the previous versionv3.4.3
works on all three. This only happens when fetching the image withrkt
(i.e. in ACI format). Fetching the image withdocker pull
for example works as expected. Using--insecure-options=all-fetch
seems to disable fetching the signature but in the end it also fails but with a different error message.Any idea if this is a problem with Quay or with the image itself? In the former case I could try to contact
support@quay.io
and in the latter case I could open an issue with theetcd
folks. Theetcd
release scripts only do adocker push
so I'd assume that Quay does the ACI conversion.Desired Behavior
Fetching the image should succeed as with previous image versions of
etcd
.Steps to Reproduce
The text was updated successfully, but these errors were encountered: