Skip to content
Open
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
4 changes: 2 additions & 2 deletions testdata/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rockylinux/rockylinux:10-ubi-init@sha256:c383797bb0219908988ea2ef03e9ba03428461a1f588c2ac9f084617ae61fe5a AS kdc
FROM rockylinux/rockylinux:10-ubi-init@sha256:d74909e17a4bf2beecb5247d28038f53b04aed9e3c80ed1a33f2f75a68f112bd AS kdc

EXPOSE 8088
EXPOSE 8464
Expand All @@ -21,7 +21,7 @@ RUN kadmin.local ktadd -norandkey -k /etc/test.keytab test
RUN kadmin.local addprinc -randkey host/ssh.example.com
RUN kadmin.local ktadd -k /etc/ssh.keytab host/ssh.example.com

FROM rockylinux/rockylinux:10-ubi-init@sha256:c383797bb0219908988ea2ef03e9ba03428461a1f588c2ac9f084617ae61fe5a AS ssh
FROM rockylinux/rockylinux:10-ubi-init@sha256:d74909e17a4bf2beecb5247d28038f53b04aed9e3c80ed1a33f2f75a68f112bd AS ssh

EXPOSE 8022

Expand Down