Skip to content

Commit

Permalink
Merge pull request #908 from mdujava/stable-2.14
Browse files Browse the repository at this point in the history
[stable-2.14] Update oc-cli and github actions
  • Loading branch information
mkudlej authored Jan 10, 2025
2 parents fd778da + 2fdd201 commit 888343c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python
id: setup-python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install pipenv
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ADD https://gist.githubusercontent.com/mdujava/c87f687cbb9bbed0144ddc136758292c/
RUN update-ca-trust

RUN useradd --no-log-init -u 1000 -g root -m default
RUN curl https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable-4.12/openshift-client-linux.tar.gz | tar xz -C /usr/local/bin
RUN curl https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable-4.16/openshift-client-linux.tar.gz | tar xz -C /usr/local/bin

RUN curl -L https://github.com/cloudflare/cfssl/releases/download/v1.6.1/cfssl_1.6.1_linux_amd64 >/usr/local/bin/cfssl && \
chmod +x /usr/local/bin/cfssl
Expand Down

0 comments on commit 888343c

Please sign in to comment.