[PR #138] [MERGED] Doplarr Arm64 supported docker image #143

Closed
opened 2025-11-20 04:17:22 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kiranshila/Doplarr/pull/138
Author: @AvihaiZiv
Created: 4/15/2024
Status: Merged
Merged: 4/16/2024
Merged by: @kiranshila

Base: mainHead: main


📝 Commits (5)

  • 51b0e7b added doplar
  • fff2d0b moved dockerfile to the outside, created a dockerfile compatible with multi-arch builds
  • 1fd7281 Merge branch 'main' of github.com:AvihaiZiv/DoplarrArm64
  • acf877b moved dockerfile out
  • 1bc7183 moved dockerfile back to original location, build stage with caching complete

📊 Changes

1 file changed (+16 additions, -2 deletions)

View changed files

📝 docker/Dockerfile (+16 -2)

📄 Description

with this Dockerfile you should be able to use docker buildx to build multi-arch image (amd64/arm64),

I also added the build of the jar inside the dockerfile, feel free to remove it you deem it unneeded,
i think it could add a value though.
overall image size went up a by 20mb or so, nothing dramatic.
Closes #137


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kiranshila/Doplarr/pull/138 **Author:** [@AvihaiZiv](https://github.com/AvihaiZiv) **Created:** 4/15/2024 **Status:** ✅ Merged **Merged:** 4/16/2024 **Merged by:** [@kiranshila](https://github.com/kiranshila) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`51b0e7b`](https://github.com/kiranshila/Doplarr/commit/51b0e7b13850a5c9bf9f48ef5aaca4ad4ccc9cf9) added doplar - [`fff2d0b`](https://github.com/kiranshila/Doplarr/commit/fff2d0b701e1ec2c6c5c40ef0ef0130c88464657) moved dockerfile to the outside, created a dockerfile compatible with multi-arch builds - [`1fd7281`](https://github.com/kiranshila/Doplarr/commit/1fd7281b843bf6c0562fe216613dd3aa3b7a2e11) Merge branch 'main' of github.com:AvihaiZiv/DoplarrArm64 - [`acf877b`](https://github.com/kiranshila/Doplarr/commit/acf877b07d84b4b3b3d3e108b42ee3600d848a1e) moved dockerfile out - [`1bc7183`](https://github.com/kiranshila/Doplarr/commit/1bc718321804ca8c04cc0cb229858154de96c1af) moved dockerfile back to original location, build stage with caching complete ### 📊 Changes **1 file changed** (+16 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docker/Dockerfile` (+16 -2) </details> ### 📄 Description with this Dockerfile you should be able to use **docker buildx** to build multi-arch image (amd64/arm64), I also added the build of the jar inside the dockerfile, feel free to remove it you deem it unneeded, i think it could add a value though. overall image size went up a by 20mb or so, nothing dramatic. Closes #137 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:17:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Doplarr#143