From 4dd0af8c7ffa476a9750018fabe7238db9430a68 Mon Sep 17 00:00:00 2001 From: garciagenrique Date: Fri, 15 Dec 2023 18:40:42 +0000 Subject: [PATCH] debug --- .github/workflows/docker-autobuild.yaml | 2 +- containers/iam-reana-sync/Dockerfile | 2 +- containers/iam-rucio-sync/Dockerfile | 2 +- containers/rucio-client/Dockerfile | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-autobuild.yaml b/.github/workflows/docker-autobuild.yaml index 5077550c..e4481404 100644 --- a/.github/workflows/docker-autobuild.yaml +++ b/.github/workflows/docker-autobuild.yaml @@ -94,7 +94,7 @@ jobs: flavor: | latest=true tags: | - type=raw,value=${{ steps.ghd.outputs.tag }}-${{ steps.ghd.outputs.distance }}-${{ steps.ghd.outputs.sha }} + type=raw,value=${{ steps.ghd.outputs.tag }}-${{ steps.ghd.outputs.distance }}-${{ steps.ghd.outputs.sha::5 }} # ghcr.io/vre-hub/{vre}-{container_name}:{tag} images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ github.event.repository.name }}-${{ matrix.containers }} diff --git a/containers/iam-reana-sync/Dockerfile b/containers/iam-reana-sync/Dockerfile index 6e027bcc..0b0a8714 100644 --- a/containers/iam-reana-sync/Dockerfile +++ b/containers/iam-reana-sync/Dockerfile @@ -12,4 +12,4 @@ COPY requirements.txt add_reana_users.py generate_email_list.py /home/ RUN pip install -r /home/requirements.txt -ENTRYPOINT ["/bin/bash"] +ENTRYPOINT ["/bin/bash"] \ No newline at end of file diff --git a/containers/iam-rucio-sync/Dockerfile b/containers/iam-rucio-sync/Dockerfile index 3f5c6d32..bb2de95f 100644 --- a/containers/iam-rucio-sync/Dockerfile +++ b/containers/iam-rucio-sync/Dockerfile @@ -13,4 +13,4 @@ COPY requirements.txt sync_iam_rucio.py iam-sync.conf /home/ RUN pip install -r /home/requirements.txt -ENTRYPOINT ["/bin/bash"] +ENTRYPOINT ["/bin/bash"] \ No newline at end of file diff --git a/containers/rucio-client/Dockerfile b/containers/rucio-client/Dockerfile index 32afdf25..f7d2fd5b 100644 --- a/containers/rucio-client/Dockerfile +++ b/containers/rucio-client/Dockerfile @@ -17,5 +17,4 @@ USER user ADD --chown=user:user rucio.cfg.escape.j2 /opt/user/rucio.cfg.j2 ENV LC_ALL=en_US.UTF-8 -ENTRYPOINT ["/bin/bash"] - +ENTRYPOINT ["/bin/bash"] \ No newline at end of file