Skip to content

Odoo: update 16.0-18.0 to release 20250428 #18943

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 28, 2025
Merged

Conversation

d-fence
Copy link
Contributor

@d-fence d-fence commented Apr 28, 2025

Hello,

here are the latest updates of Odoo supported versions.

Thanks

@d-fence d-fence requested a review from a team as a code owner April 28, 2025 08:25
Copy link

Diff for abd647b:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index a329a3c..5235ac2 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,15 +1,15 @@
 Maintainers: Christophe Monniez <moc@odoo.com> (@d-fence)
 GitRepo: https://github.com/odoo/docker
-GitCommit: 515f1249ead0e69758adecfe9a86584266074e85
+GitCommit: 4cb56b39df0cc06093b6185a609609e1cf264371
 
-Tags: 16.0-20250415, 16.0, 16
+Tags: 16.0-20250428, 16.0, 16
 Architectures: amd64, arm64v8
 Directory: 16.0
 
-Tags: 17.0-20250415, 17.0, 17
+Tags: 17.0-20250428, 17.0, 17
 Architectures: amd64, arm64v8, ppc64le
 Directory: 17.0
 
-Tags: 18.0-20250415, 18.0, 18, latest
+Tags: 18.0-20250428, 18.0, 18, latest
 Architectures: amd64, arm64v8, ppc64le
 Directory: 18.0
diff --git a/_bashbrew-list b/_bashbrew-list
index 9cd2130..6881f7e 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,10 +1,10 @@
 odoo:16
 odoo:16.0
-odoo:16.0-20250415
+odoo:16.0-20250428
 odoo:17
 odoo:17.0
-odoo:17.0-20250415
+odoo:17.0-20250428
 odoo:18
 odoo:18.0
-odoo:18.0-20250415
+odoo:18.0-20250428
 odoo:latest
diff --git a/odoo_16/Dockerfile b/odoo_16/Dockerfile
index cc3ab35..c9ac04f 100644
--- a/odoo_16/Dockerfile
+++ b/odoo_16/Dockerfile
@@ -69,8 +69,8 @@ RUN npm install -g rtlcss
 
 # Install Odoo
 ENV ODOO_VERSION 16.0
-ARG ODOO_RELEASE=20250415
-ARG ODOO_SHA=4dba1e739c24a394f00cb6167fd84f9c9f6819b3
+ARG ODOO_RELEASE=20250428
+ARG ODOO_SHA=e5d936d73b4c08ce62eedebf7aa6d626507cee8b
 RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
     && echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
     && apt-get update \
diff --git a/odoo_17/Dockerfile b/odoo_17/Dockerfile
index 2595578..ea834e0 100644
--- a/odoo_17/Dockerfile
+++ b/odoo_17/Dockerfile
@@ -71,8 +71,8 @@ RUN npm install -g rtlcss
 
 # Install Odoo
 ENV ODOO_VERSION 17.0
-ARG ODOO_RELEASE=20250415
-ARG ODOO_SHA=c6145d4f40a728b0690ebb118d6331475c159566
+ARG ODOO_RELEASE=20250428
+ARG ODOO_SHA=7c3973809e0cf91494cfa2e795a43378263ca6e8
 RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
     && echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
     && apt-get update \
diff --git a/odoo_latest/Dockerfile b/odoo_latest/Dockerfile
index 8e4a4ce..12718e4 100644
--- a/odoo_latest/Dockerfile
+++ b/odoo_latest/Dockerfile
@@ -71,8 +71,8 @@ RUN npm install -g rtlcss
 
 # Install Odoo
 ENV ODOO_VERSION 18.0
-ARG ODOO_RELEASE=20250415
-ARG ODOO_SHA=5011f09e346a00583ad38558edfcf309360fa53c
+ARG ODOO_RELEASE=20250428
+ARG ODOO_SHA=952a8f7148a7652809546ee7acdc2d66c09e04d9
 RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
     && echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
     && apt-get update \

Relevant Maintainers:

@tianon tianon merged commit 71f5e7f into docker-library:master Apr 28, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants