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:8aad9f87397ccdb0b01ef32fdd2007de75fe2f8b0e6e393136a241eb6bd4a79b 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:8aad9f87397ccdb0b01ef32fdd2007de75fe2f8b0e6e393136a241eb6bd4a79b AS ssh

EXPOSE 8022

Expand Down