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

Add support for docker on ARM #2428

Closed
JonZeolla opened this issue Feb 1, 2022 · 20 comments
Closed

Add support for docker on ARM #2428

JonZeolla opened this issue Feb 1, 2022 · 20 comments
Labels
docker Pull requests that update Docker code enhancement New feature or request question Further information is requested

Comments

@JonZeolla
Copy link
Contributor

Is your feature request related to a problem? Please describe.
As a user of super-linter it is useful to be able to run it natively on an ARM-based system.

Describe the solution you'd like
I would like a super-linter docker image which is built for arm (linux/arm64/v8).

Describe alternatives you've considered
Emulating linux images (linux/amd64), which happens on Docker Desktop for Mac by default.

Additional context
actions/runner-images#2187 may be useful for testing the feature.

@JonZeolla JonZeolla added the enhancement New feature or request label Feb 1, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2022

This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.

If you think this issue should stay open, please remove the O: stale 🤖 label or comment on the issue.

If you're a maintainer, you can stop the bot to mark this issue as stale in the future by adding the O: backlog 🤖 label`.

@github-actions github-actions bot added the O: stale 🤖 Stale issue/pr label Mar 4, 2022
@JonZeolla
Copy link
Contributor Author

I would still like this :)

@github-actions github-actions bot removed the O: stale 🤖 Stale issue/pr label Mar 4, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Apr 4, 2022

This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.

If you think this issue should stay open, please remove the O: stale 🤖 label or comment on the issue.

If you're a maintainer, you can stop the bot to mark this issue as stale in the future by adding the O: backlog 🤖 label`.

@github-actions github-actions bot added the O: stale 🤖 Stale issue/pr label Apr 4, 2022
@JonZeolla
Copy link
Contributor Author

Can someone please add the backlog label to this to avoid a bunch of noisy comments like this one?

@github-actions github-actions bot removed the O: stale 🤖 Stale issue/pr label Apr 4, 2022
@github-actions
Copy link
Contributor

github-actions bot commented May 5, 2022

This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.

If you think this issue should stay open, please remove the O: stale 🤖 label or comment on the issue.

If you're a maintainer, you can stop the bot to mark this issue as stale in the future by adding the O: backlog 🤖 label`.

@github-actions github-actions bot added the O: stale 🤖 Stale issue/pr label May 5, 2022
@JonZeolla
Copy link
Contributor Author

👀

@github-actions github-actions bot removed the O: stale 🤖 Stale issue/pr label May 5, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jun 5, 2022

This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.

If you think this issue should stay open, please remove the O: stale 🤖 label or comment on the issue.

If you're a maintainer, you can stop the bot to mark this issue as stale in the future by adding the O: backlog 🤖 label`.

@github-actions github-actions bot added the O: stale 🤖 Stale issue/pr label Jun 5, 2022
@JonZeolla
Copy link
Contributor Author

👀

@github-actions github-actions bot removed the O: stale 🤖 Stale issue/pr label Jun 5, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jul 6, 2022

This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.

If you think this issue should stay open, please remove the O: stale 🤖 label or comment on the issue.

If you're a maintainer, you can stop the bot to mark this issue as stale in the future by adding the O: backlog 🤖 label`.

@github-actions github-actions bot added the O: stale 🤖 Stale issue/pr label Jul 6, 2022
@JonZeolla
Copy link
Contributor Author

@admiralAwkbar can I get a backlog label on this please?

@github-actions github-actions bot removed the O: stale 🤖 Stale issue/pr label Jul 6, 2022
@JonZeolla
Copy link
Contributor Author

Related: actions/runner#805 (comment)

@admiralAwkbar admiralAwkbar added the docker Pull requests that update Docker code label Jul 11, 2022
@github-actions
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.

If you think this issue should stay open, please remove the O: stale 🤖 label or comment on the issue.

If you're a maintainer, you can stop the bot to mark this issue as stale in the future by adding the O: backlog 🤖 label`.

@github-actions github-actions bot added the O: stale 🤖 Stale issue/pr label Aug 11, 2022
@JonZeolla
Copy link
Contributor Author

👀

@github-actions github-actions bot removed the O: stale 🤖 Stale issue/pr label Aug 11, 2022
@c0h1b4
Copy link

c0h1b4 commented Aug 12, 2022

👀

@github-actions
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.

If you think this issue should stay open, please remove the O: stale 🤖 label or comment on the issue.

If you're a maintainer, you can stop the bot to mark this issue as stale in the future by adding the O: backlog 🤖 label`.

@github-actions github-actions bot added the O: stale 🤖 Stale issue/pr label Sep 12, 2022
@JonZeolla
Copy link
Contributor Author

@admiralAwkbar can I get a backlog label on this

@github-actions github-actions bot removed the O: stale 🤖 Stale issue/pr label Sep 12, 2022
@ferrarimarco
Copy link
Collaborator

@JonZeolla to do this, we need to first check if it's feasible. Are the linters we install available on arm64? Did you try building this image against arm64 and check?

@ferrarimarco ferrarimarco added the question Further information is requested label Sep 26, 2022
@github-actions
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.

If you think this issue should stay open, please remove the O: stale 🤖 label or comment on the issue.

If you're a maintainer, you can stop the bot to mark this issue as stale in the future by adding the O: backlog 🤖 label`.

@github-actions github-actions bot added the O: stale 🤖 Stale issue/pr label Oct 27, 2022
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 16, 2022
@BretFisher
Copy link
Contributor

I'm tracking the dependencies in this Discussion https://github.com/github/super-linter/discussions/1956

@github-actions github-actions bot removed the O: stale 🤖 Stale issue/pr label Apr 14, 2023
@JonZeolla
Copy link
Contributor Author

Related to #4029

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Pull requests that update Docker code enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants