Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

48.0.0 #1255

Merged
merged 23 commits into from
Nov 28, 2024
Merged

48.0.0 #1255

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
3f5c1b8
Fix code duplication (#1141)
YevhenZvieriev Apr 26, 2024
5891bf5
Moved check for empty directory to top of scripts (#1143)
YevhenZvieriev Apr 27, 2024
6e0f08e
Updated links in the README (#1145)
YevhenZvieriev Apr 30, 2024
833455f
Bump docker/build-push-action from 5 to 6 (#1174)
dependabot[bot] Jul 2, 2024
954e743
phpMyAdmin for linux (#1177)
YevhenZvieriev Jul 9, 2024
b35c8fc
Update n98-magerun2 CLI to use a single insert with column names per …
TuVanDev Jul 19, 2024
409c7ca
Move the option for mysqldump to the appropriate file (#1196)
TuVanDev Jul 23, 2024
ad8ea0f
Update supported versions in the `bin/check-dependencies` script (#1175)
YevhenZvieriev Jul 31, 2024
83d238a
Add `bin/ece-patches` command (#1171)
DmitryFurs Jul 31, 2024
0d4daaa
Add PHP FTP ext on Docker setup (#1210)
rafaelstz Aug 22, 2024
b7dd40c
Fix typos in various files (#1238)
dermatz Nov 13, 2024
bf412c0
Update system requirements helper script overhauled to make it easier…
YevhenZvieriev Nov 13, 2024
6e562ec
Add backend login credentials and 2FA setup instructions to README (#…
YevhenZvieriev Nov 13, 2024
fb56c6d
Add bin/test helper scripts to execute unit tests (#1157)
bbakalov Nov 13, 2024
e96a217
Add rsync to PHP images for Deployer support (#1163)
gbobts Nov 13, 2024
2ce90e9
Fix an issue with elasticsearch container (#1166)
YevhenZvieriev Nov 13, 2024
70ab304
fix: Updated bin/setup-ssl to support multi site ssl generation (#1200)
nathanchick Nov 13, 2024
4e51526
Added credenttials for PhpMyAdmin to README.md (#1212)
YevhenZvieriev Nov 13, 2024
5eca2e2
Better MageOS support (#1246)
markshust Nov 27, 2024
784cb86
New Docker images for Magento version parity (#1252)
markshust Nov 27, 2024
0b39385
Speed up bin/xdebug commands (#1245)
HoePe999 Nov 27, 2024
0b5495c
Switch GitHub Actions to use release/next branch (#1254)
markshust Nov 27, 2024
d1b23e1
Tagging version 48.0.0
markshust Nov 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/build-elasticsearch-7-16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
with:
ref: release/next
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -24,7 +26,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/elasticsearch/7.17
platforms: linux/amd64,linux/arm64
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-elasticsearch-7-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
with:
ref: release/next
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -24,7 +26,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/elasticsearch/7.17
platforms: linux/amd64,linux/arm64
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-elasticsearch-8-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
with:
ref: release/next
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -24,7 +26,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/elasticsearch/8.11
platforms: linux/amd64,linux/arm64
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-elasticsearch-8-13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
with:
ref: release/next
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -24,7 +26,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/elasticsearch/8.13
platforms: linux/amd64,linux/arm64
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-elasticsearch-8-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
with:
ref: release/next
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -24,7 +26,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/elasticsearch/8.4
platforms: linux/amd64,linux/arm64
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-elasticsearch-8-5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
with:
ref: release/next
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -24,7 +26,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/elasticsearch/8.5
platforms: linux/amd64,linux/arm64
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-elasticsearch-8-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
with:
ref: release/next
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -24,7 +26,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/elasticsearch/8.7
platforms: linux/amd64,linux/arm64
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-nginx-1-18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
with:
ref: release/next
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -24,7 +26,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/nginx/1.18
platforms: linux/amd64,linux/arm64
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-nginx-1-22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
with:
ref: release/next
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -24,7 +26,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/nginx/1.22
platforms: linux/amd64,linux/arm64
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-nginx-1-24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
with:
ref: release/next
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -24,7 +26,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/nginx/1.24
platforms: linux/amd64,linux/arm64
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-opensearch-1-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
with:
ref: release/next
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -24,7 +26,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/opensearch/1.2
platforms: linux/amd64,linux/arm64
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-opensearch-2-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
with:
ref: release/next
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -24,7 +26,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/opensearch/2.12
platforms: linux/amd64,linux/arm64
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-opensearch-2-5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
with:
ref: release/next
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -24,7 +26,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/opensearch/2.5
platforms: linux/amd64,linux/arm64
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/build-php-8-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
with:
ref: release/next
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -24,11 +26,11 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/php/8.1
platforms: linux/amd64,linux/arm64
push: true
tags: |
markoshust/magento-php:8.1-fpm
markoshust/magento-php:8.1-fpm-5
markoshust/magento-php:8.1-fpm-6
6 changes: 4 additions & 2 deletions .github/workflows/build-php-8-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
with:
ref: release/next
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -24,11 +26,11 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/php/8.2
platforms: linux/amd64,linux/arm64
push: true
tags: |
markoshust/magento-php:8.2-fpm
markoshust/magento-php:8.2-fpm-4
markoshust/magento-php:8.2-fpm-5
6 changes: 4 additions & 2 deletions .github/workflows/build-php-8-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
with:
ref: release/next
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -24,11 +26,11 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/php/8.3
platforms: linux/amd64,linux/arm64
push: true
tags: |
markoshust/magento-php:8.3-fpm
markoshust/magento-php:8.3-fpm-2
markoshust/magento-php:8.3-fpm-3
35 changes: 35 additions & 0 deletions .github/workflows/build-php-8-4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: build-php-8-4

on: workflow_dispatch

jobs:
php-8-3:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
with:
ref: release/next
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v6
with:
context: images/php/8.4
platforms: linux/amd64,linux/arm64
push: true
tags: |
markoshust/magento-php:8.4-fpm-dev
4 changes: 3 additions & 1 deletion .github/workflows/build-rabbitmq-3-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
with:
ref: release/next
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -24,7 +26,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/rabbitmq/3.11
platforms: linux/amd64,linux/arm64
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-rabbitmq-3-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
with:
ref: release/next
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -24,7 +26,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: images/rabbitmq/3.12
platforms: linux/amd64,linux/arm64
Expand Down
Loading