Skip to content

Commit ff93e13

Browse files
authored
Merge pull request #24 from akretion/add-18-light
fix maintainer for recent version and specify workdir
2 parents d511349 + 8470a9b commit ff93e13

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

16.0-light/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# python 3.10 is the default used in acsone
22
FROM ghcr.io/acsone/odoo-bedrock:16.0-py310-latest
33
ARG PYTHONBIN=python3.10
4-
MAINTAINER Akretion
4+
LABEL org.opencontainers.image.authors="Akretion"
55

66
# syntax = docker/dockerfile:1.4
77

17.0-light/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ghcr.io/acsone/odoo-bedrock:17.0-py311-jammy-latest
22
ARG PYTHONBIN=python3.11
3-
MAINTAINER Akretion
3+
LABEL org.opencontainers.image.authors="Akretion"
44

55
# syntax = docker/dockerfile:1.4
66

18.0-light/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM ghcr.io/acsone/odoo-bedrock:18.0-py312-noble-latest
22
ARG PYTHONBIN=python3.12
3-
MAINTAINER Akretion
4-
3+
LABEL org.opencontainers.image.authors="Akretion"
54
# syntax = docker/dockerfile:1.4
65

76
# 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
3534
COPY 18.0-light/ak_requirements.txt /tmp/ak_requirements.txt
3635
RUN pip install --no-cache-dir -r /tmp/ak_requirements.txt
3736

37+
WORKDIR /odoo
3838
CMD ["odoo"]

0 commit comments

Comments
 (0)