Skip to content

Commit

Permalink
Force CentOS 7 on krb5kdc Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
joanlopez committed May 28, 2024
1 parent a043a41 commit 871f517
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion testenv/docker/krb5kdc-latest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:latest
FROM centos:7

EXPOSE 88

Expand Down
2 changes: 1 addition & 1 deletion testenv/docker/krb5kdc-older/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:latest
FROM centos:7

EXPOSE 88

Expand Down
2 changes: 1 addition & 1 deletion testenv/docker/krb5kdc-res/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:latest
FROM centos:7

EXPOSE 88
ENTRYPOINT ["/usr/sbin/krb5kdc", "-n"]
Expand Down
2 changes: 1 addition & 1 deletion testenv/docker/krb5kdc-shorttickets/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:latest
FROM centos:7

EXPOSE 88
EXPOSE 464
Expand Down
2 changes: 1 addition & 1 deletion testenv/docker/krb5kdc-sub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:latest
FROM centos:7

EXPOSE 88
ENTRYPOINT ["/usr/sbin/krb5kdc", "-n"]
Expand Down
2 changes: 1 addition & 1 deletion testenv/docker/krb5kdc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:latest
FROM centos:7

EXPOSE 88
EXPOSE 464
Expand Down

0 comments on commit 871f517

Please sign in to comment.