[TYPO]OpenUpgrade images, end

This commit is contained in:
Fabien BOURGEOIS 2023-01-24 14:22:16 +01:00
parent a94978ee62
commit 6408123b37
2 changed files with 4 additions and 8 deletions

View File

@ -1,7 +1,5 @@
FROM registry.yaltik.net/odoo:yaltik14
LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
WORKDIR /opt/odoo
RUN rm -rf OCB/ && \
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
RUN pip3 install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.4.0 && \
git clone --depth 1 -b 14.0 https://github.com/OCA/OpenUpgrade /opt/odoo/extra-addons/openupgrade

View File

@ -1,7 +1,5 @@
FROM registry.yaltik.net/odoo:yaltik15
LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
WORKDIR /opt/odoo
RUN rm -rf OCB/ && \
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
RUN pip3 install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.4.0 && \
git clone --depth 1 -b 15.0 https://github.com/OCA/OpenUpgrade /opt/odoo/extra-addons/openupgrade