Skip to content

Commit

Permalink
Merge branch 'main' into owners
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc authored Aug 30, 2024
2 parents cc6b16b + b852bd6 commit b6db1a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions caso/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM python:3


LABEL org.opencontainers.image.source=https://github.com/EGI-Federation/fedcloud-catchall-operations

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down Expand Up @@ -30,9 +29,11 @@ RUN for f in /etc/grid-security/certificates/*.pem ; do \

# New CMD packages are missing, so going for pip instead
# Version 3.0.0 is broken in the dates management
ARG CASO_VERSION=4.1.1
ARG CASO_VERSION=4.2.0

RUN pip install --no-cache-dir git+https://github.com/IFCA/caso.git@$CASO_VERSION
# Pydantic v2 will fail
RUN pip install --no-cache-dir git+https://github.com/IFCA/caso.git@$CASO_VERSION \
pydantic~=1.10

COPY caso.conf /etc/caso/caso.conf
COPY voms.json /etc/caso/voms.json
Expand Down

0 comments on commit b6db1a4

Please sign in to comment.