[PR #486] Changed some instructions in Dockerfiles #502

Open
opened 2025-11-06 14:27:34 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/486
Author: @techopsmasters
Created: 5/13/2024
Status: 🔄 Open

Base: masterHead: master


📝 Commits (10+)

📊 Changes

28 files changed (+130 additions, -222 deletions)

View changed files

📝 angular/angular/Dockerfile (+6 -9)
📝 apache-php/app/Dockerfile (+5 -8)
📝 django/app/Dockerfile (+5 -10)
📝 django/app/example/settings.py (+1 -1)
📝 fastapi/Dockerfile (+4 -8)
📝 flask-redis/Dockerfile (+4 -7)
📝 flask/app/Dockerfile (+3 -7)
📝 nginx-aspnet-mysql/backend/Dockerfile (+5 -9)
📝 nginx-flask-mongo/flask/Dockerfile (+3 -7)
📝 nginx-flask-mysql/backend/Dockerfile (+3 -7)
📝 nginx-golang-mysql/backend/Dockerfile (+5 -9)
📝 nginx-golang-postgres/backend/Dockerfile (+4 -7)
📝 nginx-golang/backend/Dockerfile (+5 -9)
📝 nginx-wsgi-flask/flask/Dockerfile (+6 -6)
📝 nginx-wsgi-flask/nginx/Dockerfile (+1 -1)
📝 react-express-mongodb/backend/Dockerfile (+7 -11)
📝 react-express-mongodb/frontend/Dockerfile (+6 -10)
📝 react-express-mysql/backend/Dockerfile (+6 -9)
📝 react-express-mysql/frontend/Dockerfile (+5 -9)
📝 react-java-mysql/backend/Dockerfile (+7 -10)

...and 8 more files

📄 Description

Hi, all the dockerfiles in the projects are using <<EOF EOF in it, replaced them with && \ in the end of commands and also replaced "apt-get" and "apk" with "apt"


🔄 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/486 **Author:** [@techopsmasters](https://github.com/techopsmasters) **Created:** 5/13/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`5634191`](https://github.com/docker/awesome-compose/commit/5634191ac88ccffdfe79557e0e58b45f81ffa05d) Update settings.py - [`b3e1bf1`](https://github.com/docker/awesome-compose/commit/b3e1bf1ec226be091771ddac2056284857a07bd1) Update Dockerfile - [`a703758`](https://github.com/docker/awesome-compose/commit/a703758a45c77574a4fc78ccf34f007bbfcca481) Update Dockerfile - [`3ebc64d`](https://github.com/docker/awesome-compose/commit/3ebc64d389ac9da3b43ef735a9891ad6f9cdc233) Update Dockerfile - [`ba351be`](https://github.com/docker/awesome-compose/commit/ba351be502809ef5e2f5858cd6ef2579abe1736d) Update Dockerfile - [`8195ecb`](https://github.com/docker/awesome-compose/commit/8195ecb188e6cd09b07e5a713f21f9d2c149854c) Update Dockerfile - [`4349ba8`](https://github.com/docker/awesome-compose/commit/4349ba843398ae06153a90ff5657053d123bac58) Update Dockerfile - [`365e795`](https://github.com/docker/awesome-compose/commit/365e795a0c4a7d2d64f5b3fb74c31fce664fe60d) Update Dockerfile - [`d95b872`](https://github.com/docker/awesome-compose/commit/d95b872889f916cdeb6c02de5a2538e4e2498bca) Update Dockerfile - [`5d77957`](https://github.com/docker/awesome-compose/commit/5d779578c9d48c33ca7539c14675bb506faf2171) Update Dockerfile ### 📊 Changes **28 files changed** (+130 additions, -222 deletions) <details> <summary>View changed files</summary> 📝 `angular/angular/Dockerfile` (+6 -9) 📝 `apache-php/app/Dockerfile` (+5 -8) 📝 `django/app/Dockerfile` (+5 -10) 📝 `django/app/example/settings.py` (+1 -1) 📝 `fastapi/Dockerfile` (+4 -8) 📝 `flask-redis/Dockerfile` (+4 -7) 📝 `flask/app/Dockerfile` (+3 -7) 📝 `nginx-aspnet-mysql/backend/Dockerfile` (+5 -9) 📝 `nginx-flask-mongo/flask/Dockerfile` (+3 -7) 📝 `nginx-flask-mysql/backend/Dockerfile` (+3 -7) 📝 `nginx-golang-mysql/backend/Dockerfile` (+5 -9) 📝 `nginx-golang-postgres/backend/Dockerfile` (+4 -7) 📝 `nginx-golang/backend/Dockerfile` (+5 -9) 📝 `nginx-wsgi-flask/flask/Dockerfile` (+6 -6) 📝 `nginx-wsgi-flask/nginx/Dockerfile` (+1 -1) 📝 `react-express-mongodb/backend/Dockerfile` (+7 -11) 📝 `react-express-mongodb/frontend/Dockerfile` (+6 -10) 📝 `react-express-mysql/backend/Dockerfile` (+6 -9) 📝 `react-express-mysql/frontend/Dockerfile` (+5 -9) 📝 `react-java-mysql/backend/Dockerfile` (+7 -10) _...and 8 more files_ </details> ### 📄 Description Hi, all the dockerfiles in the projects are using <<EOF EOF in it, replaced them with && \ in the end of commands and also replaced "apt-get" and "apk" with "apt" --- <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 2025-11-06 14:27:34 -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#502