[TYPO]Openupgrade images
This commit is contained in:
parent
15ca7a4bbd
commit
a94978ee62
@ -3,5 +3,5 @@ LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
|
|||||||
|
|
||||||
WORKDIR /opt/odoo
|
WORKDIR /opt/odoo
|
||||||
RUN rm -rf OCB/ && \
|
RUN rm -rf OCB/ && \
|
||||||
RUN git clone -b "${ODOO_BRANCH}" --depth 1 https://github.com/OCA/OpenUpgrade.git OCB && \
|
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
|
pip3 install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.4.0
|
||||||
|
@ -3,5 +3,5 @@ LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
|
|||||||
|
|
||||||
WORKDIR /opt/odoo
|
WORKDIR /opt/odoo
|
||||||
RUN rm -rf OCB/ && \
|
RUN rm -rf OCB/ && \
|
||||||
RUN git clone -b "${ODOO_BRANCH}" --depth 1 https://github.com/OCA/OpenUpgrade.git OCB && \
|
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
|
pip3 install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.4.0
|
||||||
|
@ -3,5 +3,5 @@ LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
|
|||||||
|
|
||||||
WORKDIR /opt/odoo
|
WORKDIR /opt/odoo
|
||||||
RUN rm -rf OCB/ && \
|
RUN rm -rf OCB/ && \
|
||||||
RUN git clone -b "${ODOO_BRANCH}" --depth 1 https://github.com/OCA/OpenUpgrade.git OCB && \
|
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
|
pip3 install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.4.0
|
||||||
|
@ -3,5 +3,5 @@ LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
|
|||||||
|
|
||||||
WORKDIR /opt/odoo
|
WORKDIR /opt/odoo
|
||||||
RUN rm -rf OCB/ && \
|
RUN rm -rf OCB/ && \
|
||||||
RUN git clone -b "${ODOO_BRANCH}" --depth 1 https://github.com/OCA/OpenUpgrade.git OCB && \
|
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
|
pip3 install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.4.0
|
||||||
|
Loading…
Reference in New Issue
Block a user