[UPD]Odoo images : bump openupgradelib
This commit is contained in:
parent
225bfb1ad2
commit
584a1ca41d
@ -3,7 +3,7 @@ LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
|
||||
|
||||
# Extra dependencies
|
||||
RUN pip install --user --no-cache-dir unidecode==1.2.0 && \
|
||||
pip install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.3.2
|
||||
pip install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.9.0
|
||||
|
||||
# External code
|
||||
WORKDIR /opt/odoo/extra-addons
|
||||
|
@ -3,7 +3,7 @@ LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
|
||||
|
||||
# Extra dependencies
|
||||
RUN pip install --user --no-cache-dir unidecode==1.2.0 requests-oauthlib==1.3.1 && \
|
||||
pip install --user git+https://github.com/OCA/openupgradelib.git@3.3.2
|
||||
pip install --user git+https://github.com/OCA/openupgradelib.git@3.9.0
|
||||
|
||||
# External code
|
||||
WORKDIR /opt/odoo/extra-addons
|
||||
|
@ -3,7 +3,7 @@ LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
|
||||
|
||||
# Extra dependencies
|
||||
RUN pip install --user --no-cache-dir unidecode==1.2.0 requests-oauthlib==1.3.1 && \
|
||||
pip install --user git+https://github.com/OCA/openupgradelib.git@3.3.2
|
||||
pip install --user git+https://github.com/OCA/openupgradelib.git@3.9.0
|
||||
|
||||
# External code
|
||||
WORKDIR /opt/odoo/extra-addons
|
||||
|
@ -24,4 +24,4 @@ WORKDIR /opt/odoo
|
||||
|
||||
# Addons dependencies
|
||||
RUN .local/bin/pip3 install --user --no-cache-dir setuptools-scm==5.0.2 && \
|
||||
.local/bin/pip3 install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.3.2
|
||||
.local/bin/pip3 install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.9.0
|
||||
|
@ -24,7 +24,7 @@ WORKDIR /opt/odoo
|
||||
|
||||
# Addons dependencies
|
||||
RUN pip3 install --user --no-cache-dir setuptools-scm==5.0.2 && \
|
||||
pip3 install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.3.2
|
||||
pip3 install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.9.0
|
||||
|
||||
# Scripts
|
||||
COPY i18n-import.sh upd.sh /opt/odoo/
|
||||
|
@ -21,7 +21,7 @@ WORKDIR /opt/odoo
|
||||
|
||||
# Addons dependencies
|
||||
RUN pip3 install --user --no-cache-dir setuptools-scm==7.1.0 && \
|
||||
pip3 install --no-cache-dir --user git+https://github.com/OCA/openupgradelib.git@3.3.2
|
||||
pip3 install --no-cache-dir --user git+https://github.com/OCA/openupgradelib.git@3.9.0
|
||||
|
||||
# Scripts
|
||||
COPY i18n-import.sh upd.sh /opt/odoo/
|
||||
|
@ -21,7 +21,7 @@ WORKDIR /opt/odoo
|
||||
|
||||
# Addons dependencies
|
||||
RUN pip3.8 install --user --no-cache-dir setuptools-scm==6.4.2 && \
|
||||
pip3.8 install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.3.2
|
||||
pip3.8 install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.9.0
|
||||
|
||||
# Scripts
|
||||
COPY i18n-import.sh upd.sh /opt/odoo/
|
||||
|
@ -20,7 +20,7 @@ RUN git clone --depth 1 -b 15.0 https://git.yaltik.net/Yaltik/yaltik_odoo_custom
|
||||
WORKDIR /opt/odoo
|
||||
|
||||
# Addons dependencies
|
||||
RUN .local/bin/pip3 install --user git+https://github.com/OCA/openupgradelib.git@3.3.2
|
||||
RUN .local/bin/pip3 install --user git+https://github.com/OCA/openupgradelib.git@3.9.0
|
||||
|
||||
# Scripts
|
||||
COPY i18n-import.sh upd.sh /opt/odoo/
|
||||
|
@ -4,4 +4,4 @@ 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.3.2
|
||||
pip install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.9.0
|
||||
|
@ -4,4 +4,4 @@ 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.3.2
|
||||
pip install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.9.0
|
||||
|
@ -4,4 +4,4 @@ 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.3.2
|
||||
pip install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.9.0
|
||||
|
@ -4,4 +4,4 @@ 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.3.2
|
||||
pip install --user --no-cache-dir git+https://github.com/OCA/openupgradelib.git@3.9.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user