Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Dec 15, 2023
1 parent 5847310 commit 4dd0af8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-autobuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion containers/iam-reana-sync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion containers/iam-rucio-sync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
3 changes: 1 addition & 2 deletions containers/rucio-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 4dd0af8

Please sign in to comment.