Skip to content

alezz77122/setupCICD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sonod docker image for running Odoo CI workloads

This Odoo image has the following characteristics:

  • Based on Ubuntu 22.04.

  • Minimal dependencies to run Odoo CI jobs

    • git (with user.name=GitLab and user.email=[email protected])
    • git-autoshare
    • mercurial
    • openssh-client
    • rsync
    • make
    • python3.8/3.9/3.10/3.11
    • virtualenv
    • postgresql client
    • lessc
    • wkhtmltopdf
    • unbuffer
    • gettext: useful to manipulate .po files
    • graphviz, poppler-utils, antiword: used by some Odoo versions
    • libreoffice-writer, libreoffice-calc: for py3o
  • pipx

  • manifestoo

  • ssh client configuration

    • disable strict host key checking
  • Odoo 16 is supported.

  • Odoo is not preinstalled.

  • Runs as non-privileged user named gitlab-runner

Recommended mounts

It is recommended to mount the following volumes, for better build performance:

  • /home/gitlab-runner/.cache/pip
  • /home/gitlab-runner/.cache/git-autoshare
  • /home/gitlab-runner/.cache/acsoo-wheel, if you use the deprecated acsoo wheel command


About

Opsivist docker image for running Odoo CI workloads

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 96.6%
  • Shell 3.4%