[PR #177] [MERGED] Arm64 and check Compose v2 support #872

Closed
opened 2026-03-07 21:25:44 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/177
Author: @glours
Created: 11/5/2021
Status: Merged
Merged: 11/8/2021
Merged by: @glours

Base: masterHead: arm64-support


📝 Commits (10+)

  • 1fde13f add support of arm64 architecture for aspnet-mssql sample
  • acaeb72 add support of arm64 architecture for elasticsearch-logstash-kibana
  • 92684cf add support of arm64 architecture for nginx-aspnet-mysql
  • 7db7d31 add support of arm64 architecture for nginx-flask-mysql
  • 506ef4d add support of arm64 architecture for nginx-golang-mysql
  • a36bf4f add support of arm64 architecture for react-java-mysql
  • 443f207 add support of arm64 architecture for sparkjava-mysql
  • 772195e add support of arm64 architecture for wordpress-mysql
  • 1c00061 add support of arm64 architecture for react-express-mysql
  • f5d3c57 add support of arm64 architecture for react-express-mongodb

📊 Changes

23 files changed (+3213 additions, -5858 deletions)

View changed files

📝 aspnet-mssql/README.md (+8 -1)
📝 aspnet-mssql/docker-compose.yaml (+4 -1)
📝 elasticsearch-logstash-kibana/README.md (+1 -1)
📝 elasticsearch-logstash-kibana/docker-compose.yml (+3 -3)
📝 nginx-aspnet-mysql/README.md (+9 -1)
📝 nginx-aspnet-mysql/backend/aspnetapp.csproj (+1 -1)
📝 nginx-aspnet-mysql/docker-compose.yaml (+8 -4)
📝 nginx-flask-mysql/README.md (+9 -1)
📝 nginx-flask-mysql/docker-compose.yaml (+4 -1)
📝 nginx-golang-mysql/README.md (+9 -1)
📝 nginx-golang-mysql/docker-compose.yaml (+4 -1)
📝 react-express-mongodb/backend/db/index.js (+2 -6)
📝 react-express-mongodb/frontend/Dockerfile (+1 -1)
📝 react-express-mongodb/frontend/package-lock.json (+3090 -5819)
📝 react-express-mongodb/frontend/package.json (+1 -1)
📝 react-express-mysql/README.md (+9 -1)
📝 react-express-mysql/docker-compose.yaml (+4 -1)
📝 react-java-mysql/README.md (+9 -1)
📝 react-java-mysql/docker-compose.yaml (+6 -3)
📝 sparkjava-mysql/README.md (+9 -1)

...and 3 more files

📄 Description

Update samples to work in the same way from an amd64 or an arm64 architecture and with Compose V2


🔄 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/docker/awesome-compose/pull/177 **Author:** [@glours](https://github.com/glours) **Created:** 11/5/2021 **Status:** ✅ Merged **Merged:** 11/8/2021 **Merged by:** [@glours](https://github.com/glours) **Base:** `master` ← **Head:** `arm64-support` --- ### 📝 Commits (10+) - [`1fde13f`](https://github.com/docker/awesome-compose/commit/1fde13f9f46746ee53c863cb23c0ce24ca3b9506) add support of arm64 architecture for aspnet-mssql sample - [`acaeb72`](https://github.com/docker/awesome-compose/commit/acaeb7295df8a3679da531ce364fdb4875ee9596) add support of arm64 architecture for elasticsearch-logstash-kibana - [`92684cf`](https://github.com/docker/awesome-compose/commit/92684cffd01c242b306497ad111aff5669e7003c) add support of arm64 architecture for nginx-aspnet-mysql - [`7db7d31`](https://github.com/docker/awesome-compose/commit/7db7d319acc3b5c7e2b15298352a4c98ac914f68) add support of arm64 architecture for nginx-flask-mysql - [`506ef4d`](https://github.com/docker/awesome-compose/commit/506ef4d9d40f41285f88ac0f97451d9e273ba352) add support of arm64 architecture for nginx-golang-mysql - [`a36bf4f`](https://github.com/docker/awesome-compose/commit/a36bf4fd8be3991e4f687f5c43e97b1ce70aece7) add support of arm64 architecture for react-java-mysql - [`443f207`](https://github.com/docker/awesome-compose/commit/443f207cf5bc1c71332c0ed9fe2360f6071d2450) add support of arm64 architecture for sparkjava-mysql - [`772195e`](https://github.com/docker/awesome-compose/commit/772195e07dfe6dd92c4be941cfa2a48b4f31520f) add support of arm64 architecture for wordpress-mysql - [`1c00061`](https://github.com/docker/awesome-compose/commit/1c00061396504a6312f7821b8e389069bac05178) add support of arm64 architecture for react-express-mysql - [`f5d3c57`](https://github.com/docker/awesome-compose/commit/f5d3c57a17b40122e5141786bece6fbe8d93daf2) add support of arm64 architecture for react-express-mongodb ### 📊 Changes **23 files changed** (+3213 additions, -5858 deletions) <details> <summary>View changed files</summary> 📝 `aspnet-mssql/README.md` (+8 -1) 📝 `aspnet-mssql/docker-compose.yaml` (+4 -1) 📝 `elasticsearch-logstash-kibana/README.md` (+1 -1) 📝 `elasticsearch-logstash-kibana/docker-compose.yml` (+3 -3) 📝 `nginx-aspnet-mysql/README.md` (+9 -1) 📝 `nginx-aspnet-mysql/backend/aspnetapp.csproj` (+1 -1) 📝 `nginx-aspnet-mysql/docker-compose.yaml` (+8 -4) 📝 `nginx-flask-mysql/README.md` (+9 -1) 📝 `nginx-flask-mysql/docker-compose.yaml` (+4 -1) 📝 `nginx-golang-mysql/README.md` (+9 -1) 📝 `nginx-golang-mysql/docker-compose.yaml` (+4 -1) 📝 `react-express-mongodb/backend/db/index.js` (+2 -6) 📝 `react-express-mongodb/frontend/Dockerfile` (+1 -1) 📝 `react-express-mongodb/frontend/package-lock.json` (+3090 -5819) 📝 `react-express-mongodb/frontend/package.json` (+1 -1) 📝 `react-express-mysql/README.md` (+9 -1) 📝 `react-express-mysql/docker-compose.yaml` (+4 -1) 📝 `react-java-mysql/README.md` (+9 -1) 📝 `react-java-mysql/docker-compose.yaml` (+6 -3) 📝 `sparkjava-mysql/README.md` (+9 -1) _...and 3 more files_ </details> ### 📄 Description Update samples to work in the same way from an `amd64` or an `arm64` architecture and with Compose V2 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:25:44 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#872