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

No more arm32v7 images available after v0.12.1 #1136

Closed
grunlab opened this issue Jun 23, 2021 · 5 comments · Fixed by #1286
Closed

No more arm32v7 images available after v0.12.1 #1136

grunlab opened this issue Jun 23, 2021 · 5 comments · Fixed by #1286
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@grunlab
Copy link

grunlab commented Jun 23, 2021

Until release v0.12.1, arm32v7 images were available.
See manifests here: https://console.cloud.google.com/gcr/images/tekton-releases/GLOBAL/github.com/tektoncd/triggers/cmd/controller@sha256:96a63ec6d0cc0871d7dfea9d831b6da20df474bbdcbd01caf62f488e2d682db4/details?tab=info
Available platform architectures were: amd64, arm, arm64, ppc64le, s390x

Starting from v0.13.0, no more arm32v7 images were available.
See manifests here: https://console.cloud.google.com/gcr/images/tekton-releases/GLOBAL/github.com/tektoncd/triggers/cmd/controller@sha256:58baa0aa0eaca368b8090bcb6e88024847d14df2952cdfe7f22be6132a7732c9/details?tab=info
Available platform architectures were: amd64, arm64, ppc64le, s390x

So arm32v7 users are currently blocked in v0.12.1, not possibility to upgrade to next releases.

@grunlab grunlab added the kind/bug Categorizes issue or PR as related to a bug. label Jun 23, 2021
@dibyom
Copy link
Member

dibyom commented Jun 28, 2021

This seems related to tektoncd/pipeline#4059 and tektoncd/pipeline#3717.

I think when we updated the release pipeline, we used the same platforms that pipelines was built for. It should be easy enough to add linux/arm to the list of platforms

However I don't think there is much of a use case for releasing triggers for linux/arm without also doing the same for pipelines :)
Also, the only supported architecture is x86, others are on a best effort basis

/cc @vdemeester @nikhil-thomas

@tekton-robot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale with a justification.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen with a justification.

/lifecycle stale

Send feedback to tektoncd/plumbing.

@tekton-robot tekton-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Oct 15, 2021
@bobcatfish
Copy link
Collaborator

@imjasonh recently brought back building arm v7 images for Pipelines (tektoncd/pipeline#4331) given that precent maybe we can bring it back here as well?

@bobcatfish
Copy link
Collaborator

/remove-lifecycle stale

@tekton-robot tekton-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Nov 1, 2021
@dibyom dibyom added this to the Triggers v0.18 milestone Nov 17, 2021
@dibyom dibyom added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Nov 17, 2021
@lbernick
Copy link
Member

Pipelines now supports arm, we should prioritize fixing this in triggers especially because the fix should be relatively simple.

/assign dibyom
/remove-label help wanted

@dibyom dibyom removed the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Dec 13, 2021
dibyom added a commit that referenced this issue Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants