[TYPO]OpenUpgrade images, end
This commit is contained in:
parent
a94978ee62
commit
6408123b37
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user