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 023b68298 Fix for the GitHub workflows (CONNECTORS-1754)
023b68298 is described below
commit 023b682980f1a1f42807335c676d2569a72ce6c0
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Mon Jun 17 20:53:42 2024 +0200
Fix for the GitHub workflows (CONNECTORS-1754)
---
.github/workflows/publish-maven-snapshot.yml | 2 +-
Dockerfile | 10 ++++++----
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/publish-maven-snapshot.yml
b/.github/workflows/publish-maven-snapshot.yml
index ca8e51b75..6fcf269f2 100644
--- a/.github/workflows/publish-maven-snapshot.yml
+++ b/.github/workflows/publish-maven-snapshot.yml
@@ -27,7 +27,7 @@ on:
- master
jobs:
- deployReleaseCandidateArtifacts:
+ deployReleaseCandidateMavenArtifacts:
if: github.repository == 'apache/manifoldcf'
name: "Deploy Apache ManifoldCF Snapshot"
runs-on: ubuntu-22.04
diff --git a/Dockerfile b/Dockerfile
index e6c0702f1..bc89fb502 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -53,15 +53,17 @@ COPY dist/. ${MCF_HOME}/
#COPY dist/test-lib ${MCF_HOME}/test-lib
#COPY dist/web/war ${MCF_HOME}/web/war
-
+LABEL maintainer="Apache ManifoldCF Developers <[email protected]>"
LABEL org.opencontainers.image.title="Apache ManifoldCF"
+LABEL org.opencontainers.image.ref.name="manifoldcf"
LABEL org.opencontainers.image.description="Apache ManifoldCF is a
multi-repository crawler framework, with multiple connectors."
-LABEL org.opencontainers.image.authors="The Apache ManifoldCF Project"
-LABEL org.opencontainers.image.url="https://manifoldcf.apache.org"
+LABEL org.opencontainers.image.authors="Apache ManifoldCF Developers
<[email protected]>"
+LABEL org.opencontainers.image.url="https://hub.docker.com/r/apache/manifoldcf"
LABEL org.opencontainers.image.source="https://github.com/apache/manifoldcf"
-LABEL
org.opencontainers.image.documentation="https://manifoldcf.apache.org/release/release-2.25/en_US/index.html"
+LABEL
org.opencontainers.image.documentation="https://hub.docker.com/r/apache/manifoldcf"
LABEL org.opencontainers.image.version="${MCF_VERSION}"
LABEL org.opencontainers.image.licenses="Apache-2.0"
+LABEL org.opencontainers.image.vendor="Apache Software Foundation"
ENV MCF_USER="manifoldcf"
ENV MCF_USER_ID="100001"