Bug 34780

Summary: installation on debian docker image
Product: Koha Reporter: grivel.theo
Component: Installation and upgrade (command-line installer)Assignee: Bugs List <koha-bugs>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: blocker    
Priority: P5 - low    
Version: 23.05   
Hardware: Other   
OS: Linux   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Crowdfunding committed: 0
Crowdfunding contact: Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Log of a manual installation in debian 10 docker image

Description grivel.theo 2023-09-13 09:29:39 UTC
Created attachment 155586 [details]
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
Comment 1 Katrin Fischer 2023-09-13 09:48:29 UTC
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.