1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
Commit Graph

60 Commits

Author SHA1 Message Date
Patrik J. Braun
e810135282 Try vips-magick with alpine #127. 2024-07-04 22:11:29 +02:00
Patrik J. Braun
c098dc6157 Add more logging during docker diagnostics #127. 2024-07-04 22:10:55 +02:00
niawag
f306ceff37
Update Dockerfile.build - healthcheck changed from localhost to 127.0.0.1
Should fix a bug whith IPv6 and healthcheck
2024-06-30 16:44:02 +02:00
Patrik J. Braun
5919180a65 trying node 18.19 #888 2024-04-17 20:45:08 +02:00
Dedy Martadinata S
aae451037f
Manually add vips-heif
Unlike debian that pulled heif libs when install vips-dev, alpine need to install this heif separately.
2024-02-20 10:17:01 +07:00
Patrik J. Braun
4fe7f31d0e Moving extension folder within config folder for docker. #743 2023-11-24 23:43:23 +01:00
Patrik J. Braun
1edb156076 Fixing alpine sharp issue and repushing v1.9.5 release #588 2023-01-13 00:34:54 +01:00
Patrik J. Braun
203fc798ac Add build time diagnostics to docker to test failing sharp #588 #295 2023-01-13 00:32:58 +01:00
Patrik J. Braun
ffba3c3aef trying alpine v3.17 on linux/arm/v7 #295 2023-01-07 13:33:19 +01:00
Patrik J. Braun
b7584dbc85 Updating default folder location in the dockerfile after config location change #569 #493 2023-01-03 10:10:35 +01:00
Patrik J. Braun
3281e35fd3 fixing alpine version 2022-11-29 22:18:34 +01:00
Patrik J. Braun
1ae80a29fa updating to node v18 2022-11-29 21:52:26 +01:00
Patrik J. Braun
34ba8b2fc8 updating alpine version and readding armv7 to alpine #295 2022-11-29 21:26:27 +01:00
Patrik J. Braun
a2e576ec27 updating node to v16 and angular to v12 2022-03-30 22:18:02 +02:00
Patrik J. Braun
6768647f11 Removing alpine from armv7. Mixing v15 and edge dependencies did not work. #295 2022-03-11 23:26:21 +01:00
Patrik J. Braun
d0f2344ce7 remove backslash 2022-03-11 10:19:36 +01:00
Patrik J. Braun
89aebfd014 testing if sharp can build on alpine all platforms 2022-03-10 20:35:32 +01:00
Patrik J. Braun
fc385d9617 Adding vips to alpine to prepare for sharp v0.30.0 support, once its repo contains libvips 8.12.2 package: https://pkgs.alpinelinux.org/packages?name=vips&branch=v3.15 #295 2022-02-08 14:49:46 +01:00
Patrik J. Braun
f44e9eb12f Dropping armv7 from alpine and stretch. Keeping with buster as it is the mainly supported target. #295 2022-02-07 19:58:46 +01:00
Patrik J. Braun
9ea2fc5f21 Revert "upgrading to recommend node v16, making min version to be v14"
This reverts commit b72788456b.

# Conflicts:
#	.github/workflows/build.yml
#	.travis.yml
#	package-lock.json
#	package.json
2022-01-15 11:32:46 +01:00
Patrik J. Braun
b72788456b upgrading to recommend node v16, making min version to be v14 2022-01-14 16:27:08 +01:00
Dedy Martadinata S
7c337fb1e7
Add linking for python3
As in alpine /usr/bin/python owned by python2, workaround by linking /usr/bin/python3 to /usr/bin/python
2021-05-20 08:02:13 +07:00
Dedy Martadinata S
996b77eb7b
Change python to python2
As python in alpine 3.11 is version 2.x.x and python in alpine 3.13 have two python versions ```python3``` and ```python2```.
2021-05-19 09:54:43 +07:00
Dedy Martadinata S
c1535b5411
Update deps for alpine 3.13
Change python to python2
2021-05-19 05:59:47 +07:00
Patrik J. Braun
0a46388280
Updating repository to 3.13 in alpine docker build #214 2021-05-18 23:20:29 +02:00
Patrik J. Braun
71c75be291
Updating alpine Docker.build to v3.13 #295 2021-05-17 22:33:18 +02:00
Patrik J. Braun
e54bab2976 Adding debian buster and node v14 support 2020-12-26 12:11:31 +01:00
zertrin
d149457b3c Update Dockerfiles
- added wget to debian images (it was removed from the node base image,
see https://github.com/nodejs/docker-node/issues/1185)
- resynchronized the standalone Dockerfile with the one used for builds
- apt install without recommended packages
- clean apt cache after install to reduce image size a bit
2020-10-25 20:23:20 +08:00
Patrik J. Braun
586e944d6a Updating entrypoint to exec form. This also removes support to set config file path from ENV variable. (It was introduced in #130). Should fix: #136 2020-09-07 00:21:39 +02:00
Patrik J. Braun
ce233b563f adding shebang to the docker entry script 2020-09-06 20:21:25 +02:00
Patrik J. Braun
f6e665fa79 Creating entripont.sh as exec form Entrypoint does not support environmental variables. #136 2020-09-06 17:27:52 +02:00
Patrik J. Braun
35435af7c0 Improving docker file. Hopefully fixes the issue that ENV variables do not load when running the default entrypoint. #136 2020-09-06 15:42:09 +02:00
Patrik J. Braun
2f982ba8e3 refactoring docker build entrypoint 2020-02-08 13:18:37 +01:00
Patrik J. Braun
6be6dbf676 improving docker build 2020-02-08 12:19:53 +01:00
Patrik J. Braun
336cbca499 fixing docker file 2020-02-08 09:17:14 +01:00
Patrik J. Braun
2654dce9a1 signaling docker sensitive options 2020-02-07 23:32:41 +01:00
Patrik J. Braun
04179f93b7 upgrading the docker files to only set default values 2020-02-07 14:03:03 +01:00
suika
9afdbc855a Some options can pull from ENV 2020-01-28 03:09:38 +01:00
suika
9a23523ae4 Use ENV to set important paths
To make it easier to change the parameters ENV vars can be used to set DB, IMAGE, TMP and CONF path.

Closes #124
2020-01-27 21:58:50 +01:00
Patrik J. Braun
46aa9710ee docker alpine test 2020-01-01 14:15:15 +01:00
Patrik J. Braun
34267e8ed8 improving docker file, adding heartbeat url 2019-12-30 17:52:12 +01:00
Patrik J. Braun
c4ca9e5857 improving Dockerfile.build 2019-12-30 09:34:37 +01:00
Patrik J. Braun
2663ed49e7 readme update 2019-12-29 10:45:01 +01:00
Patrik J. Braun
ddb734e64a implementing job history saving 2019-12-29 00:35:41 +01:00
Patrik J. Braun
dea0fd00ec adding docker-compose files and docker documentation 2019-12-23 21:07:34 +01:00
Patrik J. Braun
3f7751024e fixing docker error 2019-12-23 12:10:01 +01:00
Patrik J. Braun
9e7e66a4aa entrypoint fix 2019-12-23 08:29:10 +01:00
Patrik J. Braun
63fd2ff079 modifying dokcerfiles 2019-12-23 00:36:20 +01:00
Patrik J. Braun
5db8f0a94d Dockerfile.build 2019-12-22 22:52:47 +01:00
Patrik J. Braun
cec031d9ef fixing docker app path 2019-12-22 22:34:36 +01:00