rgaudin
81d9a6cc02
Use explicit UID/GID and show them in error message
2025-12-01 09:38:29 +00:00
Emmanuel Engelhart
0232f0a95f
Check if /data is writable
2025-11-30 17:48:40 +01:00
Emmanuel Engelhart
309d4d01f1
/data per default writable
2025-11-30 17:48:40 +01:00
yashgoyal0110
b679e5d159
Update Kiwix Server base image from alpine:3.18 to alpine:3.22
2025-10-24 12:39:15 +02:00
rgaudin
869b08cf71
Minor comment wording
2025-09-28 17:25:04 +02:00
Sedetius
ae1640736c
Moved user creation in kiwix-serve dockerfile before COPY start.sh to automatically use the new users file permissions.
2025-09-28 17:25:04 +02:00
Sedetius
40d32cfc32
Switched from legacy dockerfile LABEL key value format to new one.
2025-09-28 17:25:04 +02:00
Sedetius
463015da45
Changed default user name in kiwix-serve Dockerfile to avoid confusion with other kiwix services.
2025-09-28 17:25:04 +02:00
Sedetius
0ba30b5525
Adapted Kiwix Serve Dockerfile for rootless Docker support
2025-09-28 17:25:04 +02:00
Emmanuel Engelhart
3c6971fced
Dedicated Docker Compose section
2023-08-13 09:38:59 +02:00
renaud gaudin
d0f8226f50
Docker images for new architectures
...
- Fixes the release filename for arm64 and armv7
- Add new architectures for i386 and armv6
2023-06-16 17:59:33 +02:00
Emmanuel Engelhart
a463c31a0c
Add example with globbing
2023-05-24 09:51:42 +02:00
Emmanuel Engelhart
6e239d5cb6
Add link to Kiwix server container image
2023-05-24 09:51:11 +02:00
Graham Moss
7f9bf58742
Update docker-compose.yml to use ghcr.io image
2023-04-28 15:01:05 -04:00
renaud gaudin
3d9348092b
removed references to docker.io
2023-03-22 15:23:31 +00:00
Jacob Roeland
0f25fa69d3
Surround wildcard statement in quotes
2023-02-02 00:26:46 -05:00
renaud gaudin
a6713db7fe
Simplified Dockerfile
...
- using alpine's dumb-init to remove builder
- simplifying arch management
- extracting to final location
2022-10-26 16:04:40 +00:00
Neyder Achahuanco Apaza
1a25b42517
Fixed README
2022-10-24 17:00:32 -05:00
Neyder Achahuanco Apaza
70c390c7d1
Modify documentation to reflect PORT variable and default to 8080
2022-10-23 09:54:46 -05:00
Neyder Achahuanco Apaza
847d1e9e76
Modify default port so it cna be used on secured kubernetes
2022-10-21 15:11:14 -05:00
Kunal Mehta
0df3c14faa
Remove more references to kiwix-read
...
Was removed in f9ce353ad1 .
2022-07-31 09:43:53 +02:00
Oleg Smelov
85a3093df3
Fix dumb-init HTTPS download in Dockerfile
2022-01-16 20:39:19 +02:00
renaud gaudin
dedcae83cd
Fixed docker image for non-amd64 platforms
...
PR#489 (01430603b6 ) introduced dumb-init for better
signals handling.
While this has the intended effect, it was done ny downloading the dumb-init static bin
into the image… only using the amd64 version.
Ever since, the image(s) have been broken for armv7 and arm64.
As dumb-init doesn't provide 32b arm binary and because it's such a simple/small code,
this fix compiles it in a builder shallow image ; ensuring we're getting an appropriate
binary for the target arch.
We are also statically linking against musl-C as this is supported by dumb-init and is
much smaller than glibc.
2021-12-21 10:27:28 +00:00
Fazle Rabbi
c8be7c47ca
Modify README.md to link to docker-compose doc
2021-12-10 21:09:14 +06:00
Fazle Rabbi
f356587b23
Add docker-compose for kiwix-server
...
added docker-compose for kiwix-server via docker-compose.yml.example which supports both local and remote zim file.
updated README.md to update about docker-compose.yml.example
2021-12-09 18:16:41 +06:00
renaud gaudin
6c31d0d7b0
Fixed #482 : use dumb-init in docker for signal forwarding
...
Following-up on discussion in #488 , now using https://github.com/Yelp/dumb-init
as entrypoint so our kiwix-* tools properly receives signals
2021-10-14 09:30:04 +02:00
renaud gaudin
ccb8d11dce
CI built docker image
...
- added a new generic kiwix/kiwix-tools image
- kiwix/kiwix-serve now based on kiwix/kiwix-tools ; with its entrypoint
- both images are built with official binary distribution
- both images are built on github action and pushed to both docker.io and ghcr.io
- both images are multi-arch and support arm/v7, arm64 and amd64
- built on release published or workflow_dispatch event (to be triggered by kiwix-build)
2021-01-07 22:13:49 +00:00
Kelson
0e9f406180
Add instructions to build image for ARM
2020-09-19 13:55:15 +02:00
renaud gaudin
8cc34782bc
support arm arch for kiwix-serve image
2020-08-31 11:27:29 +02:00
Kelson
d1d72218b3
Example with multiple ZIM files
2020-07-22 16:53:31 +02:00
Kelson
44613aae5d
Print information about /data if error
2020-02-18 08:38:18 +01:00
Kelson
a9ff2aebee
Simpliciation of README
2020-01-16 16:02:59 +01:00
Kelson
a2b944618f
More debug messages at kiwix-serve start
2020-01-16 14:57:53 +01:00
Kelson
d27abb41b7
Fix wrong URL in Kiwix serve Docker documentation
2020-01-16 14:49:17 +01:00
Kelson
5f12d0349f
Use latest version of kiwix-serve in Dockerfile
2020-01-16 14:19:46 +01:00
Kelson
7ec2308053
Add ability to download a file at container start
2020-01-16 14:04:03 +01:00
Kelson
dbae6439b2
Use latest version of kiwix-serve
2019-09-29 01:56:45 +02:00
Kelson
796614fd7d
New kiwix-serve screenshots
2019-08-27 16:37:22 +02:00
Kelson
f8f66288ea
Use kiwix-serve 3.0.1
2019-08-22 20:42:49 +02:00
Matthieu Gautier
99f6941614
New version 1.2.1
2019-04-16 14:30:54 +02:00
Kelson
7d2bec3e39
New Docker image of kiwix-serve #257
2019-03-23 17:01:17 +01:00