Skip to content

Commit

Permalink
imporve observability
Browse files Browse the repository at this point in the history
  • Loading branch information
startx-lab committed Jun 26, 2022
1 parent 9542767 commit aa97228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Applications/ocp-reliability/Dockerfile
Expand Up @@ -42,6 +42,8 @@ RUN dnf install -yq --nogpgcheck jq && \
mv /tmp/src/reliability-v2/* $APP_PATH/ && \
rm -rf /tmp/src && \
cd $APP_PATH && \
pip install --upgrade pip && \
pip install discord && \
pip install -r requirements.txt && \
curl -o /tmp/reliability.yaml https://raw.githubusercontent.com/openshift/svt/master/reliability-v2/config/example_reliability.yaml &> /dev/null && \
mkdir /config && \
Expand Down

0 comments on commit aa97228

Please sign in to comment.