Odoo: update 17.0-19.0 to release 20260504#21367
Open
d-fence wants to merge 1 commit intodocker-library:masterfrom
Open
Odoo: update 17.0-19.0 to release 20260504#21367d-fence wants to merge 1 commit intodocker-library:masterfrom
d-fence wants to merge 1 commit intodocker-library:masterfrom
Conversation
Diff for 917b308:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 7c885a8..7c14b2c 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: 22d1fa4c8006452832196232dbc1d106deac4d9a
+GitCommit: 7b39d976b8d5a0ad59bcf39642a27e6c9062b35b
-Tags: 17.0-20260421, 17.0, 17
+Tags: 17.0-20260504, 17.0, 17
Architectures: amd64, arm64v8
Directory: 17.0
-Tags: 18.0-20260421, 18.0, 18
+Tags: 18.0-20260504, 18.0, 18
Architectures: amd64, arm64v8, ppc64le
Directory: 18.0
-Tags: 19.0-20260421, 19.0, 19, latest
+Tags: 19.0-20260504, 19.0, 19, latest
Architectures: amd64, arm64v8, ppc64le
Directory: 19.0
diff --git a/_bashbrew-list b/_bashbrew-list
index 3a55db6..8999eba 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,10 +1,10 @@
odoo:17
odoo:17.0
-odoo:17.0-20260421
+odoo:17.0-20260504
odoo:18
odoo:18.0
-odoo:18.0-20260421
+odoo:18.0-20260504
odoo:19
odoo:19.0
-odoo:19.0-20260421
+odoo:19.0-20260504
odoo:latest
diff --git a/odoo_17/Dockerfile b/odoo_17/Dockerfile
index d0e8424..60fce58 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=20260421
-ARG ODOO_SHA=b1ba76d03b56bed48bd25da72b5d9de9e1278b27
+ARG ODOO_RELEASE=20260504
+ARG ODOO_SHA=43cb8f677cbb325ada98bdd10c5980386deb1a72
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_18/Dockerfile b/odoo_18/Dockerfile
index e19e430..4b58da2 100644
--- a/odoo_18/Dockerfile
+++ b/odoo_18/Dockerfile
@@ -71,8 +71,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 18.0
-ARG ODOO_RELEASE=20260421
-ARG ODOO_SHA=c37092209c1e5ede571d5604a1c01b013e354a83
+ARG ODOO_RELEASE=20260504
+ARG ODOO_SHA=f3440ffc9a7be9be64d194419085aa624267f217
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 5b7026d..b71ce83 100644
--- a/odoo_latest/Dockerfile
+++ b/odoo_latest/Dockerfile
@@ -71,8 +71,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 19.0
-ARG ODOO_RELEASE=20260421
-ARG ODOO_SHA=f9e219b07a6abf5b272cd016f828a8f40ec82eb6
+ARG ODOO_RELEASE=20260504
+ARG ODOO_SHA=9e6a56cc743eba6f8f601e95531fb4bbb0937d6d
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:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
here are the latest updates of Odoo supported versions.
Thanks