You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ts...@apache.org on 2022/11/18 09:26:51 UTC

[camel-k] branch main updated (f115828e6 -> 06e93261b)

This is an automated email from the ASF dual-hosted git repository.

tsato pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


    from f115828e6 Updated CHANGELOG.md
     new 1fb7c79e6 chore(build): upgrade Maven to 3.8.6
     new 06e93261b chore(build): upgrade base image to ubi-quarkus-mandrel:22.2.0.0-Final-java11

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build/Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[camel-k] 01/02: chore(build): upgrade Maven to 3.8.6

Posted by ts...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tsato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 1fb7c79e6fd9acece9b54f4b0b9c23768a9d14e0
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Fri Nov 18 15:25:40 2022 +0900

    chore(build): upgrade Maven to 3.8.6
---
 build/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/Dockerfile b/build/Dockerfile
index a70b843c2..92885e7a2 100644
--- a/build/Dockerfile
+++ b/build/Dockerfile
@@ -15,9 +15,9 @@
 
 FROM quay.io/quarkus/ubi-quarkus-mandrel:21.3.0.0-Final-java11
 
-ARG MAVEN_VERSION="3.8.4"
+ARG MAVEN_VERSION="3.8.6"
 ARG MAVEN_HOME="/usr/share/maven"
-ARG SHA="a9b2d825eacf2e771ed5d6b0e01398589ac1bfa4171f36154d1b5787879605507802f699da6f7cfc80732a5282fd31b28e4cd6052338cbef0fa1358b48a5e3c8"
+ARG SHA="f790857f3b1f90ae8d16281f902c689e4f136ebe584aba45e4b1fa66c80cba826d3e0e52fdd04ed44b4c66f6d3fe3584a057c26dfcac544a60b301e6d0f91c26"
 ARG BASE_URL="https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries"
 
 USER 0


[camel-k] 02/02: chore(build): upgrade base image to ubi-quarkus-mandrel:22.2.0.0-Final-java11

Posted by ts...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tsato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 06e93261be1dbebafb541ec8f63ca911912d138c
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Fri Nov 18 15:44:41 2022 +0900

    chore(build): upgrade base image to ubi-quarkus-mandrel:22.2.0.0-Final-java11
    
    Thanks to Tobias Oort @tobiasoort
---
 build/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/Dockerfile b/build/Dockerfile
index 92885e7a2..08f9870a0 100644
--- a/build/Dockerfile
+++ b/build/Dockerfile
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM quay.io/quarkus/ubi-quarkus-mandrel:21.3.0.0-Final-java11
+FROM quay.io/quarkus/ubi-quarkus-mandrel:22.2.0.0-Final-java11
 
 ARG MAVEN_VERSION="3.8.6"
 ARG MAVEN_HOME="/usr/share/maven"