This is an automated email from the ASF dual-hosted git repository. apupier pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 3294ac0ce07 Use specific tag of minio container for Integration tests 3294ac0ce07 is described below commit 3294ac0ce07454aaed2e914c761c9df5733646fd Author: Aurélien Pupier <apup...@redhat.com> AuthorDate: Tue Oct 15 17:31:23 2024 +0200 Use specific tag of minio container for Integration tests Using latest is making the build potentially break on external changes. In this case, the latest push is missing s390x architecture. See https://github.com/minio/minio/issues/20560 it allows to fix tests on main branch Signed-off-by: Aurélien Pupier <apup...@redhat.com> --- .../org/apache/camel/test/infra/minio/services/container.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-infra/camel-test-infra-minio/src/test/resources/org/apache/camel/test/infra/minio/services/container.properties b/test-infra/camel-test-infra-minio/src/test/resources/org/apache/camel/test/infra/minio/services/container.properties index 072a6361833..2b55626e64b 100644 --- a/test-infra/camel-test-infra-minio/src/test/resources/org/apache/camel/test/infra/minio/services/container.properties +++ b/test-infra/camel-test-infra-minio/src/test/resources/org/apache/camel/test/infra/minio/services/container.properties @@ -14,4 +14,4 @@ ## See the License for the specific language governing permissions and ## limitations under the License. ## --------------------------------------------------------------------------- -minio.container=minio/minio:latest \ No newline at end of file +minio.container=minio/minio:RELEASE.2024-10-02T17-50-41Z-cpuv1