Skip to content

Conversation

dbpolito
Copy link
Member

@dbpolito dbpolito commented Apr 29, 2025

This pull request introduces two main changes: enabling CI/CD workflows for pull requests and updating Dockerfiles to use a more recent and architecture-aware version of the dockerize tool. These updates improve the CI/CD process and ensure compatibility with different system architectures.

CI/CD Workflow Updates:

  • Added support for triggering the CI/CD workflow on pull requests in .github/workflows/ci-cd.yml. This ensures that pull requests are automatically tested, improving code quality and reducing manual intervention.

Dockerfile Updates:

  • Updated the dockerize tool to version 0.9.3 in all Dockerfiles (8.0, 8.1, 8.2, 8.3, 8.4 and their -prod variants) and the template/Dockerfile.blade.php. The new version dynamically determines the system architecture (arm64 or amd64) to ensure compatibility with both ARM and x86 systems. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]

@dbpolito dbpolito requested review from fabriciojs and Copilot April 29, 2025 16:16
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR aims to upgrade the Docker setup and improve ARM support.

  • Added a pull_request trigger in the CI/CD workflow to automate checks for pull requests.
Files not reviewed (11)
  • 8.0-prod/Dockerfile: Language not supported
  • 8.0/Dockerfile: Language not supported
  • 8.1-prod/Dockerfile: Language not supported
  • 8.1/Dockerfile: Language not supported
  • 8.2-prod/Dockerfile: Language not supported
  • 8.2/Dockerfile: Language not supported
  • 8.3-prod/Dockerfile: Language not supported
  • 8.3/Dockerfile: Language not supported
  • 8.4-prod/Dockerfile: Language not supported
  • 8.4/Dockerfile: Language not supported
  • template/Dockerfile.blade.php: Language not supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant