Skip to content

Commit

Permalink
Merge branch 'master' into alma
Browse files Browse the repository at this point in the history
  • Loading branch information
startx-lab committed Jun 26, 2022
2 parents cfabaa6 + 0dd42c4 commit 26040e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Applications/ocp-reliability/Dockerfile
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion VDI/chrome/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ LABEL name="$SX_ID" \
io.artifacthub.package.maintainers='[{"name":"STARTX","email":"$SX_MAINTAINER_MAIL"}]' \
io.artifacthub.package.keywords='startx,os,alma,chrome,vnc,X11' \
io.artifacthub.package.readme-url="https://gitlab.com/startx1/containers/-/raw/alma/VDI/chrome/README.md" \
io.artifacthub.package.logo-url='https://gitlab.com/startx1/containers/-/raw/alma/docs/img/sv-chrome.svg' \
io.artifacthub.package.logo-url='https://gitlab.com/startx1/containers/-/raw/alma/docs/img/vdi-chrome.svg' \
io.artifacthub.package.alternative-locations='quay.io/startx/chrome,docker.io/startx/vdi-chrome' \
io.artifacthub.package.license='Apache-2.0' \
org.opencontainers.image.created='2022-06-25T00:00:00Z' \
Expand Down
2 changes: 1 addition & 1 deletion VDI/firefox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ LABEL name="$SX_ID" \
io.artifacthub.package.maintainers='[{"name":"STARTX","email":"$SX_MAINTAINER_MAIL"}]' \
io.artifacthub.package.keywords='startx,os,alma,firefox,vnc,X11' \
io.artifacthub.package.readme-url="https://gitlab.com/startx1/containers/-/raw/alma/VDI/firefox/README.md" \
io.artifacthub.package.logo-url='https://gitlab.com/startx1/containers/-/raw/alma/docs/img/sv-firefox.svg' \
io.artifacthub.package.logo-url='https://gitlab.com/startx1/containers/-/raw/alma/docs/img/vdi-firefox.svg' \
io.artifacthub.package.alternative-locations='quay.io/startx/firefox,docker.io/startx/vdi-firefox' \
io.artifacthub.package.license='Apache-2.0' \
org.opencontainers.image.created='2022-06-25T00:00:00Z' \
Expand Down

0 comments on commit 26040e8

Please sign in to comment.