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

joewitt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 1124728ff73c8fdb2cf6683d3a1f0686ef9b093b
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Mon Feb 19 20:53:04 2024 -0600

    NIFI-12821 Set docker-maven-plugin version to 0.43.4
    This closes #8429.
    
    - Reduced docker-tests timeout from 120 to 60 minutes
    
    Signed-off-by: Joseph Witt <joew...@apache.org>
---
 .github/workflows/docker-tests.yml | 5 +----
 pom.xml                            | 1 +
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/docker-tests.yml 
b/.github/workflows/docker-tests.yml
index 9a2161a75b..fc36cc981b 100644
--- a/.github/workflows/docker-tests.yml
+++ b/.github/workflows/docker-tests.yml
@@ -16,7 +16,6 @@
 name: docker-tests
 
 on:
-  # Run every day at 02:00
   schedule:
     - cron: "0 2 * * *"
   push:
@@ -59,7 +58,6 @@ env:
     -ntp
     -ff
 
-# build assemblies (including binaries) for use in Docker Image builds
   MAVEN_BUILD_ARGUMENTS: >-
     -am
     -D skipTests
@@ -82,7 +80,6 @@ env:
     -pl -nifi-toolkit/nifi-toolkit-encrypt-config
     -pl -minifi/minifi-assembly
 
-# build and test Docker Images
   MAVEN_DOCKER_ARGUMENTS: >-
     verify
     -P docker
@@ -100,7 +97,7 @@ permissions:
 
 jobs:
   build_and_test:
-    timeout-minutes: 120
+    timeout-minutes: 60
     runs-on: ubuntu-latest
     name: Ubuntu Java 21
     steps:
diff --git a/pom.xml b/pom.xml
index bee1d2ff27..6f0372489e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -884,6 +884,7 @@
                 <plugin>
                     <groupId>io.fabric8</groupId>
                     <artifactId>docker-maven-plugin</artifactId>
+                    <version>0.43.4</version>
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>

Reply via email to