-
Notifications
You must be signed in to change notification settings - Fork 0
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 Dockerfile and configuration files #1
Conversation
we require a specific version of archlinux however I tried to install a specific version that we could require, with yay as an alternative but it does not offer to install a specific version too and it brings a lot more of dependencies like git and go. So at this point we could download the build files and bundle them here. Like this we could sed the version we want but we need as a developer compare what we could miss for a future release |
ready to review @DavidePrincipi |
Co-authored-by: Davide Principi <davide.principi@nethesis.it>
This pull request adds the necessary files for building and running the application in a Docker container. It includes the Dockerfile, Apache configuration file, cronie configuration file, event listener configuration file, event listener script, httpd configuration, sogod.ini configuration file, and memcached configuration file. It also updates the readme file and adds a license file. Additionally, it removes unused files and configurations.
NethServer/dev#6804