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

Arm64 docker images for Apple M1 usage #4944

Closed
ostecke opened this issue Jun 9, 2022 · 6 comments
Closed

Arm64 docker images for Apple M1 usage #4944

ostecke opened this issue Jun 9, 2022 · 6 comments
Assignees
Labels
status/in-progress Something is happening type/enhancement Is an enhancement request
Milestone

Comments

@ostecke
Copy link

ostecke commented Jun 9, 2022

Currently the performance of the SCDF Docker images is poor on Apple machines with an M1 ARM chip. Everything needs to be emulated, resulting in very poor performance when running a whole docker-compose stack (i.e. your own example https://raw.githubusercontent.com/spring-cloud/spring-cloud-dataflow/v2.9.1/src/docker-compose/docker-compose.yml). This seriously affects running your software locally and holding back our progress in software development. This is currently a struggle for all the developers on our team with Apple M1 machines (50%).

Please reconsider (#3855) creating multi architecture builds, at least for amd64 and arm64. It's rather straightforward using the Docker buildx cli plugin (https://github.com/docker/buildx). If assistance is required I'm more than happy to provide it.

@github-actions github-actions bot added the status/need-triage Team needs to triage and take a first look label Jun 9, 2022
@cppwfs
Copy link
Contributor

cppwfs commented Jun 15, 2022

We are awaiting a resolution for the following issue before proceeding: paketo-buildpacks/stacks#51

@cppwfs cppwfs removed the status/need-triage Team needs to triage and take a first look label Jun 15, 2022
@markpollack
Copy link
Contributor

markpollack commented Jul 20, 2022

This maybe of use to build an arm64 base image. - https://github.com/dmikusa-pivotal/paketo-arm64 since we are using buildpacks. We can look into https://github.com/docker/buildx as a last resort should that not work out. I've assigned this to go out in the 2.10.0 release.

@markpollack markpollack added the type/enhancement Is an enhancement request label Jul 20, 2022
@markpollack markpollack added this to the 2.10.0-M2 milestone Jul 20, 2022
@markpollack markpollack modified the milestones: 2.10.0-M2, 2.10.0-M3 Aug 17, 2022
@markpollack markpollack modified the milestones: 2.10.0-M3, 2.10.0-RC1 Oct 7, 2022
@markpollack
Copy link
Contributor

@corneil created M1 images using jib. will document and reference here before closing this issue.

@markpollack markpollack modified the milestones: 2.10.0-RC1, 2.10.0 Oct 13, 2022
@corneil
Copy link
Contributor

corneil commented Nov 4, 2022

Documentation and scripts for creating M1 containers:
https://github.com/spring-cloud/spring-cloud-dataflow/tree/main/src/local

@corneil corneil added the status/in-progress Something is happening label Nov 4, 2022
@markpollack
Copy link
Contributor

highlight this documentation on dataflow.spring.io

@onobc
Copy link
Contributor

onobc commented Dec 6, 2022

Closed via c63fc35

@onobc onobc closed this as completed Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/in-progress Something is happening type/enhancement Is an enhancement request
Projects
None yet
Development

No branches or pull requests

5 participants