This is an automated email from the ASF dual-hosted git repository.
piergiorgio pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git
The following commit(s) were added to refs/heads/trunk by this push:
new 641f7dc6d updated GitHub workflow for publishing new release
641f7dc6d is described below
commit 641f7dc6d5cde0a1be3c9f160a02a17f19eca6bd
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Thu Sep 26 13:08:34 2024 +0200
updated GitHub workflow for publishing new release
---
.github/workflows/create-docker-image.yml | 1 -
src/main/docker/JDK-11/Dockerfile | 2 ++
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/create-docker-image.yml
b/.github/workflows/create-docker-image.yml
index c96e873f6..6dc31bc0b 100644
--- a/.github/workflows/create-docker-image.yml
+++ b/.github/workflows/create-docker-image.yml
@@ -181,7 +181,6 @@ jobs:
sparse-checkout-cone-mode: false
- name: Move the Dockerfile in the root folder
- if: (github.event.inputs.release != '2.27-JDK-11')
run: |
mv src/main/docker/JDK-${{ steps.jdk.outputs.version }}/Dockerfile
${{ github.workspace }}
diff --git a/src/main/docker/JDK-11/Dockerfile
b/src/main/docker/JDK-11/Dockerfile
index bc89fb502..ce349a026 100644
--- a/src/main/docker/JDK-11/Dockerfile
+++ b/src/main/docker/JDK-11/Dockerfile
@@ -74,6 +74,8 @@ ENV MCF_PORT="8345"
RUN set -ex; \
groupadd -r --gid "$MCF_GROUP_ID" "$MCF_GROUP"; \
useradd -r --uid "$MCF_USER_ID" --gid "$MCF_GROUP_ID" "$MCF_USER"
+
+COPY src/main/docker/logging/logging.xml ${MCF_HOME}/example
RUN chown ${MCF_USER}:${MCF_USER} -R ${MCF_HOME}
RUN chmod +x ${MCF_HOME}/example/start.sh