Skip to content

Commit 36aabc4

Browse files
committed
chore: remove kerberos installation
Kerberos is not being used anymore, but it's now failing to be installed. We should remove it from the repo. Signed-off-by: Yftach Herzog <yherzog@redhat.com>
1 parent 180a065 commit 36aabc4

File tree

4 files changed

+3
-41
lines changed

4 files changed

+3
-41
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
with:
1616
python-version: 3.11
1717
- name: Install pipenv
18-
run: pip install pipenv==2023.7.23
19-
- name: install packages
20-
run: sudo apt-get install -y libkrb5-dev
18+
run: pip install pipenv==2024.3.1
2119
- name: Create virtualenv
2220
run: pipenv sync
2321
- name: Run tests

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Python local development prerequisites
44
* Python 3.11
55
* pipenv (At least 2022.4.20)
6-
* yum packages: krb5-devel, gcc, python3.11-devel
6+
* yum packages: gcc, python3.11-devel
77

88
## Working with the container image
99

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ ADD . /tmp/src
1818
ADD --chown=root:root --chmod=644 data/ca-trust/* /etc/pki/ca-trust/source/anchors
1919
RUN /usr/bin/fix-permissions /tmp/src \
2020
&& /usr/bin/update-ca-trust
21-
RUN yum install -y krb5-workstation skopeo
21+
RUN yum install -y skopeo
2222
RUN curl -L https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
23-
COPY data/kerberos/krb5.conf /etc
2423

2524
USER 1001
2625

data/kerberos/krb5.conf

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)