Skip to content

Commit

Permalink
update to use tssc python lib 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itewk committed Dec 2, 2020
1 parent 7cadf16 commit 66c0582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ploigos-base/Containerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG PLOIGOS_USER_NAME=ploigos
ARG PLOIGOS_USER_UID=1001
ARG PLOIGOS_USER_GID=0
ARG PLOIGOS_HOME_DIR=/home/ploigos
ARG PLOIGOS_SOURCE=git+https://github.com/rhtconsulting/tssc-python-package.git@main
ARG PLOIGOS_SOURCE=tssc==0.14.0

##############################################
# Stage 1 : Retrieive oc cli
Expand Down Expand Up @@ -56,7 +56,7 @@ RUN INSTALL_PKGS="gettext git rsync tar unzip which zip bzip2 python36 python3-p
RUN alternatives --set python /usr/bin/python3 && \
python -m pip install --no-cache-dir --upgrade pip

# Install PLOIGOS python library
# Install Ploigos step runner python library
RUN python -m pip install --no-cache-dir --upgrade ${PLOIGOS_SOURCE}

# Configure ploigos user
Expand Down

0 comments on commit 66c0582

Please sign in to comment.