Skip to content

Releases: acdh-oeaw/arche-docker

Base image changed to ubuntu:noble

23 Oct 11:53
Compare
Choose a tag to compare
2.0.0

Dockerfile: tika bumped to 3.0.0

Passing env vars to init scripts fixed

16 Feb 15:26
Compare
Choose a tag to compare
1.2.2

root/home/www-data/run.sh: do not preserve any env vars when running …

German locale added

14 Sep 08:35
Compare
Choose a tag to compare
1.2.1

German locale added

Support for env vars-driven Postgresql connection setup

03 Jun 11:40
Compare
Choose a tag to compare

The setup provided by the docker image is minimalistic - it only:

  • assures default values of PG_HOST (127.0.0.1), PG_PORT (5432), PG_USER (www-data) and PG_DBNAME (www-data)
  • exports PG_CONN="-h $PG_HOST -p $PG_PORT -U $PG_USER $PG_DBNAME" (to be used as psql $PG_CONN)
  • sets PG_EXTERNAL=1 if PG_HOST is provided

The actual use of these env vars must be implemented in the configuration repository.

Prepared for Drupal gui

25 Mar 21:55
Compare
Choose a tag to compare
1.1.0

Do not autorestart init scripts

Small fixes

21 Mar 15:39
Compare
Choose a tag to compare
  • README updated
  • pv added so backups progress can be shown

Initial release

16 Mar 13:44
Compare
Choose a tag to compare
1.0.0

Made in line with the config

First release

20 Aug 19:24
Compare
Choose a tag to compare
First release Pre-release
Pre-release
0.1.0

Rights made right - everything is running as an unpriviledged user wh…