File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# python 3.10 is the default used in acsone
2
2
FROM ghcr.io/acsone/odoo-bedrock:16.0-py310-latest
3
3
ARG PYTHONBIN=python3.10
4
- MAINTAINER Akretion
4
+ LABEL org.opencontainers.image.authors= " Akretion"
5
5
6
6
# syntax = docker/dockerfile:1.4
7
7
Original file line number Diff line number Diff line change 1
1
FROM ghcr.io/acsone/odoo-bedrock:17.0-py311-jammy-latest
2
2
ARG PYTHONBIN=python3.11
3
- MAINTAINER Akretion
3
+ LABEL org.opencontainers.image.authors= " Akretion"
4
4
5
5
# syntax = docker/dockerfile:1.4
6
6
Original file line number Diff line number Diff line change 1
1
FROM ghcr.io/acsone/odoo-bedrock:18.0-py312-noble-latest
2
2
ARG PYTHONBIN=python3.12
3
- MAINTAINER Akretion
4
-
3
+ LABEL org.opencontainers.image.authors="Akretion"
5
4
# syntax = docker/dockerfile:1.4
6
5
7
6
# List from https://github.com/camptocamp/docker-odoo-project/blob/master/16.0/Dockerfile
@@ -35,4 +34,5 @@ RUN pip install --no-cache-dir -r /tmp/base_requirements.txt
35
34
COPY 18.0-light/ak_requirements.txt /tmp/ak_requirements.txt
36
35
RUN pip install --no-cache-dir -r /tmp/ak_requirements.txt
37
36
37
+ WORKDIR /odoo
38
38
CMD ["odoo" ]
You can’t perform that action at this time.
0 commit comments