Refactor and streamline build workflows#10
Merged
Merged
Conversation
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Replaced `buildah` CLI calls with Dockerfile generation to simplify build processes and improve maintainability. Standardized symlink creation formatting across templates
Eliminated outdated run configurations (`Build PHP 8.x base`, `Clean up Containers`) and simplified `build.yml`. Enhanced the generator logic for streamlined Dockerfile creation and adjusted templates (e.g., `php-nginx.j2`) for improved consistency.
Eliminated outdated run configurations (`Build PHP 8.x base`, `Clean up Containers`) and simplified `build.yml`. Enhanced the generator logic for streamlined Dockerfile creation and adjusted templates (e.g., `php-nginx.j2`) for improved consistency.
Eliminated outdated run configurations (`Build PHP 8.x base`, `Clean up Containers`) and simplified `build.yml`. Enhanced the generator logic for streamlined Dockerfile creation and adjusted templates (e.g., `php-nginx.j2`) for improved consistency.
Eliminated outdated run configurations (`Build PHP 8.x base`, `Clean up Containers`) and simplified `build.yml`. Enhanced the generator logic for streamlined Dockerfile creation and adjusted templates (e.g., `php-nginx.j2`) for improved consistency.
Eliminated outdated run configurations (`Build PHP 8.x base`, `Clean up Containers`) and simplified `build.yml`. Enhanced the generator logic for streamlined Dockerfile creation and adjusted templates (e.g., `php-nginx.j2`) for improved consistency.
Eliminated outdated run configurations (`Build PHP 8.x base`, `Clean up Containers`) and simplified `build.yml`. Enhanced the generator logic for streamlined Dockerfile creation and adjusted templates (e.g., `php-nginx.j2`) for improved consistency.
Eliminated outdated run configurations (`Build PHP 8.x base`, `Clean up Containers`) and simplified `build.yml`. Enhanced the generator logic for streamlined Dockerfile creation and adjusted templates (e.g., `php-nginx.j2`) for improved consistency.
Removed PHP 5.6 from the build matrix and adjusted `build.yml` to streamline Dockerfile generation. Added example configurations (`fpm`, `fpm-nginx`, `cli`) with Docker Compose and build instructions. Updated CLI aliases for PHP 8.4 and improved `.gitignore` to exclude unnecessary files.
Bump jinja2 from 3.1.3 to 3.1.4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request includes the following changes:
Build PHP 8.x base,Clean up Containers) to eliminate outdated setups.build.ymlfor improved maintainability of build workflows.buildahCLI calls for better standardization.php-nginx.j2) and formatted symlink creation to enforce consistency.Checklist
Additional Information
No breaking changes are introduced by this PR. These changes focus on simplifying and improving the existing build structure for better consistency and maintainability.