This is an automated email from the ASF dual-hosted git repository.
piergiorgio pushed a commit to branch CONNECTORS-1754
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git
The following commit(s) were added to refs/heads/CONNECTORS-1754 by this push:
new c4a09889e added Dockerfiles for building all the Release Images
(CONNECTORS-1754)
c4a09889e is described below
commit c4a09889efd36d3755bd4556cdcfd485d6e6c658
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Fri Jun 28 15:28:41 2024 +0200
added Dockerfiles for building all the Release Images (CONNECTORS-1754)
---
.github/workflows/create-docker-image.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/create-docker-image.yml
b/.github/workflows/create-docker-image.yml
index 267ea6166..c9a7b2bfb 100644
--- a/.github/workflows/create-docker-image.yml
+++ b/.github/workflows/create-docker-image.yml
@@ -83,7 +83,7 @@ jobs:
with:
ref: release-${{ steps.mcf.outputs.release }}
- - name: Set up OpenJDK 11 Temurin x64
+ - name: Set up OpenJDK ${{ steps.jdk.outputs.version }} Temurin x64
uses: actions/[email protected]
with:
java-version: '${{ steps.jdk.outputs.version }}'
@@ -93,6 +93,10 @@ jobs:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: GPG_PASSPHRASE
+ - name: Fix Nuxeo URL
+ run: |
+ sed -i
's/https\:\/\/maven.nuxeo.org\/nexus\/content\/repositories\/public-releases/https\:\/\/packages.nuxeo.com\/repository\/maven-public-archives/g'
build.xml
+
- name: Ant Build
run: ant make-core-deps make-deps image