<div dir="ltr">Benjamin et al, I've put together this:<div><a href="https://github.com/tomascohen/koha-testing-docker">https://github.com/tomascohen/koha-testing-docker</a><br></div><div><br></div><div>The idea is running the test suite inside a container, thus simplifying the required infrastructure.</div><div><br></div><div>This is the first time I try using Docker, so I've been learning the small differences on how things work compared to VMs.</div><div>This are going ok so far, but I hit an issue I hoped you could help me with: everything runs smoothly on my box, but when ran on the jenkins node, things fail misteriously. It would be awesome if you could take a look and think of any conceptual mistakes I might have made. Any clue or advise is welcome.</div><div><br></div><div>This is specially important for pushing the REST api forward, as the current infrastructure is used for the stable branches (also) and upgrading the required libs (Mojolicious specifically) would break the stable branches tests.</div><div><br></div><div>Thanks in advance!</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">El vie., 23 jun. 2017 a las 5:48, Benjamin Rokseth (<<a href="mailto:benjamin.rokseth@kul.oslo.kommune.no">benjamin.rokseth@kul.oslo.kommune.no</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Mark!<br>
<br>
True as Petter said, we have been using it in production since our launch in October, and despite some startup issues (not Docker's fault) we would<br>
gladly recommend using our approach.<br>
<br>
To be specific, we maintain a branch of community Koha at <a href="https://github.com/digibib/koha" rel="noreferrer" target="_blank">https://github.com/digibib/koha</a> which frequently upstreams against koha (currently 17.05.x).<br>
This is to easily maintain our patches on top of community Koha, mainly expanding the REST API (which we depend heavily on) and more bugfixes that<br>
are still waiting in bugzilla. We also have some custom fixes on top of that, which are more small customizations.<br>
<br>
the repo https:// <a href="http://github.com/digibib/koha-docker" rel="noreferrer" target="_blank">github.com/digibib/koha-docker</a> maintains the docker build of the koha images based on the code above.<br>
We have:<br>
- a dev version used for bugzilla testing,<br>
- a patched version which pulls code from git, builds Koha debian packages and updates a repo at <a href="http://datatest.deichman.no/repositories/koha/" rel="noreferrer" target="_blank">http://datatest.deichman.no/repositories/koha/</a> and runs tests,<br>
- and finally a build which pushes to docker hub the images used in production.<br>
<br>
Apart from the koha debian packages we build ourselves, we use standard Koha repos for deps and perldeps.<br>
<br>
I know more libraries are testing our code, e.g. some in Portugal, but we happily assist more, and feedback is much welcome.<br>
<br>
You may contact Joao Arcanjo (<a href="mailto:doarcanjo@gmail.com" target="_blank">doarcanjo@gmail.com</a>) to hear their progress.<br>
<br>
Benjamin<br>
Oslo Public Library<br>
<br>
________________________________________<br>
Fra: Petter Goksøyr Åsen<br>
Sendt: 23. juni 2017 07:21<br>
Til: Mark Tompsett; Koha-devel<br>
Kopi: Benjamin Rokseth<br>
Emne: Sv: Putting Koha into Docker...<br>
<br>
Hi<br>
<br>
We are maintaining and using <a href="http://github.com/digibib/koha-docker" rel="noreferrer" target="_blank">github.com/digibib/koha-docker</a> - it's been running i production since October last year.<br>
<br>
It's definetly community Koha, I don't know what LibLime is.<br>
<br>
We've tried to remove hardcoded configurations and workarounds specific to our use cases, but there might still be some left behind.<br>
<br>
Feel free to raise issues on the github repo or ask here if you have any questions!<br>
<br>
Petter Goksøyr Åsen<br>
Deichmanske bibliotek / Oslo Public Library<br>
________________________________________<br>
Fra: <a href="mailto:koha-devel-bounces@lists.koha-community.org" target="_blank">koha-devel-bounces@lists.koha-community.org</a> [<a href="mailto:koha-devel-bounces@lists.koha-community.org" target="_blank">koha-devel-bounces@lists.koha-community.org</a>] på vegne av Mark Tompsett [<a href="mailto:mtompset@hotmail.com" target="_blank">mtompset@hotmail.com</a>]<br>
Sendt: 22. juni 2017 16:42<br>
Til: Koha-devel<br>
Emne: [Koha-devel] Putting Koha into Docker...<br>
<br>
Greetings,<br>
<br>
I’ve been tasked to dockerize our Koha installation, and I noticed<br>
<a href="https://github.com/digibib/koha-docker" rel="noreferrer" target="_blank">https://github.com/digibib/koha-docker</a><br>
I also noticed it said “<a href="http://www.koha.org" rel="noreferrer" target="_blank">www.koha.org</a>” on<br>
<a href="https://github.com/digibib/koha-docker/wiki" rel="noreferrer" target="_blank">https://github.com/digibib/koha-docker/wiki</a><br>
even though the code says, “echo "deb <a href="http://debian.koha-community.org/koha" rel="noreferrer" target="_blank">http://debian.koha-community.org/koha</a><br>
stable main" > /etc/apt/sources.list.d/koha.list” on<br>
<a href="https://github.com/digibib/koha-docker/blob/master/Dockerfile" rel="noreferrer" target="_blank">https://github.com/digibib/koha-docker/blob/master/Dockerfile</a><br>
So, I’m confused if this is usable for production and it is is Koha or<br>
LibLime. Feedback, thoughts much appreciated.<br>
<br>
GPML,<br>
Mark Tompsett<br>
<br>
_______________________________________________<br>
Koha-devel mailing list<br>
<a href="mailto:Koha-devel@lists.koha-community.org" target="_blank">Koha-devel@lists.koha-community.org</a><br>
<a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel" rel="noreferrer" target="_blank">http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel</a><br>
website : <a href="http://www.koha-community.org/" rel="noreferrer" target="_blank">http://www.koha-community.org/</a><br>
git : <a href="http://git.koha-community.org/" rel="noreferrer" target="_blank">http://git.koha-community.org/</a><br>
bugs : <a href="http://bugs.koha-community.org/" rel="noreferrer" target="_blank">http://bugs.koha-community.org/</a><br>
_______________________________________________<br>
Koha-devel mailing list<br>
<a href="mailto:Koha-devel@lists.koha-community.org" target="_blank">Koha-devel@lists.koha-community.org</a><br>
<a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel" rel="noreferrer" target="_blank">http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel</a><br>
website : <a href="http://www.koha-community.org/" rel="noreferrer" target="_blank">http://www.koha-community.org/</a><br>
git : <a href="http://git.koha-community.org/" rel="noreferrer" target="_blank">http://git.koha-community.org/</a><br>
bugs : <a href="http://bugs.koha-community.org/" rel="noreferrer" target="_blank">http://bugs.koha-community.org/</a><br>
</blockquote></div><div dir="ltr">-- <br></div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div style="color:rgb(117,117,117);font-family:"helvetica neue",helvetica,arial,sans-serif;font-size:12.8px">Tomás Cohen Arazi</div><div style="color:rgb(117,117,117);font-family:"helvetica neue",helvetica,arial,sans-serif;font-size:12.8px">Theke Solutions (<a href="http://theke.io/">https://theke.io</a>)<br>✆ +54 9351 3513384<br>GPG: B2F3C15F</div></div></div>