mirror of
https://github.com/kiranshila/Doplarr.git
synced 2026-06-11 01:11:53 -04:00
[PR #138] [MERGED] Doplarr Arm64 supported docker image #143
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:main📝 Commits (5)
51b0e7badded doplarfff2d0bmoved dockerfile to the outside, created a dockerfile compatible with multi-arch builds1fd7281Merge branch 'main' of github.com:AvihaiZiv/DoplarrArm64acf877bmoved dockerfile out1bc7183moved 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.