Skip to content
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

Odoo: update 16.0-18.0 to release 20250106 #18188

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

d-fence
Copy link
Contributor

@d-fence d-fence commented Jan 6, 2025

Hello,

here are the latest updates for Odoo supported versions.

Thanks and Happy New Year

@d-fence d-fence requested a review from a team as a code owner January 6, 2025 14:05
Copy link

github-actions bot commented Jan 6, 2025

Diff for 5023724:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index cd304b3..7d5fb9d 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,15 +1,15 @@
 Maintainers: Christophe Monniez <[email protected]> (@d-fence)
 GitRepo: https://github.com/odoo/docker
-GitCommit: 6b739618081fc0ff46032b38f5c126bafcdfe3a4
+GitCommit: cb992de79edab3b98702fb33fa6ccfc04aa00861
 
-Tags: 16.0-20241220, 16.0, 16
+Tags: 16.0-20250106, 16.0, 16
 Architectures: amd64, arm64v8
 Directory: 16.0
 
-Tags: 17.0-20241220, 17.0, 17
+Tags: 17.0-20250106, 17.0, 17
 Architectures: amd64, arm64v8, ppc64le
 Directory: 17.0
 
-Tags: 18.0-20241220, 18.0, 18, latest
+Tags: 18.0-20250106, 18.0, 18, latest
 Architectures: amd64, arm64v8, ppc64le
 Directory: 18.0
diff --git a/_bashbrew-list b/_bashbrew-list
index cb5cf12..4e5db8e 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,10 +1,10 @@
 odoo:16
 odoo:16.0
-odoo:16.0-20241220
+odoo:16.0-20250106
 odoo:17
 odoo:17.0
-odoo:17.0-20241220
+odoo:17.0-20250106
 odoo:18
 odoo:18.0
-odoo:18.0-20241220
+odoo:18.0-20250106
 odoo:latest
diff --git a/odoo_16/Dockerfile b/odoo_16/Dockerfile
index b39d38c..cccd2d5 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=20241220
-ARG ODOO_SHA=6312a02426f8b8c8b7578947cd8733e8f042de54
+ARG ODOO_RELEASE=20250106
+ARG ODOO_SHA=333d25fa5ce0e5c43149800d50a7870f3b2c90ec
 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 84eb1e0..4b61f67 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=20241220
-ARG ODOO_SHA=db83c23c2c4a4b5c7881cde0c4d8868c7b9adf10
+ARG ODOO_RELEASE=20250106
+ARG ODOO_SHA=992ed03cd110444dadd906fff010e3becd275148
 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 21c58d3..0ba35dc 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=20241220
-ARG ODOO_SHA=449cd495882dc0f35bc11632414fcdc585ed350e
+ARG ODOO_RELEASE=20250106
+ARG ODOO_SHA=3517a8f0e635553c98ec8c52787e1fb7c7c1937a
 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:

@yosifkit yosifkit merged commit e3e1ff2 into docker-library:master Jan 7, 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