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

openitcockpit/openitcockpit-ce Dockerfile not found #5

Open
binsky08 opened this issue Dec 12, 2023 · 1 comment
Open

openitcockpit/openitcockpit-ce Dockerfile not found #5

binsky08 opened this issue Dec 12, 2023 · 1 comment

Comments

@binsky08
Copy link

Is it possible to build the openitcockpit/openitcockpit-ce image yourself?
I couldn't find a Dockerfile here or in the core repository.

@nook24
Copy link
Member

nook24 commented Jan 2, 2024

Currently we haven't published the Dockerfile as we use the same build process to also build the enterprise version. How ever, you can extend the docker image like so

FROM openitcockpit/openitcockpit-ce:latest

# All your stuff like
RUN apt-get update && apt-get install -y htop

CMD [ "/run.sh" ]

Hope this helps and a happy new year 🎆

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

2 participants