[TYPO]Openupgrade images

This commit is contained in:
Fabien BOURGEOIS 2023-01-08 17:21:01 +01:00
parent 15ca7a4bbd
commit a94978ee62
4 changed files with 8 additions and 8 deletions

View File

@ -3,5 +3,5 @@ LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
WORKDIR /opt/odoo
RUN rm -rf OCB/ && \
RUN git clone -b "${ODOO_BRANCH}" --depth 1 https://github.com/OCA/OpenUpgrade.git OCB && \
pip install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.4.0
git clone -b "${ODOO_BRANCH}" --depth 1 https://github.com/OCA/OpenUpgrade.git OCB && \
pip3 install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.4.0

View File

@ -3,5 +3,5 @@ LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
WORKDIR /opt/odoo
RUN rm -rf OCB/ && \
RUN git clone -b "${ODOO_BRANCH}" --depth 1 https://github.com/OCA/OpenUpgrade.git OCB && \
pip install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.4.0
git clone -b "${ODOO_BRANCH}" --depth 1 https://github.com/OCA/OpenUpgrade.git OCB && \
pip3 install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.4.0

View File

@ -3,5 +3,5 @@ LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
WORKDIR /opt/odoo
RUN rm -rf OCB/ && \
RUN git clone -b "${ODOO_BRANCH}" --depth 1 https://github.com/OCA/OpenUpgrade.git OCB && \
pip install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.4.0
git clone -b "${ODOO_BRANCH}" --depth 1 https://github.com/OCA/OpenUpgrade.git OCB && \
pip3 install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.4.0

View File

@ -3,5 +3,5 @@ LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
WORKDIR /opt/odoo
RUN rm -rf OCB/ && \
RUN git clone -b "${ODOO_BRANCH}" --depth 1 https://github.com/OCA/OpenUpgrade.git OCB && \
pip install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.4.0
git clone -b "${ODOO_BRANCH}" --depth 1 https://github.com/OCA/OpenUpgrade.git OCB && \
pip3 install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.4.0