Revert to athene

This commit is contained in:
Jared Kipe
2023-06-01 14:51:46 -07:00
parent c882d5bf12
commit a9299e0978
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
FROM hibou/hibou-odoo:16.0 FROM hibou/hibou-odoo:16.0
USER odoo USER odoo
COPY --from=registry.gitlab.com/hibou-io/athene:next /opt/athene /opt/athene COPY --from=registry.gitlab.com/hibou-io/athene /opt/athene /opt/athene
COPY --from=hibou/flow /flow /flow COPY --from=hibou/flow /flow /flow
COPY --chown=104 entrypoint.sh /entrypoint.sh COPY --chown=104 entrypoint.sh /entrypoint.sh
COPY --chown=104 . /opt/odoo/hibou-suite COPY --chown=104 . /opt/odoo/hibou-suite

View File

@@ -1,7 +1,7 @@
FROM registry.gitlab.com/hibou-io/hibou-odoo/odoo:RELEASE FROM registry.gitlab.com/hibou-io/hibou-odoo/odoo:RELEASE
USER odoo USER odoo
COPY --from=registry.gitlab.com/hibou-io/athene:next /opt/athene /opt/athene COPY --from=registry.gitlab.com/hibou-io/athene /opt/athene /opt/athene
COPY --from=registry.gitlab.com/hibou-io/hibou-odoo/flow /flow /flow COPY --from=registry.gitlab.com/hibou-io/hibou-odoo/flow /flow /flow
COPY --chown=104 entrypoint.sh /entrypoint.sh COPY --chown=104 entrypoint.sh /entrypoint.sh
COPY --chown=104 . /opt/odoo/hibou-suite COPY --chown=104 . /opt/odoo/hibou-suite