Giter Site home page Giter Site logo

odoo-docker's Introduction

Docker images for Odoo / OpenERP

This repository provides trusted Dockerfiles for Odoo (formerly OpenERP).

Built images are uploaded to hub.docker.com

Main images:

  • Odoo trunk on Debian/Ubuntu (./trunk-src/)
  • Odoo 8.0 on Debian/Ubuntu (./8.0/)
  • OpenERP 7.0 on Debian/Ubuntu (./7.0/)
  • OpenERP 6.1 on Debian only (./6.1/)

PostgreSQL images:

  • PostgreSQL 9.3 on Debian/Ubuntu (./postgresql/)
  • PostgreSQL 9.4 beta on Debian/Ubuntu (./postgresql/)

Usage:

Other images are listed on hub.docker.com

Note: no trusted images because of Docker bug #5892

odoo-docker's People

Contributors

florentx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

odoo-docker's Issues

Customzing sales Analysis using two table is it posiible in odoo 8 and 9?

In graph and pivot table view, x axis one table. y-axis another one table is this possible to show our data for analytical view if it possible give me some some example of using two tables as x and y axis how to customize, if not possible to use two table in x,y axis, why give me some pretty simple example for both of question?

thanks for your attention......!

How do you copy conf file to /etc/supervisord

hi florentx, i'm not sure if i can ask some stupid questions here, and if it's not appropriate, you can delete this

~# docker exec openerp ls -al /etc/supervisor/conf.d
total 20
drwxr-xr-x 2 root root 4096 Sep 23  2014 .
drwxr-xr-x 3 root root 4096 Sep 23  2014 ..
-rw-r--r-- 1 root root  194 Jun  1  2014 dropbear.conf
-rw-r--r-- 1 root root  260 Jun 17  2014 odoo.conf
-rw-r--r-- 1 root root  283 Jun  1  2014 postgresql.conf

i don't understand how you copy configuration files to /etc/supervisord, i don't see anything about this in 8.0/debian/Dockerfile, and also i don't understand why i run docker run -d --name openerp -p 8069:8069 tinyerp/debian-odoo then openerp-server is started ?

this is so different from https://github.com/odoo/docker/blob/master/8.0/Dockerfile, but i want to your version dockerfile, because i want to install it from source code, i want to customize something.

thanks !

Cannot build Debian trunk

Using https://github.com/tinyerp/odoo-docker/blob/upload/trunk-deb/debian/Dockerfile to build fails with these errors:

Setting up openerp (8.0dev-20140416-230101-1) ...
chfn: PAM: System error
adduser: `/usr/bin/chfn -f OpenERP openerp' returned error code 1. Exiting.
dpkg: error processing package openerp (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up libcupsimage2:amd64 (1.7.4-1) ...
Setting up libcupsfilters1:amd64 (1.0.54-3+b1) ...
Setting up libgs9 (9.05~dfsg-8.1) ...
Setting up ghostscript (9.05~dfsg-8.1) ...
Processing triggers for libc-bin (2.18-7) ...
Processing triggers for ca-certificates (20140325) ...
Updating certificates in /etc/ssl/certs... 168 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....done.
Processing triggers for python-support (1.0.15) ...
Errors were encountered while processing:
 openerp
E: Sub-process /usr/bin/dpkg returned an error code (1)
Removing intermediate container 212f468f2f60
2014/07/24 12:29:35 The command [/bin/sh -c echo deb http://nightly.odoo.com/trunk/nightly/deb/ ./    > /etc/apt/sources.list.d/openerp-trunk.list && export DEBIAN_FRONTEND=noninteractive LANG=en_US.UTF-8 && apt-get update && apt-get install -y --allow-unauthenticated openerp && apt-get install -y wkhtmltopdf python-geoip && mkdir ~openerp && chown openerp:openerp ~openerp && service postgresql start && su - postgres -c "createuser -d openerp" && echo H4sIAHk6WlMCA+2UTU+DQBCGOfMrNj0LCxSWaNKDiY0e/Eg0noxpKGxxE9jF5eP3OxCq FGvSg5hg5rkA7yztbHee2tSYHAcIg6C7AuNrd+96S495zPfcEHLmstAggTEjxpubCTYtVFmlmpfv mR0ruZvop2G+/+P5Bw6D8/fCIGSeF0Duui4LDGLg+U/OS6FVqqP84msMXs1Y5XkkE7IitC41zcR2 MCX03F7SrZCfEbGuCG2io+vySEhixaSdLJFudiLjK8qr+Ni68SSadck19LCPzaiu4DbSFYSVrnkX QGEYaZ4IzeNqU1YJ13ofFyJpv7vdUdupruWoA6vtwIZlJryo6mqTqXT4BjzSsi64bkSp9LBVqJjG bLGpKrjkuphK/pP8H/7/M/Df8T0H/f9T//sx+CZ/a3pfs8DHBpQEnzuH+3hUPnC3L5lcNkIrmXPZ mvr8tH5cLfra4uz24fr+8m49SG4e2kf6pnK+//TFL+t/2PRp1o82Om/zEQRBEARBEARBEARBEARB EARBEARBkP/EB0y9pT8AKAAA  | base64 -di | tar xz -C /etc/supervisor/conf.d] returned a non-zero code: 100

switch to trusted builds

I tried to build trusted Docker images, but I hit something which looks like a bug: moby/moby#5892

So I've reverted to classical home-made images, built from the upload branch.

Plan is to deliver trusted builds some day.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.