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

ARM versions available ? #181

Closed
nlamirault opened this issue Dec 20, 2017 · 10 comments · Fixed by #491
Closed

ARM versions available ? #181

nlamirault opened this issue Dec 20, 2017 · 10 comments · Fixed by #491

Comments

@nlamirault
Copy link

Do you know if ARM images exist ?
I try that but it fails :

$ docker pull gcr.io/heptio-images/sonobuoy-arm:v0.10.0
Error response from daemon: manifest for gcr.io/heptio-images/sonobuoy-arm:v0.10.0 not found
@chuckha
Copy link
Contributor

chuckha commented Dec 20, 2017

Ah, we do not support ARM at this time.

@vielmetti
Copy link

@chuckha @nlamirault - or anyone who wants to make a go at this - if you need Arm gear for a build/test cycle, Packet and Arm run a "Works on Arm" cluster at http://worksonarm.com/cluster . Submit a proposal at http://github.com/worksonarm/cluster/issues for access.

@vielmetti
Copy link

I suspect that the right path once there's Arm support is to offer up a "fat manifest" with multiplatform support. Pinging @tianon who has always had good suggestions for build changes that would make this happen.

@liztio
Copy link
Contributor

liztio commented Dec 20, 2017

The sonobuoy image doesn't actually execute all of the tests. We run the kubernetes E2E tests, and they require a lot of their own images. It'd be a lot of work to get all of those arm-capable, so this would be far from trivial.

@luxas
Copy link

luxas commented Dec 22, 2017

@liztio These are already cross-built and working on multiple platforms... The only thing needed is to make the images on your side cross-built and manifest lists, which should be an ok-sized task to do.

LMK if you need guidance how to do so :)

@timothysc timothysc self-assigned this Jan 2, 2018
@timothysc
Copy link
Contributor

I'd like us to sort out how we plan to publish new artifacts 1st.

@timothysc timothysc added the lifecycle/blocked Progress can't continue on this issue label Jan 2, 2018
@timothysc timothysc assigned liztio and unassigned timothysc Jan 12, 2018
@timothysc
Copy link
Contributor

@nrb let me know if/when our new tooling can do some of this and I will enable this.

@nrb
Copy link

nrb commented Feb 12, 2018

@timothysc Sorry, I think I'm missing something - which part? Publishing artifacts?

@timothysc timothysc added this to the v1.0.0 milestone Mar 29, 2018
@hh
Copy link

hh commented May 29, 2018

@luxas @timothysc have we come up with a consensus on how to publish artifacts?
I'd know there is interested see if we quickly we can get our first Certified Kubernetes on ARM provider.
What are we missing at this point?

@timothysc timothysc added misc/help wanted and removed lifecycle/blocked Progress can't continue on this issue labels Jun 22, 2018
@timothysc
Copy link
Contributor

@hh the biggest issue is getting all the upstream test containers pushed for every arch.

that + pull-images option.

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