-
Notifications
You must be signed in to change notification settings - Fork 117
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Dockerfile with alpine - Issue with examples #256
Comments
Can you share the Dockerfile you're attempting to build from? Here's the Dockerfile I use to ship a lite container, note it's a multistage build; you can likely ignore the |
Thanks, Rob. This is my docker file.
I tried using both amd64 and arm64 as the target arch. Linux is the platform. Thanks for sharing the Dockerfile. I will try to see if it helps. |
Here's another Dockerfile that works if that's useful to you |
Thanks @derekperkins I will try that. I have changed the alpine build to the debian base image and it is working now. |
If you want a small deployed image, distroless is another good option. I opened an informational issue showing off how we do it #220 |
Sample docker file
|
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Description
I am getting the following error in the docker build when trying to build from the Mac m3. Please help resolving this
Build command
go build -tags musl,dynamic,no_duckdb_arrow
Environment
The text was updated successfully, but these errors were encountered: