Bug 34780 - installation on debian docker image
Summary: installation on debian docker image
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Installation and upgrade (command-line installer) (show other bugs)
Version: 23.05
Hardware: Other Linux
: P5 - low blocker
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-13 09:29 UTC by grivel.theo
Modified: 2024-07-04 20:37 UTC (History)
0 users

See Also:
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 (309.41 KB, text/plain)
2023-09-13 09:29 UTC, grivel.theo
Details

Note You need to log in before you can comment on or make changes to this bug.
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.