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

Build armv7 Docker images #1724

Open
micheloosterhof opened this issue Jun 4, 2022 · 7 comments
Open

Build armv7 Docker images #1724

micheloosterhof opened this issue Jun 4, 2022 · 7 comments

Comments

@micheloosterhof
Copy link
Member

micheloosterhof commented Jun 4, 2022

Is your feature request related to a problem? Please describe.
Ability to run Docker images on ARM architecture (Raspberry pi)

Describe the solution you'd like
Build arm/arm64 images and upload to Docker hub

@micheloosterhof
Copy link
Member Author

micheloosterhof commented Jun 16, 2022

Work in progress at #1728

@micheloosterhof
Copy link
Member Author

@badboycxcc
Copy link

armv7 no found ?

root@raspberrypi:~# docker run -p 2222:2222 cowrie/cowrie:282accc0
Unable to find image 'cowrie/cowrie:282accc0' locally
282accc0: Pulling from cowrie/cowrie
docker: no matching manifest for linux/arm/v7 in the manifest list entries.
See 'docker run --help'.
root@raspberrypi:~# docker run -p 2222:2222 cowrie/cowrie:latest
Unable to find image 'cowrie/cowrie:latest' locally
latest: Pulling from cowrie/cowrie
docker: no matching manifest for linux/arm/v7 in the manifest list entries.
See 'docker run --help'

@micheloosterhof
Copy link
Member Author

micheloosterhof commented Jun 25, 2022 via email

@badboycxcc
Copy link

我构建了 arm64,而不是 armv7

2022 年 6 月 24 日星期五 16:56,badboy @.> 写道:没有找到 armv7 ?@.:# docker run -p 2222:2222 cowrie/cowrie:282accc0 无法在本地找到图像 'cowrie/cowrie:282accc0' 282accc:从 cowrie/cowrie docker 拉取:没有匹配的清单对于清单列表条目中的 linux/arm/v7。请参阅“docker run --help”。@.***:# docker run -p 2222:2222 cowrie/cowrie:latest 无法在本地找到图像 'cowrie/cowrie:latest' 最新:从 cowrie/cowrie docker 拉取:没有匹配的清单对于清单列表条目中的 linux/arm/v7。请参阅 'docker run --help' — 直接回复此电子邮件,在 GitHub < #1724 (comment) > 上查看,或取消订阅 < https://github.> 。您收到此消息是因为您编写了该线程。消息 ID:@.***>

Can you pack the ARMV7 architecture image for me? My local build failed

@micheloosterhof
Copy link
Member Author

Arm64 images are now on Docker hub.
Arm/V7 is harder to build because our underlying image (distroless python) does not support arm v7.

@micheloosterhof micheloosterhof changed the title Build ARM Docker images Build armv7 Docker images Jan 14, 2024
@zenire
Copy link

zenire commented Feb 26, 2024

I've opened a PR at Distroless: GoogleContainerTools/distroless#1525

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

No branches or pull requests

3 participants