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

switch rkt from ACI fetch to docker:// fetch from quay.io #121

Closed
vbatts opened this issue May 15, 2020 · 4 comments
Closed

switch rkt from ACI fetch to docker:// fetch from quay.io #121

vbatts opened this issue May 15, 2020 · 4 comments
Labels
kind/bug Something isn't working

Comments

@vbatts
Copy link
Member

vbatts commented May 15, 2020

Description

@josephschorr let me know that quay.io intends to deprecate the API for the ACI conversation (ASAP)

Impact

the affects a few places, namely https://github.com/flatcar-linux/mantle/, but likely other places as well.

This does not have to be as invasive as switching from rkt to docker, but just forcing rkt to pull using the docker registry API. (maybe even just prefix the image name with docker://)

@vbatts vbatts added the kind/bug Something isn't working label May 15, 2020
@josephschorr
Copy link

Quay JIRA ticket: https://issues.redhat.com/browse/PROJQUAY-714

vbatts pushed a commit to flatcar/mantle that referenced this issue May 15, 2020
Ref: flatcar/Flatcar#121

Signed-off-by: Vincent Batts <vbatts@kinvolk.io>
@pothos
Copy link
Member

pothos commented May 18, 2020

Here is the upstream PR for coreos-overlay: https://github.com/coreos/coreos-overlay/pull/3949/files

@pothos
Copy link
Member

pothos commented May 18, 2020

Cherry-picked for Flatcar: flatcar-archive/coreos-overlay#366

@pothos
Copy link
Member

pothos commented Jun 22, 2020

It was part of the 2512.2.0 Stable release:

Changes:

  • Fetch container images in docker format rather than ACI by default in etcd-member.service, flanneld.service, and kubelet-wrapper

@pothos pothos closed this as completed Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants