[PR #107] [MERGED] add docker image for arm64 #147

Closed
opened 2026-02-15 16:30:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/107
Author: @rawpixel-vincent
Created: 12/31/2023
Status: Merged
Merged: 1/11/2024
Merged by: @timothycarambat

Base: masterHead: docker-arm64-platform


📝 Commits (5)

  • c316e14 add docker image for arm64
  • c163b80 update dockerfile for arm64 platform
  • dffa09e Merge pull request #5 from rawpixel-vincent/docker-arm64-platform
  • e8598c7 merge with upstream
  • bf59662 rebase Dockerfile + patch support for ARM64 pandoc

📊 Changes

2 files changed (+19 additions, -8 deletions)

View changed files

📝 .github/workflows/build-and-push-image.yaml (+7 -1)
📝 docker/Dockerfile (+12 -7)

📄 Description

To add linux-arm64 platform to the published images

I've made a branch on the fork to test the github actions without push and login to the registry

last build logs:
https://github.com/rawpixel-vincent/vector-admin/actions/runs/7369657202/job/20055207028

I think it also means the platform in docker-compose can be removed https://github.com/Mintplex-Labs/vector-admin/blob/6cad8a30a1a89f645e02e0663ccf8832dfe87047/docker/docker-compose.yml#L25

update: I'm running the arm64 build from this Dockerfile on an amazon linux 2023 t4g.small instance


🔄 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/Mintplex-Labs/vector-admin/pull/107 **Author:** [@rawpixel-vincent](https://github.com/rawpixel-vincent) **Created:** 12/31/2023 **Status:** ✅ Merged **Merged:** 1/11/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `docker-arm64-platform` --- ### 📝 Commits (5) - [`c316e14`](https://github.com/Mintplex-Labs/vector-admin/commit/c316e1407f487f57c3e9fea5a1c391fcdfc09c2c) add docker image for arm64 - [`c163b80`](https://github.com/Mintplex-Labs/vector-admin/commit/c163b8036c4196cbd03d9cf1183912dd8ba3e3dc) update dockerfile for arm64 platform - [`dffa09e`](https://github.com/Mintplex-Labs/vector-admin/commit/dffa09e4807f4d6f043107296460db0cdc198285) Merge pull request #5 from rawpixel-vincent/docker-arm64-platform - [`e8598c7`](https://github.com/Mintplex-Labs/vector-admin/commit/e8598c7fc751fedbd74e66dfdfc5b99782103c48) merge with upstream - [`bf59662`](https://github.com/Mintplex-Labs/vector-admin/commit/bf596629eefdf6da05927a86545f499f44030c5a) rebase Dockerfile + patch support for ARM64 pandoc ### 📊 Changes **2 files changed** (+19 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-and-push-image.yaml` (+7 -1) 📝 `docker/Dockerfile` (+12 -7) </details> ### 📄 Description To add linux-arm64 platform to the published images I've made a branch on the fork to test the github actions without push and login to the registry last build logs: https://github.com/rawpixel-vincent/vector-admin/actions/runs/7369657202/job/20055207028 I think it also means the platform in docker-compose can be removed https://github.com/Mintplex-Labs/vector-admin/blob/6cad8a30a1a89f645e02e0663ccf8832dfe87047/docker/docker-compose.yml#L25 update: I'm running the arm64 build from this Dockerfile on an amazon linux 2023 t4g.small instance --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 16:30:27 -05:00
yindo closed this issue 2026-02-15 16:30:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#147