Skip to content

Commit

Permalink
cicd: use latest docker
Browse files Browse the repository at this point in the history
  • Loading branch information
paulm2 committed Nov 22, 2023
1 parent 2b55746 commit cb86347
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions projects/vdk-plugins/vdk-kerberos-auth/.plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,8 @@
# krb5-user is a requirement for the tests because the Kerberos server is configured via kadmin
- export DEBIAN_FRONTEND=noninteractive
- apt-get update
- apt-get install -y krb5-user openssl build-essential checkinstall zlib1g-dev
- openssl version
- wget https://www.openssl.org/source/openssl-3.1.4.tar.gz
- tar -xzvf openssl-3.1.4.tar.gz && cd openssl-3.1.4
- ./config
- make
- make install
- ldconfig
- cd ..
- openssl version
- /usr/local/bin/openssl version
- echo $PATH
- export PATH=/usr/local/bin:$PATH
- openssl version
- ln -sf /usr/local/bin/openssl /usr/bin/openssl
- apt-get install -y krb5-user
- pip install https://github.com/wbond/oscrypto/archive/d5f3437ed24257895ae1edd9e503cfb352e635a8.zip
- openssl version
- !reference [.build-plugin, script]
extends: .build-plugin-dind

Expand Down

0 comments on commit cb86347

Please sign in to comment.