Vauxoo / runbot-addons

Runbot Custom Features to be used by community.
GNU Affero General Public License v3.0
3 stars 7 forks source link

Mensaje de solicitud de password al intentar acceder por ssh a instancia runbot #193

Open ysantiago opened 1 year ago

ysantiago commented 1 year ago

Al intentar acceder a una instancia runbot creada con mi usuario me solicita clave.

El MR con el que hice la prueba es https://git.vauxoo.com/vauxoo/sbd/-/merge_requests/817

Screenshot at Jan 12 12-55-50
moylop260 commented 1 year ago

@antonag32

Could you make a Dockerfile into root path of:

With all steps to install runbot following this script:

Note: Change all repositories cloned to vauxoo forks

Consider using the parameter "privileged" and "--pid host" for "docker run" command in order to be able to run docker into dockers

So, it will require to create a docker compose too in order to know all the parameters needed to run a runbot

After that... could you fix the issue related, please

UPDATE: Consider using the following docker image base FROM quay.io/vauxoo/odoo110 (requires run /entrypoint_image to configure supervisorctl odoo service)