Forum OpenACS Development: OpenACS docker images (docker-compose)

Collapse
Posted by Vlad V on

Hi all,

  1. I've prepared new openacs image (github repo - https://github.com/oupfiz5/openacs )
  2. I've updated openacs-s6 images (github repo https://github.com/oupfiz5/openacs-s6 )

OpenACS image from https://github.com/oupfiz5/openacs

  1. Image doesn't use s6. OpenACS runs directly as foreground (see entrypoint from Dockerfile)
  2. NaviServer version is 4.99.23.
  3. DockerHub link is https://hub.docker.com/repository/docker/oupfiz5/openacs.
  4. Docker image tag is oacs-5-10
  5. OpenACS uses the original openacs-config.tcl and oacs_* variables in .env file (docker-compose).
  6. OpenACS tag is 5-10.
  7. Docker-compose uses the official postgres database image.

OpenACS images from https://github.com/oupfiz5/openacs-s6

  1. 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.
  2. NaviServer version is 4.99.23.
  3. DockerHub link is https://hub.docker.com/repository/docker/oupfiz5/openacs-s6.
  4. Docker image tag for s6 version 3 is v3-oacs-5-10. Docker image tag for s6 version 2 is v2-oacs-5-10.
  5. OpenACS uses the original openacs-config.tcl and oacs_* variables in .env file (docker-compose).
  6. OpenACS tag is 5-10.
  7. Docker-compose uses the official postgres database image.