We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53264a4 commit be731fbCopy full SHA for be731fb
1 file changed
testdata/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rockylinux/rockylinux:9-ubi-init@sha256:3f7cdc560114c454ab8347dd3ea9799a905546cc57980949688a2ec563156485 AS kdc
+FROM rockylinux/rockylinux:9-ubi-init@sha256:65d0d2459889379956e2c53110df9b5330c16d21e553cb9cba3987fb0dec4e1d AS kdc
2
3
EXPOSE 8088
4
EXPOSE 8464
@@ -21,7 +21,7 @@ RUN kadmin.local ktadd -norandkey -k /etc/test.keytab test
21
RUN kadmin.local addprinc -randkey DNS/ns.example.com
22
RUN kadmin.local ktadd -k /etc/dns.keytab DNS/ns.example.com
23
24
-FROM rockylinux/rockylinux:9-ubi-init@sha256:3f7cdc560114c454ab8347dd3ea9799a905546cc57980949688a2ec563156485 AS ns
+FROM rockylinux/rockylinux:9-ubi-init@sha256:65d0d2459889379956e2c53110df9b5330c16d21e553cb9cba3987fb0dec4e1d AS ns
25
26
EXPOSE 8053
27
0 commit comments