Skip to content

Feature/fix dockerfile #220

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

Merged
merged 5 commits into from
Jan 13, 2025

Conversation

alijomeiy
Copy link
Contributor

The previous dockerfile is obsolete and the project structure changed, so we need to update dockerfile which follows the new project structure and rules and is small in size.

The proposed docker file uses python-alpine as the base image to minimize its size. It also runs the minimum of what PyHSS can do (HSS, Diameter, and rest API) while it's easy to change and to run more services like metricService or georedService.

pip3 install -r requirements.txt && \
cp /pyhss/tools/Diameter_client.py /pyhss/ && \
chmod +x *.sh
WORKDIR /pyhss

Choose a reason for hiding this comment

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

why is this neccessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's not! removed!

@nickvsnetworking nickvsnetworking merged commit 2598422 into nickvsnetworking:master Jan 13, 2025
1 of 2 checks passed
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.

3 participants