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 Dockerfile and configuration files #1

Merged
merged 24 commits into from
Dec 18, 2023
Merged

Add Dockerfile and configuration files #1

merged 24 commits into from
Dec 18, 2023

Conversation

stephdl
Copy link
Collaborator

@stephdl stephdl commented Dec 14, 2023

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

LICENSE Outdated Show resolved Hide resolved
build-images.sh Show resolved Hide resolved
@stephdl
Copy link
Collaborator Author

stephdl commented Dec 18, 2023

@DavidePrincipi

we require a specific version of archlinux
git has been removed, it slightly lower the image footprint, curl is used

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

@stephdl stephdl self-assigned this Dec 18, 2023
@stephdl
Copy link
Collaborator Author

stephdl commented Dec 18, 2023

ready to review @DavidePrincipi

build-images.sh Outdated Show resolved Hide resolved
Co-authored-by: Davide Principi <davide.principi@nethesis.it>
@stephdl stephdl merged commit 3f56858 into main Dec 18, 2023
1 check passed
@stephdl stephdl deleted the move2NethServer branch December 18, 2023 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants