Begin main content
Forum OpenACS Development: OpenACS docker images (docker-compose)
Posted by
Vlad V
on
02/25/22 07:28 PM
Hi all,
- I've prepared new openacs image (github repo - https://github.com/oupfiz5/openacs )
- I've updated openacs-s6 images (github repo https://github.com/oupfiz5/openacs-s6 )
- Image doesn't use s6. OpenACS runs directly as foreground (see entrypoint from Dockerfile)
- NaviServer version is
4.99.23
.
- DockerHub link is https://hub.docker.com/repository/docker/oupfiz5/openacs.
- Docker image tag is
oacs-5-10
- OpenACS uses the original openacs-config.tcl and
oacs_*
variables in .env
file (docker-compose).
- OpenACS tag is
5-10
.
- Docker-compose uses the official postgres database image.
- Two versions of docker images with s6 version 3 and version 2 are builded and pushed . The docker image with s6 version 2 will be deprecated soon.
- NaviServer version is
4.99.23
.
- DockerHub link is https://hub.docker.com/repository/docker/oupfiz5/openacs-s6.
- Docker image tag for s6 version 3 is
v3-oacs-5-10
. Docker image tag for s6 version 2 is v2-oacs-5-10
.
- OpenACS uses the original openacs-config.tcl and
oacs_*
variables in .env
file (docker-compose).
- OpenACS tag is
5-10
.
- Docker-compose uses the official postgres database image.