jonaswinkler
64b176103e
fixes #201
2021-01-12 13:51:44 +01:00
jonaswinkler
3fbf24a1c2
don't use dependencies from testing
2021-01-11 21:55:06 +01:00
jonaswinkler
4503be110a
try building this with updated dependencies
2021-01-11 17:13:56 +01:00
jonaswinkler
ee31249d65
reorganized the Dockerfile
2021-01-10 22:28:46 +01:00
jonaswinkler
527b7bee3f
forgot a dependency
2021-01-10 21:27:41 +01:00
jonaswinkler
1e185d1502
don't build front end with docker
2021-01-10 19:59:05 +01:00
jonaswinkler
22fc16f4a3
revert to python:3.7-slim base image since ubuntu:20.04 is clearly not working for arm
2021-01-10 17:18:35 +01:00
jonaswinkler
def85a3d37
maybe use requirements instead?
2021-01-10 15:51:40 +01:00
jonaswinkler
74db555f78
fix cryphtography for armv7
2021-01-10 11:39:30 +01:00
jonaswinkler
a1a415a5d1
fix up pipfile for arm/v7
2021-01-10 11:26:14 +01:00
jonaswinkler
c9ce69c1c1
documentation action
2021-01-10 00:50:06 +01:00
jonaswinkler
0051d9f76e
undo removing a required library
2021-01-09 20:29:29 +01:00
jonaswinkler
e3478edeeb
Merge branch 'dev' into travis-multiarch-builds
2021-01-09 14:48:51 +01:00
jonaswinkler
838631b057
Merge branch 'dev' into travis-multiarch-builds
2021-01-07 17:41:44 +01:00
jonaswinkler
9bf4ce25b2
Merge branch 'dev' into travis-multiarch-builds
2020-12-28 17:54:48 +01:00
jonaswinkler
02e81f7ab5
update Dockerfile
2020-12-23 17:03:00 +01:00
Jonas Winkler
6907b91420
Merge pull request #178 from MarkSchmitt/travis-multiarch-builds
...
Automatic CI/CD multiarch docker builds
2020-12-23 14:35:47 +01:00
jonaswinkler
ade951a600
Adds jbig2 to the build, fixes #93
2020-12-21 23:02:26 +01:00
Mark Schmitt
ba18258750
Add libxslt-dev to dependencies.
...
At least one arm based image does not pull in dependencies the same way
the amd64 one does, resulting in a missing libxslt shared lib.
2020-12-21 16:19:24 +01:00
jonaswinkler
5b344963b9
reorganized docker build.
2020-12-20 15:58:29 +01:00
Jonas Winkler
0bc6d471fa
updated the build process, it now works on RPi as well.
2020-11-18 22:43:36 +01:00
Jonas Winkler
1d759b75b5
getting paperless-ng ready for the first release.
2020-11-14 12:10:51 +01:00
Jonas Winkler
d398030396
fixes the docker build. also: proper 404 for missing documents/thumbnails
2020-11-13 22:31:39 +01:00
Jonas Winkler
f92ee0068c
updated some dependencies, updated docker files
2020-11-13 18:42:32 +01:00
Jonas Winkler
9d22d9c9b1
added a task scheduler for recurring tasks
2020-11-09 20:29:10 +01:00
Jonas Winkler
7bd843283d
use django authentication instead of auth tokens.
2020-11-09 15:28:12 +01:00
Jonas Winkler
f149d3d10e
new Dockerfile fixes #21
2020-11-05 11:23:58 +01:00
Jonas Winkler
f421d4558a
i screwed up the dockerfile
2020-11-04 20:09:35 +01:00
Jonas Winkler
cfd55a4d6b
updated readme
2020-11-04 17:25:59 +01:00
Jonas Winkler
8f4ddb30c1
updated dockerfiles
2020-11-01 23:01:36 +01:00
Jonas Winkler
505396bc5a
updated docker config
2020-10-29 22:30:36 +01:00
Jonas Winkler
5c4849796b
fixed folders, compatible with previous paperless version
2020-10-29 14:30:15 +01:00
Jonas Winkler
70c1a0e717
i fixed the docker
2020-10-29 00:46:57 +01:00
JOKer
da3edbb1b0
Merge pull request #614 from lawtancool/master
...
Add timezone variable to Docker containers
2020-04-04 19:12:59 +02:00
Johannes Wienke
19b9b2a396
Upgrade Docker image to Alpine 3.11
...
This make tesseract 4.1 avaialbe, which fixes some things like infinite
processing loops on some documents: tesseract-ocr/tesseract#2288
2020-03-01 10:59:59 +01:00
lawtancool
6d87bce905
add tzdata apk install to Dockerfile
2020-02-17 21:46:21 -08:00
Florian Gabsteiger
bdeaf33462
Copy gunicorn.conf to docker container and use it in entrypoint
2019-09-22 11:47:22 +02:00
Daniel Quinn
290051c1b3
Merge pull request #563 from diveflo/feat/docker/alpine
...
Upgrade docker base image to alpine v3.10
2019-09-08 12:25:33 +01:00
Florian Gabsteiger
3050ff1594
Upgrade docker base image to alpine v3.10
2019-09-04 23:00:34 +02:00
Florian Gabsteiger
6ca7322aee
Move static file collection from docker entrypoint to Dockerfile to reduce superflous work
2019-08-30 22:38:38 +02:00
ahyear
0cc5d8b891
Merge pull request #521 from JensPfeifle/update_github_links
...
Update links to reflect move from danielquinn to the-paperless-project
2019-04-04 11:16:05 +02:00
jenspfeifle
362570ca0d
update links to reflect move to the-paperless-project
2019-03-05 21:54:59 +01:00
Benedikt Heine
a590fdaec6
Sort package arguments in Dockerfile
...
This applies the Dockerfile best practices from dockerhub.
Also it adds `--no-cache` to the `apk add` calls. This has got the same effect
like `apk update`, but doesn't store the package lists in the container.
2019-02-18 10:52:56 +01:00
Daniel Quinn
dafa6a4c71
Use pipenv in the Docker build
2018-12-30 17:31:26 +00:00
Scott Peshak
96dafe8c43
Add psycopg2 dependencies to Dockerfile
2018-12-02 16:14:58 -06:00
Daniel Quinn
750ab5bf85
Use optipng to optimise document thumbnails
2018-10-07 14:56:38 +01:00
euri10
9dd76f1b87
Fix issue where tesseract langages weren't installed properly
2018-09-24 13:30:10 +02:00
Enno Lohmeier
f31d535da8
optimize Dockerfile for caching
2018-07-05 13:02:11 +02:00
Jacob Hansson
10d22abd8f
Add curl as dependency in docker container
...
The health check in `docker-compose.yml` uses curl, but the `alpine:3.7` image this Dockerfile builds on doesn't include curl, leading to the health check failing:
{
"Start": "2018-03-06T20:48:57.293359619-06:00",
"End": "2018-03-06T20:48:57.388576132-06:00",
"ExitCode": -1,
"Output": "OCI runtime exec failed: exec failed: container_linux.go:348: starting container process caused \"exec: \\\"curl\\\": executable file not found in $PATH\": unknown"
}
This should be reproducible by simply following the docker-based installation instructions; without this change my `docker-compose up` fails because the health check fails. This change made the docker installation instructions work for me.
2018-03-06 20:57:57 -06:00
Daniel Quinn
08adb2f540
Merge pull request #312 from pitkley/docker-fix-groupmod
...
Fix modifying the GID under alpine
2018-02-25 12:43:22 +01:00