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

docker container #14

Open
poggenpower opened this issue Mar 31, 2022 · 5 comments
Open

docker container #14

poggenpower opened this issue Mar 31, 2022 · 5 comments

Comments

@poggenpower
Copy link
Contributor

Hi,

I am working on a docker container running this project.
Before publishing this in a 2nd place I would like to ask if you are open to PRs around this topic.
Could be useful for others to have all the things in one place.

If not this is also OK and I will create a separate project.

Bye
Thomas

@sfudeus
Copy link
Collaborator

sfudeus commented Mar 31, 2022

There might already be more but I did a trivial packaging of rctmon into a (multiarch) container image myself: https://github.com/sfudeus/docker_rctmon, to be found at docker.io/sfudeus/rctmon
Even better if we could get this into the original source :-)

@svalouch
Copy link
Owner

svalouch commented May 5, 2022

I'm not using docker myself and thus can't provide support for it, though I'd be fine with including an example Dockerfile somewhere. My preferred solution would be to add links to images to the documentation, e.g. to @sfudeus's.

@poggenpower
Copy link
Contributor Author

The problem with providing a docker image instead.of a docker file is that it need to be maintained. Not only if there are updates from rctmin, but also security patches of the base image and python.
A lot of this can be automated with git actions, but requires some additional efforts.
Long story short if linking to an image it should be one that is maintained.

Regarding some deployment docs, I can also provide an example for a kubernetes deployment.

@sfudeus
Copy link
Collaborator

sfudeus commented May 6, 2022

Besides linking my image in Docker-Hub feel free to link my Github-Repo (https://github.com/sfudeus/docker_rctmon) for it as well, which of course contains a Dockerfile. Feel free to copy my Dockerfile here as well.
My Docker image is auto-built once a week to ensure updated an updated base image.

@sfudeus
Copy link
Collaborator

sfudeus commented May 6, 2022

Sidenote: Currently my docker image is already pointing to a PR-branch I did for rctmon, but in general this is supposed to point to master/main. I'll update the setup to be able to build these in addition to master.

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

No branches or pull requests

3 participants