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

Add docker container and compose file #103

Open
wants to merge 32 commits into
base: version-2-dev
Choose a base branch
from

Conversation

rtm516
Copy link

@rtm516 rtm516 commented Oct 26, 2023

Description

Add a docker image that can be easily ran from GitHub container registry. Also fixes a few deprecation warnings from the use of htmlspecialchars.

It goes along with userjack6880/Open-Report-Parser#19

Fixes #73

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Test Configuration:

  • OS: Rocky Linux 9.2
  • OS Kernel Version:
  • WebServer: Apache
  • WebServer Version: 2.4 (inside the container)
  • PHP Version: 8.2 (inside the container)
  • SQL Variant: MySQL (MariaDB)
  • SQL Version: 11.1.2 (also inside a container within the compose yml, not the one for this tool)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings

userjack6880 and others added 30 commits November 4, 2022 15:40
updated documentation exchanging MySQL with MariaDB
@userjack6880 userjack6880 changed the base branch from version-1 to version-2-dev February 21, 2024 21:04
@rtm516 rtm516 force-pushed the version-1 branch 2 times, most recently from b93a117 to fb9d15d Compare March 2, 2024 14:14
@rtm516
Copy link
Author

rtm516 commented Mar 2, 2024

Tried to fix the merge conflicts

@rtm516
Copy link
Author

rtm516 commented Mar 2, 2024

Looks like there might be a bug with something on GitHub end as its failing to clone down the dependencies needed. Time should fix it, I hope.

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.

[Request]: Docker deploy
2 participants