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 20250115 #18243

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Conversation

d-fence
Copy link
Contributor

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

Hello,

here are the latest updates for the Odoo supported versions.

Thanks

@d-fence d-fence requested a review from a team as a code owner January 15, 2025 12:31
Copy link

Diff for 89d93e6:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 7d5fb9d..cc26ba2 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: cb992de79edab3b98702fb33fa6ccfc04aa00861
+GitCommit: a1b72bf09764b88ae69f1ffd51f5ebc283741aa0
 
-Tags: 16.0-20250106, 16.0, 16
+Tags: 16.0-20250115, 16.0, 16
 Architectures: amd64, arm64v8
 Directory: 16.0
 
-Tags: 17.0-20250106, 17.0, 17
+Tags: 17.0-20250115, 17.0, 17
 Architectures: amd64, arm64v8, ppc64le
 Directory: 17.0
 
-Tags: 18.0-20250106, 18.0, 18, latest
+Tags: 18.0-20250115, 18.0, 18, latest
 Architectures: amd64, arm64v8, ppc64le
 Directory: 18.0
diff --git a/_bashbrew-list b/_bashbrew-list
index 4e5db8e..4d37db1 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,10 +1,10 @@
 odoo:16
 odoo:16.0
-odoo:16.0-20250106
+odoo:16.0-20250115
 odoo:17
 odoo:17.0
-odoo:17.0-20250106
+odoo:17.0-20250115
 odoo:18
 odoo:18.0
-odoo:18.0-20250106
+odoo:18.0-20250115
 odoo:latest
diff --git a/odoo_16/Dockerfile b/odoo_16/Dockerfile
index cccd2d5..a2e50ba 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=20250106
-ARG ODOO_SHA=333d25fa5ce0e5c43149800d50a7870f3b2c90ec
+ARG ODOO_RELEASE=20250115
+ARG ODOO_SHA=442da1ce17c084cdfd091dcecba4bef79c081838
 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 4b61f67..afe4155 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=20250106
-ARG ODOO_SHA=992ed03cd110444dadd906fff010e3becd275148
+ARG ODOO_RELEASE=20250115
+ARG ODOO_SHA=c149d34b84dae91e0b8fd173c9e2e9bc82a8b60f
 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 0ba35dc..d9698ed 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=20250106
-ARG ODOO_SHA=3517a8f0e635553c98ec8c52787e1fb7c7c1937a
+ARG ODOO_RELEASE=20250115
+ARG ODOO_SHA=81e4f8d693ad8d49e37f2e5f6766b2746320b7cb
 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 0da3093 into docker-library:master Jan 15, 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