[Bug 34780] New: installation on debian docker image
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34780 Bug ID: 34780 Summary: installation on debian docker image Change sponsored?: --- Product: Koha Version: 23.05 Hardware: Other OS: Linux Status: NEW Severity: blocker Priority: P5 - low Component: Installation and upgrade (command-line installer) Assignee: koha-bugs@lists.koha-community.org Reporter: grivel.theo@protonmail.com QA Contact: testopia@bugs.koha-community.org Created attachment 155586 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155586&action=edit Log of a manual installation in debian 10 docker image Hey ! I'm trying to install Koha 23.05 in a debian docker image. I read [Koha on Debian](https://wiki.koha-community.org/wiki/Koha_on_Debian) documentation. I launch the docker image. ```sh docker run -it --name ${NAME} debian:10 sh ``` I started trying a manual installation. ```sh apt update apt -y install sudo wget gnupg2 wget -qO - https://debian.koha-community.org/koha/gpg.asc | gpg --dearmor -o /usr/share/keyrings/koha-keyring.gpg apt update echo 'deb [signed-by=/usr/share/keyrings/koha-keyring.gpg] https://debian.koha-community.org/koha stable main' > /etc/apt/sources.list.d/koha.list apt update apt -y install koha-common ``` I add the log as an attachment (so you do not need to reproduce my commands). Thank you for your time Best regards Theo -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34780 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Theo, Koha installation in docker is not yet a supported installation method and your question is more for support/advice and not a bug or enhancement request. As such, I am closing this bug as INVALID. But please ask your question on the mailing list (https://koha-community.org/support/koha-mailing-lists/) or in the Koha IRC chat (https://koha-community.org/get-involved/irc/). I know people have been interested in dockerizing Koha installations outside of development environments. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org