Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace CentOS Stream 8 with CentOS Stream 9 for kerberos server #84

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions tests/krb5/Dockerfile.kerberos
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
FROM quay.io/centos/centos:stream8
FROM quay.io/centos/centos:stream9

EXPOSE 88

COPY ./krb5.conf /etc/
COPY ./ktutil.instructions /tmp/

# Mirrorlist URLs are dead, use the Vault!
COPY ./vault.repo /etc/yum.repos.d/
RUN rm -rf /etc/yum.repos.d/CentOS-Stream-*.repo

RUN dnf -y --setopt=tsflags=nodocs install krb5-server krb5-workstation && \
sed -i "s/EXAMPLE.COM/KIWITCMS.ORG/g" /var/kerberos/krb5kdc/kdc.conf && \
sed -i "s/@EXAMPLE.COM//" /var/kerberos/krb5kdc/kadm5.acl && \
Expand Down
13 changes: 0 additions & 13 deletions tests/krb5/vault.repo

This file was deleted.

Loading