Skip to content

Commit

Permalink
Merge pull request #24 from akretion/add-18-light
Browse files Browse the repository at this point in the history
fix maintainer for recent version and specify workdir
  • Loading branch information
hparfr authored Oct 4, 2024
2 parents d511349 + 8470a9b commit ff93e13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 16.0-light/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# python 3.10 is the default used in acsone
FROM ghcr.io/acsone/odoo-bedrock:16.0-py310-latest
ARG PYTHONBIN=python3.10
MAINTAINER Akretion
LABEL org.opencontainers.image.authors="Akretion"

# syntax = docker/dockerfile:1.4

Expand Down
2 changes: 1 addition & 1 deletion 17.0-light/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/acsone/odoo-bedrock:17.0-py311-jammy-latest
ARG PYTHONBIN=python3.11
MAINTAINER Akretion
LABEL org.opencontainers.image.authors="Akretion"

# syntax = docker/dockerfile:1.4

Expand Down
4 changes: 2 additions & 2 deletions 18.0-light/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM ghcr.io/acsone/odoo-bedrock:18.0-py312-noble-latest
ARG PYTHONBIN=python3.12
MAINTAINER Akretion

LABEL org.opencontainers.image.authors="Akretion"
# syntax = docker/dockerfile:1.4

# List from https://github.com/camptocamp/docker-odoo-project/blob/master/16.0/Dockerfile
Expand Down Expand Up @@ -35,4 +34,5 @@ RUN pip install --no-cache-dir -r /tmp/base_requirements.txt
COPY 18.0-light/ak_requirements.txt /tmp/ak_requirements.txt
RUN pip install --no-cache-dir -r /tmp/ak_requirements.txt

WORKDIR /odoo
CMD ["odoo"]

0 comments on commit ff93e13

Please sign in to comment.